From 94a9b95c7bb75326fd829bfb0e84c26e07bad244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:13:47 +0100 Subject: [PATCH] Bump @vscode/vsce from 2.21.1 to 2.22.0 (#989) 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 fd2fb6a3f..afde71d8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ ], "dependencies": { "@types/selenium-webdriver": "^4.1.19", - "@vscode/vsce": "^2.21.1", + "@vscode/vsce": "^2.22.0", "commander": "^11.1.0", "compare-versions": "^6.1.0", "fs-extra": "^11.1.0", @@ -251,9 +251,9 @@ } }, "node_modules/@vscode/vsce": { - "version": "2.21.1", - "resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.21.1.tgz", - "integrity": "sha512-f45/aT+HTubfCU2oC7IaWnH9NjOWp668ML002QiFObFRVUCoLtcwepp9mmql/ArFUy+HCHp54Xrq4koTcOD6TA==", + "version": "2.22.0", + "resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.22.0.tgz", + "integrity": "sha512-8df4uJiM3C6GZ2Sx/KilSKVxsetrTBBIUb3c0W4B1EWHcddioVs5mkyDKtMNP0khP/xBILVSzlXxhV+nm2rC9A==", "dependencies": { "azure-devops-node-api": "^11.0.1", "chalk": "^2.4.2", diff --git a/package.json b/package.json index ab7c401d8..b095e0488 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ }, "dependencies": { "@types/selenium-webdriver": "^4.1.19", - "@vscode/vsce": "^2.21.1", + "@vscode/vsce": "^2.22.0", "commander": "^11.1.0", "compare-versions": "^6.1.0", "fs-extra": "^11.1.0",