diff --git a/package-lock.json b/package-lock.json index f54ee97..b6078ad 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.9.1", "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.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.1.tgz", + "integrity": "sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~7.16.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.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 0d52cc4..5044082 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.9.1", "jest": "^29.5.0", "pkg": "^5.8.1", "ts-jest": "^29.1.0",