From b4c6cf5f25b707ec7a5b3a10c70ed75042717106 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 01:08:44 +0000 Subject: [PATCH] deps(renovate): update dependency @types/node to v22 --- package-lock.json | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index c13fc7bc..c633e6cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nlib/indexen": "0.2.9", "@nlib/lint-commit": "1.0.1", "@types/eslint": "8.56.11", - "@types/node": "20.14.15", + "@types/node": "22.2.0", "eslint": "8.57.0", "lint-staged": "14.0.1", "npm-run-all": "4.1.5", @@ -361,13 +361,13 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.14.15", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.15.tgz", - "integrity": "sha512-Fz1xDMCF/B00/tYSVMlmK7hVeLh7jE5f3B7X1/hmV0MJBwE27KlS7EvD/Yp+z1lm8mVhwV5w+n8jOZG8AfTlKw==", + "version": "22.2.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.2.0.tgz", + "integrity": "sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.13.0" } }, "node_modules/@types/semver": { @@ -3802,10 +3802,11 @@ } }, "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==", - "dev": true + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz", + "integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==", + "dev": true, + "license": "MIT" }, "node_modules/uri-js": { "version": "4.4.1", diff --git a/package.json b/package.json index 08c6e175..204ffd23 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@nlib/indexen": "0.2.9", "@nlib/lint-commit": "1.0.1", "@types/eslint": "8.56.11", - "@types/node": "20.14.15", + "@types/node": "22.2.0", "eslint": "8.57.0", "lint-staged": "14.0.1", "npm-run-all": "4.1.5",