From 28b6146d05ace269b41c443150cc942069acae17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 09:44:20 +0200 Subject: [PATCH] Bump @vscode/vsce from 2.21.0 to 2.21.1 (#959) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbfdd1747..12a6ac2c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ ], "dependencies": { "@types/selenium-webdriver": "^4.1.17", - "@vscode/vsce": "^2.21.0", + "@vscode/vsce": "^2.21.1", "commander": "^11.0.0", "compare-versions": "^6.1.0", "fs-extra": "^11.1.0", @@ -250,9 +250,9 @@ } }, "node_modules/@vscode/vsce": { - "version": "2.21.0", - "resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.21.0.tgz", - "integrity": "sha512-KuxYqScqUY/duJbkj9eE2tN2X/WJoGAy54hHtxT3ZBkM6IzrOg7H7CXGUPBxNlmqku2w/cAjOUSrgIHlzz0mbA==", + "version": "2.21.1", + "resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.21.1.tgz", + "integrity": "sha512-f45/aT+HTubfCU2oC7IaWnH9NjOWp668ML002QiFObFRVUCoLtcwepp9mmql/ArFUy+HCHp54Xrq4koTcOD6TA==", "dependencies": { "azure-devops-node-api": "^11.0.1", "chalk": "^2.4.2", diff --git a/package.json b/package.json index d4d1b191f..5630f6992 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ }, "dependencies": { "@types/selenium-webdriver": "^4.1.17", - "@vscode/vsce": "^2.21.0", + "@vscode/vsce": "^2.21.1", "commander": "^11.0.0", "compare-versions": "^6.1.0", "fs-extra": "^11.1.0",