diff --git a/package-lock.json b/package-lock.json index 7b3b9d9e2..30bf5e204 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "@types/mkdirp": "1.0.2", "@types/mocha": "9.0.0", "@types/mock-require": "2.0.0", - "@types/node": "16.*", + "@types/node": "20.*", "@types/node-fetch": "2.6.1", "@types/opener": "1.4.0", "@types/pumpify": "1.4.1", @@ -980,8 +980,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "16.11.26", - "license": "MIT" + "version": "20.14.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.4.tgz", + "integrity": "sha512-1ChboN+57suCT2t/f8lwtPY/k3qTpuD/qnqQuYoBg6OQOcPyaw7PiZVdGpaZYAvhDDtqrt0oAaM8+oSu1xsUGw==", + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/node-fetch": { "version": "2.6.1", @@ -10253,6 +10257,11 @@ "dev": true, "license": "MIT" }, + "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/union-value": { "version": "1.0.1", "dev": true, @@ -11828,7 +11837,12 @@ "dev": true }, "@types/node": { - "version": "16.11.26" + "version": "20.14.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.4.tgz", + "integrity": "sha512-1ChboN+57suCT2t/f8lwtPY/k3qTpuD/qnqQuYoBg6OQOcPyaw7PiZVdGpaZYAvhDDtqrt0oAaM8+oSu1xsUGw==", + "requires": { + "undici-types": "~5.26.4" + } }, "@types/node-fetch": { "version": "2.6.1", @@ -17992,6 +18006,11 @@ "version": "1.0.1", "dev": true }, + "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==" + }, "union-value": { "version": "1.0.1", "dev": true, diff --git a/package.json b/package.json index 92930f6a2..5c712a536 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@types/mkdirp": "1.0.2", "@types/mocha": "9.0.0", "@types/mock-require": "2.0.0", - "@types/node": "16.*", + "@types/node": "20.*", "@types/node-fetch": "2.6.1", "@types/opener": "1.4.0", "@types/pumpify": "1.4.1",