From c8526798fdb5bd2abcb921d66ca75cf852f07801 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 18:39:15 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/main.yml | 2 +- package.json | 2 +- pnpm-lock.yaml | 22 +++++++++++----------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 835451fe..6329de2c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "22" - uses: pnpm/action-setup@v2.4.1 with: version: 6.0.2 diff --git a/package.json b/package.json index f6023ede..2663a82b 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/npm": "10.0.6", - "@types/node": "18.19.74", + "@types/node": "22.15.17", "@types/react": "18.3.18", "@types/react-dom": "18.3.5", "@typescript-eslint/eslint-plugin": "5.62.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0d3f40f8..58c29f92 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -29,8 +29,8 @@ devDependencies: specifier: 10.0.6 version: 10.0.6(semantic-release@21.1.2) '@types/node': - specifier: 18.19.74 - version: 18.19.74 + specifier: 22.15.17 + version: 22.15.17 '@types/react': specifier: 18.3.18 version: 18.3.18 @@ -75,7 +75,7 @@ devDependencies: version: 4.9.5 vite: specifier: 4.5.9 - version: 4.5.9(@types/node@18.19.74) + version: 4.5.9(@types/node@22.15.17) vite-plugin-logseq: specifier: 1.1.2 version: 1.1.2 @@ -973,10 +973,10 @@ packages: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} dev: true - /@types/node@18.19.74: - resolution: {integrity: sha512-HMwEkkifei3L605gFdV+/UwtpxP6JSzM+xFk2Ia6DNFSwSVBRh9qp5Tgf4lNFOMfPVuU0WnkcWpXZpgn5ufO4A==} + /@types/node@22.15.17: + resolution: {integrity: sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw==} dependencies: - undici-types: 5.26.5 + undici-types: 6.21.0 dev: true /@types/normalize-package-data@2.4.1: @@ -1151,7 +1151,7 @@ packages: '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.20.12) magic-string: 0.27.0 react-refresh: 0.14.0 - vite: 4.5.9(@types/node@18.19.74) + vite: 4.5.9(@types/node@22.15.17) transitivePeerDependencies: - supports-color dev: true @@ -5559,8 +5559,8 @@ packages: which-boxed-primitive: 1.1.1 dev: true - /undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + /undici-types@6.21.0: + resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} dev: true /unique-string@3.0.0: @@ -5635,7 +5635,7 @@ packages: magic-string: 0.26.1 dev: true - /vite@4.5.9(@types/node@18.19.74): + /vite@4.5.9(@types/node@22.15.17): resolution: {integrity: sha512-qK9W4xjgD3gXbC0NmdNFFnVFLMWSNiR3swj957yutwzzN16xF/E7nmtAyp1rT9hviDroQANjE4HK3H4WqWdFtw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -5663,7 +5663,7 @@ packages: terser: optional: true dependencies: - '@types/node': 18.19.74 + '@types/node': 22.15.17 esbuild: 0.18.11 postcss: 8.5.1 rollup: 3.27.2