diff --git a/package-lock.json b/package-lock.json index d26459f32e6..85d5fd5157f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@playwright/browser-chromium": "^1.43.1", "@stylistic/eslint-plugin": "^2.11.0", "@types/he": "^1.2.3", - "@types/vscode": "^1.68.0", + "@types/vscode": "^1.96.0", "@types/vscode-webview": "^1.57.1", "@types/webpack-env": "^1.18.5", "@typescript-eslint/eslint-plugin": "^7.14.1", @@ -9320,9 +9320,10 @@ "license": "MIT" }, "node_modules/@types/vscode": { - "version": "1.83.0", - "dev": true, - "license": "MIT" + "version": "1.96.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.96.0.tgz", + "integrity": "sha512-qvZbSZo+K4ZYmmDuaodMbAa67Pl6VDQzLKFka6rq+3WUTY4Kro7Bwoi0CuZLO/wema0ygcmpwow7zZfPJTs5jg==", + "dev": true }, "node_modules/@types/vscode-webview": { "version": "1.57.1", diff --git a/package.json b/package.json index 20d53676e49..45a92afc06f 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@playwright/browser-chromium": "^1.43.1", "@stylistic/eslint-plugin": "^2.11.0", "@types/he": "^1.2.3", - "@types/vscode": "^1.68.0", + "@types/vscode": "^1.96.0", "@types/vscode-webview": "^1.57.1", "@types/webpack-env": "^1.18.5", "@typescript-eslint/eslint-plugin": "^7.14.1",