From b623571240229f49a74948ae5c44f71511321b56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:52:10 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/clear-cache.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/continuous-deployment.yml | 2 +- .github/workflows/continuous-integration.yml | 2 +- package.json | 2 +- yarn.lock | 15 +++++---------- 6 files changed, 10 insertions(+), 15 deletions(-) diff --git a/.github/workflows/clear-cache.yml b/.github/workflows/clear-cache.yml index e2f9e357..4269cca8 100644 --- a/.github/workflows/clear-cache.yml +++ b/.github/workflows/clear-cache.yml @@ -13,7 +13,7 @@ jobs: - name: Use nodejs uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '22.x' - name: Get yarn cache directory path id: yarn-cache-dir-path diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9214524a..e3c83310 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -64,7 +64,7 @@ jobs: - name: Use nodejs uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '22.x' - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 6fd3c4ee..17f86998 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -33,7 +33,7 @@ jobs: - name: Use nodejs uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '22.x' - name: Get yarn cache directory path id: yarn-cache-dir-path diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 3bacd696..8f9a9f1d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -19,7 +19,7 @@ jobs: - name: Use nodejs uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '22.x' - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/package.json b/package.json index 8de5ef53..7737f0c4 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@testing-library/react": "^14.0.0", "@types/jest": "^29.5.11", "@types/mdx": "^2.0.5", - "@types/node": "20.16.5", + "@types/node": "22.15.32", "@types/react": "18.3.5", "@types/react-dom": "18.3.0", "@typescript-eslint/eslint-plugin": "6.21.0", diff --git a/yarn.lock b/yarn.lock index 747db1bd..2f9352f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4032,12 +4032,12 @@ dependencies: undici-types "~6.21.0" -"@types/node@20.16.5": - version "20.16.5" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.5.tgz#d43c7f973b32ffdf9aa7bd4f80e1072310fd7a53" - integrity sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA== +"@types/node@22.15.32": + version "22.15.32" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.32.tgz#c301cc2275b535a5e54bb81d516b1d2e9afe06e5" + integrity sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA== dependencies: - undici-types "~6.19.2" + undici-types "~6.21.0" "@types/node@>=10.0.0": version "20.10.6" @@ -16445,11 +16445,6 @@ undici-types@~5.26.4: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== -undici-types@~6.19.2: - version "6.19.8" - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" - integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw== - undici-types@~6.21.0: version "6.21.0" resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"