diff --git a/package-lock.json b/package-lock.json index 5131bad..2035fb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "devDependencies": { "@types/lodash-es": "^4.17.5", "@types/node": "^16.11.13", - "@types/vscode": "^1.63.0", + "@types/vscode": "^1.63.1", "@typescript-eslint/eslint-plugin": "^5.7.0", "@typescript-eslint/parser": "^5.7.0", "clean-webpack-plugin": "^4.0.0", @@ -198,9 +198,9 @@ "dev": true }, "node_modules/@types/vscode": { - "version": "1.63.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.63.0.tgz", - "integrity": "sha512-iePu1axOi5WSThV6l2TYcciBIpAlMarjBC8H0y8L8ocsZLxh7MttzwFU3pjoItF5fRVGxHS0Hsvje9jO3yJsfw==", + "version": "1.63.1", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.63.1.tgz", + "integrity": "sha512-Z+ZqjRcnGfHP86dvx/BtSwWyZPKQ/LBdmAVImY82TphyjOw2KgTKcp7Nx92oNwCTsHzlshwexAG/WiY2JuUm3g==", "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -3174,9 +3174,9 @@ "dev": true }, "@types/vscode": { - "version": "1.63.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.63.0.tgz", - "integrity": "sha512-iePu1axOi5WSThV6l2TYcciBIpAlMarjBC8H0y8L8ocsZLxh7MttzwFU3pjoItF5fRVGxHS0Hsvje9jO3yJsfw==", + "version": "1.63.1", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.63.1.tgz", + "integrity": "sha512-Z+ZqjRcnGfHP86dvx/BtSwWyZPKQ/LBdmAVImY82TphyjOw2KgTKcp7Nx92oNwCTsHzlshwexAG/WiY2JuUm3g==", "dev": true }, "@typescript-eslint/eslint-plugin": { diff --git a/package.json b/package.json index 72916df..2b3497a 100644 --- a/package.json +++ b/package.json @@ -194,7 +194,7 @@ "devDependencies": { "@types/lodash-es": "^4.17.5", "@types/node": "^16.11.13", - "@types/vscode": "^1.63.0", + "@types/vscode": "^1.63.1", "@typescript-eslint/eslint-plugin": "^5.7.0", "@typescript-eslint/parser": "^5.7.0", "clean-webpack-plugin": "^4.0.0",