diff --git a/package-lock.json b/package-lock.json index 44f9d6c..492c929 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "devDependencies": { "@types/lodash-es": "^4.17.4", "@types/node": "^16.3.1", - "@types/vscode": "^1.57.1", + "@types/vscode": "^1.58.0", "@typescript-eslint/eslint-plugin": "^4.28.2", "@typescript-eslint/parser": "^4.28.2", "clean-webpack-plugin": "^3.0.0", @@ -280,9 +280,9 @@ } }, "node_modules/@types/vscode": { - "version": "1.57.1", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.57.1.tgz", - "integrity": "sha512-I+NlKdnDnUZZ5HYu3F99ye3ERORnoqdyPer6nXVC7ToU/4WEjrCQOlLosmLyVoi75+UbKCJMFqTgeZuID+8yoA==", + "version": "1.58.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.58.0.tgz", + "integrity": "sha512-enznxcBi4uYt20LWal09E0+VKEHZlq9PZawTu/mpWCVCFWWbiyR8HNI1ikBP1Ypqv8b3A/0md3DY1jcx+oQ8kQ==", "dev": true }, "node_modules/@types/webpack": { @@ -3438,9 +3438,9 @@ } }, "@types/vscode": { - "version": "1.57.1", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.57.1.tgz", - "integrity": "sha512-I+NlKdnDnUZZ5HYu3F99ye3ERORnoqdyPer6nXVC7ToU/4WEjrCQOlLosmLyVoi75+UbKCJMFqTgeZuID+8yoA==", + "version": "1.58.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.58.0.tgz", + "integrity": "sha512-enznxcBi4uYt20LWal09E0+VKEHZlq9PZawTu/mpWCVCFWWbiyR8HNI1ikBP1Ypqv8b3A/0md3DY1jcx+oQ8kQ==", "dev": true }, "@types/webpack": { diff --git a/package.json b/package.json index 02a6237..5f1460d 100644 --- a/package.json +++ b/package.json @@ -194,7 +194,7 @@ "devDependencies": { "@types/lodash-es": "^4.17.4", "@types/node": "^16.3.1", - "@types/vscode": "^1.57.1", + "@types/vscode": "^1.58.0", "@typescript-eslint/eslint-plugin": "^4.28.2", "@typescript-eslint/parser": "^4.28.2", "clean-webpack-plugin": "^3.0.0",