diff --git a/package-lock.json b/package-lock.json index 3996719..982f8ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@types/glob": "^8.1.0", "@types/jsonpath": "^0.2.0", "@types/mocha": "^10.0.1", - "@types/node": "16.x", + "@types/node": "20.x", "@types/ssh2": "^1.11.11", "@types/vscode": "^1.77.0", "@typescript-eslint/eslint-plugin": "^5.62.0", @@ -1716,9 +1716,12 @@ "dev": true }, "node_modules/@types/node": { - "version": "16.18.46", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.46.tgz", - "integrity": "sha512-Mnq3O9Xz52exs3mlxMcQuA7/9VFe/dXcrgAyfjLkABIqxXKOgBRjyazTxUbjsxDa4BP7hhPliyjVTP9RDP14xg==" + "version": "20.10.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.1.tgz", + "integrity": "sha512-T2qwhjWwGH81vUEx4EXmBKsTJRXFXNZTL4v0gi01+zyBmCwzE6TyHszqX01m+QHTEq+EZNo13NeJIdEqf+Myrg==", + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/semver": { "version": "7.5.0", @@ -6273,6 +6276,11 @@ "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, + "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/universal-user-agent": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz", diff --git a/package.json b/package.json index d072079..2aedaf9 100644 --- a/package.json +++ b/package.json @@ -205,7 +205,7 @@ "@types/glob": "^8.1.0", "@types/jsonpath": "^0.2.0", "@types/mocha": "^10.0.1", - "@types/node": "16.x", + "@types/node": "20.x", "@types/ssh2": "^1.11.11", "@types/vscode": "^1.77.0", "@typescript-eslint/eslint-plugin": "^5.62.0",