diff --git a/package-lock.json b/package-lock.json index f54ee97..4691094 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@types/inquirer": "^8.2.6", "@types/jest": "^29.5.0", "@types/lodash": "^4.17.16", - "@types/node": "^18.15.11", + "@types/node": "^24.7.2", "jest": "^29.5.0", "pkg": "^5.8.1", "ts-jest": "^29.1.0", @@ -1154,13 +1154,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "18.19.86", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.86.tgz", - "integrity": "sha512-fifKayi175wLyKyc5qUfyENhQ1dCNI1UNjp653d8kuYcPQN5JhX3dGuP/XmvPTg/xRBn1VTLpbmi+H/Mr7tLfQ==", + "version": "24.7.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.2.tgz", + "integrity": "sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~7.14.0" } }, "node_modules/@types/stack-utils": { @@ -5391,9 +5391,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": "7.14.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.14.0.tgz", + "integrity": "sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 0d52cc4..cdb7260 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/inquirer": "^8.2.6", "@types/jest": "^29.5.0", "@types/lodash": "^4.17.16", - "@types/node": "^18.15.11", + "@types/node": "^24.7.2", "jest": "^29.5.0", "pkg": "^5.8.1", "ts-jest": "^29.1.0",