From 9df874ea71c4f79a668636733460e058157a0e6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 23:24:09 +0000 Subject: [PATCH] chore(deps): update node.js to v22 --- .github/actions/sonar-update-center/.nvmrc | 2 +- .../sonar-update-center/package-lock.json | 30 +++++++++---------- .../actions/sonar-update-center/package.json | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/actions/sonar-update-center/.nvmrc b/.github/actions/sonar-update-center/.nvmrc index 35f49783..42126c05 100644 --- a/.github/actions/sonar-update-center/.nvmrc +++ b/.github/actions/sonar-update-center/.nvmrc @@ -1,2 +1,2 @@ -20 +22 diff --git a/.github/actions/sonar-update-center/package-lock.json b/.github/actions/sonar-update-center/package-lock.json index ae14f768..3e7b533b 100644 --- a/.github/actions/sonar-update-center/package-lock.json +++ b/.github/actions/sonar-update-center/package-lock.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@types/jest": "^29.4.0", - "@types/node": "^20.0.0", + "@types/node": "^22.0.0", "@types/semver": "^7.3.13", "@typescript-eslint/parser": "^5.62.0", "@vercel/ncc": "^0.38.0", @@ -1622,12 +1622,12 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.11.20", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.20.tgz", - "integrity": "sha512-7/rR21OS+fq8IyHTgtLkDK949uzsa6n8BkziAKtPVpugIkO6D+/ooXMvzXxDnZrmtXVfjb1bKQafYpb8s89LOg==", + "version": "22.10.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.0.tgz", + "integrity": "sha512-XC70cRZVElFHfIUB40FgZOBbgJYFKKMa5nb9lxcwYstFG/Mi+/Y0bGS+rs6Dmhmkpq4pnNiLiuZAbc02YCOnmA==", "dev": true, "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.20.0" } }, "node_modules/@types/semver": { @@ -7156,9 +7156,9 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", "dev": true }, "node_modules/universal-user-agent": { @@ -8670,12 +8670,12 @@ "dev": true }, "@types/node": { - "version": "20.11.20", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.20.tgz", - "integrity": "sha512-7/rR21OS+fq8IyHTgtLkDK949uzsa6n8BkziAKtPVpugIkO6D+/ooXMvzXxDnZrmtXVfjb1bKQafYpb8s89LOg==", + "version": "22.10.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.0.tgz", + "integrity": "sha512-XC70cRZVElFHfIUB40FgZOBbgJYFKKMa5nb9lxcwYstFG/Mi+/Y0bGS+rs6Dmhmkpq4pnNiLiuZAbc02YCOnmA==", "dev": true, "requires": { - "undici-types": "~5.26.4" + "undici-types": "~6.20.0" } }, "@types/semver": { @@ -12593,9 +12593,9 @@ } }, "undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", "dev": true }, "universal-user-agent": { diff --git a/.github/actions/sonar-update-center/package.json b/.github/actions/sonar-update-center/package.json index f1c275f9..b1c26f2b 100644 --- a/.github/actions/sonar-update-center/package.json +++ b/.github/actions/sonar-update-center/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@types/jest": "^29.4.0", - "@types/node": "^20.0.0", + "@types/node": "^22.0.0", "@types/semver": "^7.3.13", "@typescript-eslint/parser": "^5.62.0", "@vercel/ncc": "^0.38.0",