From abd121060d730bdc1b8a73177c1aecda8e4fd445 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:53:09 +0000 Subject: [PATCH] Update Node.js to v20 --- .tool-versions | 2 +- package.json | 2 +- yarn.lock | 14 +++++++++++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.tool-versions b/.tool-versions index 426afe26..9e345fac 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 18.19.0 \ No newline at end of file +nodejs 20.18.1 \ No newline at end of file diff --git a/package.json b/package.json index 2b15b305..0bf8e1d2 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@angular/compiler-cli": "^17.3.12", "@angular/language-service": "^17.3.12", "@types/jasmine": "^5.1.4", - "@types/node": "^18.0.0", + "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^8.15.0", "@typescript-eslint/parser": "^8.15.0", "eslint": "^9.15.0", diff --git a/yarn.lock b/yarn.lock index c1e63f5d..15cba283 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2070,13 +2070,20 @@ dependencies: "@types/node" "*" -"@types/node@*", "@types/node@>=10.0.0", "@types/node@^18.0.0": +"@types/node@*", "@types/node@>=10.0.0": version "18.19.63" resolved "https://registry.npmjs.org/@types/node/-/node-18.19.63.tgz" integrity sha512-hcUB7THvrGmaEcPcvUZCZtQ2Z3C+UR/aOcraBLCvTsFMh916Gc1kCCYcfcMuB76HM2pSerxl1PoP3KnmHzd9Lw== dependencies: undici-types "~5.26.4" +"@types/node@^20.0.0": + version "20.17.9" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.9.tgz#5f141d4b7ee125cdee5faefe28de095398865bab" + integrity sha512-0JOXkRyLanfGPE2QRCwgxhzlBAvaRdCNMcvbd7jFfpmD4eEXll7LRwy5ymJmyeZqk7Nh7eD2LeUyQ68BbndmXw== + dependencies: + undici-types "~6.19.2" + "@types/qs@*": version "6.9.16" resolved "https://registry.npmjs.org/@types/qs/-/qs-6.9.16.tgz" @@ -7402,6 +7409,11 @@ undici-types@~5.26.4: resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz" 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@6.11.1: version "6.11.1" resolved "https://registry.npmjs.org/undici/-/undici-6.11.1.tgz"