diff --git a/package-lock.json b/package-lock.json index 40865f2..a79b890 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@eslint/js": "^10.0.1", "@types/mocha": "^10.0.10", "@types/node": "22.x", - "@types/vscode": "^1.118.0", + "@types/vscode": "^1.120.0", "@vscode/test-cli": "^0.0.12", "@vscode/test-electron": "^2.4.1", "@vscode/vsce": "^3.9.1", @@ -939,9 +939,9 @@ "license": "MIT" }, "node_modules/@types/vscode": { - "version": "1.118.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.118.0.tgz", - "integrity": "sha512-Ah6eTlqDcwIMELEVwQMO++rJAFBRz/oLluLD/vWdYrH1KuI9kfpaM+7pg0OvvascgcJy+ghLCERAYouM4QbzGw==", + "version": "1.120.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.120.0.tgz", + "integrity": "sha512-feaT4Rst+FkTch5zz/ZbNCxoIvo55YU80Be2kiL7OJcod4+CUYf2lUBPdIJzozNnSEMq1VRTGrWEcCGFB3fBmA==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 7a5f0db..24715ec 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "homepage": "https://github.com/tlcsdm/vscode-patchReader#readme", "engines": { - "vscode": "^1.118.0" + "vscode": "^1.120.0" }, "categories": [ "Visualization", @@ -85,7 +85,7 @@ "@eslint/js": "^10.0.1", "@types/mocha": "^10.0.10", "@types/node": "22.x", - "@types/vscode": "^1.118.0", + "@types/vscode": "^1.120.0", "@vscode/test-cli": "^0.0.12", "@vscode/test-electron": "^2.4.1", "@vscode/vsce": "^3.9.1",