From e3b22a4cd7f99a60359907e35b7aebf205a18d1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 00:52:34 +0000 Subject: [PATCH] chore(deps): update dependency @types/vscode to v1.120.0 --- .../package-lock.json | 10 +++++----- Catglobe.CgScript.EditorSupport.VsCode/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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" }