diff --git a/Catglobe.CgScript.EditorSupport.VsCode/package-lock.json b/Catglobe.CgScript.EditorSupport.VsCode/package-lock.json index 353a2ac..f9ab436 100644 --- a/Catglobe.CgScript.EditorSupport.VsCode/package-lock.json +++ b/Catglobe.CgScript.EditorSupport.VsCode/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@types/node": "^20.0.0", - "@types/vscode": "^1.82.0", + "@types/vscode": "^1.109.0", "@vscode/vsce": "^2.22.0", "typescript": "^5.3.0" }, @@ -201,9 +201,9 @@ } }, "node_modules/@types/vscode": { - "version": "1.109.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.109.0.tgz", - "integrity": "sha512-0Pf95rnwEIwDbmXGC08r0B4TQhAbsHQ5UyTIgVgoieDe4cOnf92usuR5dEczb6bTKEp7ziZH4TV1TRGPPCExtw==", + "version": "1.115.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.115.0.tgz", + "integrity": "sha512-/M8cdznOlqtMqduHKKlIF00v4eum4ZWKgn8YoPRKcN6PDdvoWeeqDaQSnw63ipDbq1Uzz78Wndk/d0uSPwORfA==", "dev": true, "license": "MIT" }, diff --git a/Catglobe.CgScript.EditorSupport.VsCode/package.json b/Catglobe.CgScript.EditorSupport.VsCode/package.json index d2f1c1e..9b661f1 100644 --- a/Catglobe.CgScript.EditorSupport.VsCode/package.json +++ b/Catglobe.CgScript.EditorSupport.VsCode/package.json @@ -79,7 +79,7 @@ }, "devDependencies": { "@types/node": "^20.0.0", - "@types/vscode": "^1.82.0", + "@types/vscode": "^1.109.0", "typescript": "^5.3.0", "@vscode/vsce": "^2.22.0" }