diff --git a/package-lock.json b/package-lock.json index 5c1e2d0540..6ddd0e83df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/fs-extra": "^11.0.4", "@types/mocha": "^10.0.10", "@types/node": "^24.12.2", - "@types/vscode": "1.110.0", + "@types/vscode": "1.116.0", "@typescript-eslint/eslint-plugin": "^8.58.0", "@typescript-eslint/parser": "^8.57.2", "@vscode/test-cli": "^0.0.12", @@ -1354,9 +1354,9 @@ "license": "MIT" }, "node_modules/@types/vscode": { - "version": "1.110.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.110.0.tgz", - "integrity": "sha512-AGuxUEpU4F4mfuQjxPPaQVyuOMhs+VT/xRok1jiHVBubHK7lBRvCuOMZG0LKUwxncrPorJ5qq/uil3IdZBd5lA==", + "version": "1.116.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.116.0.tgz", + "integrity": "sha512-sYHp4MO6BqJ2PD7Hjt0hlIS3tMaYsVPJrd0RUjDJ8HtOYnyJIEej0bLSccM8rE77WrC+Xox/kdBwEFDO8MsxNA==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 5c1bf0f39f..f1ce93835b 100644 --- a/package.json +++ b/package.json @@ -578,7 +578,7 @@ "@types/fs-extra": "^11.0.4", "@types/mocha": "^10.0.10", "@types/node": "^24.12.2", - "@types/vscode": "1.110.0", + "@types/vscode": "1.116.0", "@typescript-eslint/eslint-plugin": "^8.58.0", "@typescript-eslint/parser": "^8.57.2", "@vscode/test-cli": "^0.0.12",