diff --git a/package-lock.json b/package-lock.json index 1389898..43f13fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@tada5hi/eslint-config-typescript": "^1.2.3", "@types/cross-spawn": "^6.0.2", "@types/dockerode": "^3.3.19", - "@types/node": "^20.4.4", + "@types/node": "^20.9.0", "@types/semver": "^7.5.1", "@types/tar-fs": "^2.0.1", "eslint": "^8.48.0", @@ -1216,9 +1216,12 @@ "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==" }, "node_modules/@types/node": { - "version": "20.4.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.4.tgz", - "integrity": "sha512-CukZhumInROvLq3+b5gLev+vgpsIqC2D0deQr/yS1WnxvmYLlJXZpaQrQiseMY+6xusl79E04UjWoqyr+t1/Ew==" + "version": "20.9.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.0.tgz", + "integrity": "sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==", + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/normalize-package-data": { "version": "2.4.1", @@ -10459,6 +10462,11 @@ "url": "https://github.com/sponsors/ljharb" } }, + "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==" + }, "node_modules/unique-string": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz", diff --git a/package.json b/package.json index f46d452..9dfa00a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@tada5hi/eslint-config-typescript": "^1.2.3", "@types/cross-spawn": "^6.0.2", "@types/dockerode": "^3.3.19", - "@types/node": "^20.4.4", + "@types/node": "^20.9.0", "@types/semver": "^7.5.1", "@types/tar-fs": "^2.0.1", "eslint": "^8.48.0",