diff --git a/package-lock.json b/package-lock.json index dd587ffaf..f22991bc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@types/node": "^24.7.2", "@types/selenium-webdriver": "^4.1.28", "@types/targz": "^1.0.5", - "@types/vscode": "^1.104.0", + "@types/vscode": "^1.105.0", "@typescript-eslint/eslint-plugin": "^8.46.1", "@typescript-eslint/parser": "^8.44.0", "@vscode/vsce": "^3.6.2", @@ -3851,9 +3851,9 @@ } }, "node_modules/@types/vscode": { - "version": "1.104.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.104.0.tgz", - "integrity": "sha512-0KwoU2rZ2ecsTGFxo4K1+f+AErRsYW0fsp6A0zufzGuhyczc2IoKqYqcwXidKXmy2u8YB2GsYsOtiI9Izx3Tig==", + "version": "1.105.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.105.0.tgz", + "integrity": "sha512-Lotk3CTFlGZN8ray4VxJE7axIyLZZETQJVWi/lYoUVQuqfRxlQhVOfoejsD2V3dVXPSbS15ov5ZyowMAzgUqcw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index fc9e35e2d..0bb0add46 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/node": "^24.7.2", "@types/selenium-webdriver": "^4.1.28", "@types/targz": "^1.0.5", - "@types/vscode": "^1.104.0", + "@types/vscode": "^1.105.0", "@typescript-eslint/eslint-plugin": "^8.46.1", "@typescript-eslint/parser": "^8.44.0", "eslint": "^9.37.0",