From 620b337087159f3a1794e2046e6915e2cd4debbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 10:40:46 +0100 Subject: [PATCH] chore(deps-dev): bump @types/vscode from 1.63.1 to 1.63.2 (#1427) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54f70bf..7e646c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "devDependencies": { "@types/lodash-es": "^4.17.5", "@types/node": "^17.0.14", - "@types/vscode": "^1.63.1", + "@types/vscode": "^1.63.2", "@typescript-eslint/eslint-plugin": "^5.10.2", "@typescript-eslint/parser": "^5.10.2", "clean-webpack-plugin": "^4.0.0", @@ -199,9 +199,9 @@ "dev": true }, "node_modules/@types/vscode": { - "version": "1.63.1", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.63.1.tgz", - "integrity": "sha512-Z+ZqjRcnGfHP86dvx/BtSwWyZPKQ/LBdmAVImY82TphyjOw2KgTKcp7Nx92oNwCTsHzlshwexAG/WiY2JuUm3g==", + "version": "1.63.2", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.63.2.tgz", + "integrity": "sha512-awvdx4vX7SkMKyvWIlRjycjb4blYRSQI3Bav0YMn+lJLGN6gJgb20urN/dQCv/2ejDu5S6ADEBt6O15DOpIAkg==", "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -3778,9 +3778,9 @@ "dev": true }, "@types/vscode": { - "version": "1.63.1", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.63.1.tgz", - "integrity": "sha512-Z+ZqjRcnGfHP86dvx/BtSwWyZPKQ/LBdmAVImY82TphyjOw2KgTKcp7Nx92oNwCTsHzlshwexAG/WiY2JuUm3g==", + "version": "1.63.2", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.63.2.tgz", + "integrity": "sha512-awvdx4vX7SkMKyvWIlRjycjb4blYRSQI3Bav0YMn+lJLGN6gJgb20urN/dQCv/2ejDu5S6ADEBt6O15DOpIAkg==", "dev": true }, "@typescript-eslint/eslint-plugin": { diff --git a/package.json b/package.json index 5212ef8..493b9a7 100644 --- a/package.json +++ b/package.json @@ -193,7 +193,7 @@ "devDependencies": { "@types/lodash-es": "^4.17.5", "@types/node": "^17.0.14", - "@types/vscode": "^1.63.1", + "@types/vscode": "^1.63.2", "@typescript-eslint/eslint-plugin": "^5.10.2", "@typescript-eslint/parser": "^5.10.2", "clean-webpack-plugin": "^4.0.0",