From d48f507547f9612508555a21d177cc18ce164cad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:18:05 +0000 Subject: [PATCH] chore(deps): update dependency node to v20 --- .github/actions/sonar-update-center/.nvmrc | 2 +- .../actions/sonar-update-center/package-lock.json | 14 +++++++------- .github/actions/sonar-update-center/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/actions/sonar-update-center/.nvmrc b/.github/actions/sonar-update-center/.nvmrc index 0cd525d8c..35f49783c 100644 --- a/.github/actions/sonar-update-center/.nvmrc +++ b/.github/actions/sonar-update-center/.nvmrc @@ -1,2 +1,2 @@ -18 +20 diff --git a/.github/actions/sonar-update-center/package-lock.json b/.github/actions/sonar-update-center/package-lock.json index 059e8b5fb..67499e90d 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": "^18.11.18", + "@types/node": "^20.0.0", "@types/semver": "^7.3.13", "@typescript-eslint/parser": "^5.62.0", "@vercel/ncc": "^0.38.0", @@ -1603,9 +1603,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.18.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.7.tgz", - "integrity": "sha512-bw+lEsxis6eqJYW8Ql6+yTqkE6RuFtsQPSe5JxXbqYRFQEER5aJA9a5UH9igqDWm3X4iLHIKOHlnAXLM4mi7uQ==", + "version": "20.8.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.9.tgz", + "integrity": "sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -7689,9 +7689,9 @@ "dev": true }, "@types/node": { - "version": "18.18.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.7.tgz", - "integrity": "sha512-bw+lEsxis6eqJYW8Ql6+yTqkE6RuFtsQPSe5JxXbqYRFQEER5aJA9a5UH9igqDWm3X4iLHIKOHlnAXLM4mi7uQ==", + "version": "20.8.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.9.tgz", + "integrity": "sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/.github/actions/sonar-update-center/package.json b/.github/actions/sonar-update-center/package.json index c46d83066..f650cc152 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": "^18.11.18", + "@types/node": "^20.0.0", "@types/semver": "^7.3.13", "@typescript-eslint/parser": "^5.62.0", "@vercel/ncc": "^0.38.0",