diff --git a/Catglobe.CgScript.EditorSupport.VsCode/package-lock.json b/Catglobe.CgScript.EditorSupport.VsCode/package-lock.json index 2b4244b..02cc576 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.125.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.125.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.125.0.tgz", + "integrity": "sha512-0icm/ZQAaism87P0ekHqi4/Ju9du+Tm0RUW+y7vqRsxY2cY0FNRX1nAnaW7nT6npPt2tfHiheZ55Zm9UhqonFA==", "dev": true, "license": "MIT" }, diff --git a/Catglobe.CgScript.EditorSupport.VsCode/package.json b/Catglobe.CgScript.EditorSupport.VsCode/package.json index 0740f1f..8a9c112 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.125.0", "typescript": "6.0.3", "@vscode/vsce": "3.9.1" }