diff --git a/Catglobe.CgScript.EditorSupport.VsCode/package-lock.json b/Catglobe.CgScript.EditorSupport.VsCode/package-lock.json index 2b4244b..57346dc 100644 --- a/Catglobe.CgScript.EditorSupport.VsCode/package-lock.json +++ b/Catglobe.CgScript.EditorSupport.VsCode/package-lock.json @@ -16,12 +16,12 @@ }, "devDependencies": { "@types/node": "25.6.0", - "@types/vscode": "1.118.0", + "@types/vscode": "1.120.0", "@vscode/vsce": "3.9.1", "typescript": "6.0.3" }, "engines": { - "vscode": "^1.82.0" + "vscode": "^1.118.0" } }, "node_modules/@azu/format-text": { @@ -578,9 +578,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/Catglobe.CgScript.EditorSupport.VsCode/package.json b/Catglobe.CgScript.EditorSupport.VsCode/package.json index 0740f1f..f14eae2 100644 --- a/Catglobe.CgScript.EditorSupport.VsCode/package.json +++ b/Catglobe.CgScript.EditorSupport.VsCode/package.json @@ -82,7 +82,7 @@ ], "devDependencies": { "@types/node": "25.6.0", - "@types/vscode": "1.118.0", + "@types/vscode": "1.120.0", "typescript": "6.0.3", "@vscode/vsce": "3.9.1" }