diff --git a/package-lock.json b/package-lock.json index 560fe7f..4a76fc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/jest": "^30.0.0", "@types/mocha": "^10.0.10", "@types/node": "22.x", - "@types/vscode": "^1.85.0", + "@types/vscode": "^1.118.0", "@vscode/test-cli": "^0.0.11", "@vscode/test-electron": "^2.5.2", "eslint": "^9.39.3", @@ -605,9 +605,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.118.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.118.0.tgz", + "integrity": "sha512-Ah6eTlqDcwIMELEVwQMO++rJAFBRz/oLluLD/vWdYrH1KuI9kfpaM+7pg0OvvascgcJy+ghLCERAYouM4QbzGw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index b6cdf10..92279c1 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "@types/jest": "^30.0.0", "@types/mocha": "^10.0.10", "@types/node": "22.x", - "@types/vscode": "^1.85.0", + "@types/vscode": "^1.118.0", "@vscode/test-cli": "^0.0.11", "@vscode/test-electron": "^2.5.2", "eslint": "^9.39.3",