diff --git a/package-lock.json b/package-lock.json index f3d95051e..b1c4f2e5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ ], "dependencies": { "@types/selenium-webdriver": "^4.1.16", - "@vscode/vsce": "^2.20.1", + "@vscode/vsce": "^2.21.0", "commander": "^11.0.0", "compare-versions": "^6.1.0", "fs-extra": "^11.1.0", @@ -260,13 +260,14 @@ } }, "node_modules/@vscode/vsce": { - "version": "2.20.1", - "license": "MIT", + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.21.0.tgz", + "integrity": "sha512-KuxYqScqUY/duJbkj9eE2tN2X/WJoGAy54hHtxT3ZBkM6IzrOg7H7CXGUPBxNlmqku2w/cAjOUSrgIHlzz0mbA==", "dependencies": { "azure-devops-node-api": "^11.0.1", "chalk": "^2.4.2", "cheerio": "^1.0.0-rc.9", - "commander": "^6.1.0", + "commander": "^6.2.1", "glob": "^7.0.6", "hosted-git-info": "^4.0.2", "jsonc-parser": "^3.2.0", diff --git a/package.json b/package.json index 9a179a078..b395d4b2f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ }, "dependencies": { "@types/selenium-webdriver": "^4.1.16", - "@vscode/vsce": "^2.20.1", + "@vscode/vsce": "^2.21.0", "commander": "^11.0.0", "compare-versions": "^6.1.0", "fs-extra": "^11.1.0",