From abd8e91299a208fb543c32cf09b21c8d653341ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:33:27 +0000 Subject: [PATCH] chore(deps): update node.js to v22.11.0 --- package-lock.json | 18 ++++++++++-------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 100b648..f43a35c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "zod": "^3.23.8" }, "devDependencies": { - "@types/node": "^20.11.17", + "@types/node": "^22.0.0", "tsx": "^4.7.1" } }, @@ -1378,11 +1378,12 @@ } }, "node_modules/@types/node": { - "version": "20.12.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.8.tgz", - "integrity": "sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==", + "version": "22.8.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.2.tgz", + "integrity": "sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw==", + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.8" } }, "node_modules/@types/stack-utils": { @@ -3727,9 +3728,10 @@ } }, "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.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "license": "MIT" }, "node_modules/update-browserslist-db": { "version": "1.0.14", diff --git a/package.json b/package.json index 8ee3ba9..9947347 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,11 @@ "zod": "^3.23.8" }, "devDependencies": { - "@types/node": "^20.11.17", + "@types/node": "^22.0.0", "tsx": "^4.7.1" }, "volta": { - "node": "22.1.0" + "node": "22.11.0" }, "type": "module" }