From f1543f51a03eeab56edaba5ad9766da23056ed4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 02:36:14 +0200 Subject: [PATCH] Bump @vscode/vsce from 2.20.1 to 2.21.0 (#924) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) 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",