diff --git a/package-lock.json b/package-lock.json index 8a28bc6ed..e193e3ce9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "devDependencies": { "@types/glob": "^8.1.0", "@types/mocha": "^10.0.6", - "@types/node": "^20.14.11", + "@types/node": "^22.10.3", "@types/vscode": "^1.81.0", "@types/which": "^3.0.4", "@types/ws": "^8.5.12", @@ -3283,12 +3283,11 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.16.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.9.tgz", - "integrity": "sha512-rkvIVJxsOfBejxK7I0FO5sa2WxFmJCzoDwcd88+fq/CUfynNywTo/1/T6hyFz22CyztsnLS9nVlHOnTI36RH5w==", - "license": "MIT", + "version": "22.10.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.3.tgz", + "integrity": "sha512-DifAyw4BkrufCILvD3ucnuN8eydUfc/C1GlyrnI+LK6543w5/L3VeVgf05o3B4fqSXP1dKYLOZsKfutpxPzZrw==", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.20.0" } }, "node_modules/@types/object-path": { @@ -12130,10 +12129,9 @@ } }, "node_modules/undici-types": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", - "license": "MIT" + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==" }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.1", diff --git a/package.json b/package.json index 7c26e5caf..6eafb72e6 100644 --- a/package.json +++ b/package.json @@ -1207,7 +1207,7 @@ "devDependencies": { "@types/glob": "^8.1.0", "@types/mocha": "^10.0.6", - "@types/node": "^20.14.11", + "@types/node": "^22.10.3", "@types/vscode": "^1.81.0", "@types/which": "^3.0.4", "@types/ws": "^8.5.12",