From 876f2fa6009ff5170184497d29de7d70ac643a19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:53:42 +0000 Subject: [PATCH] Bump @vscode/vsce from 2.21.0 to 2.21.1 Bumps [@vscode/vsce](https://github.com/Microsoft/vsce) from 2.21.0 to 2.21.1. - [Release notes](https://github.com/Microsoft/vsce/releases) - [Commits](https://github.com/Microsoft/vsce/compare/v2.21.0...v2.21.1) --- updated-dependencies: - dependency-name: "@vscode/vsce" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 66e7375..4c2cf70 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "@vscode/test-electron": "^2.3.4", - "@vscode/vsce": "^2.21.0", + "@vscode/vsce": "^2.21.1", "esbuild": "^0.19.3", "eslint": "^8.49.0", "eslint-import-resolver-typescript": "^3.6.1", diff --git a/yarn.lock b/yarn.lock index 63c252c..c4c0599 100644 --- a/yarn.lock +++ b/yarn.lock @@ -751,10 +751,10 @@ jszip "^3.10.1" semver "^7.5.2" -"@vscode/vsce@^2.21.0": - version "2.21.0" - resolved "https://registry.yarnpkg.com/@vscode/vsce/-/vsce-2.21.0.tgz#572e66db79cff383b9ac39f71710aa62e6392330" - integrity sha512-KuxYqScqUY/duJbkj9eE2tN2X/WJoGAy54hHtxT3ZBkM6IzrOg7H7CXGUPBxNlmqku2w/cAjOUSrgIHlzz0mbA== +"@vscode/vsce@^2.21.1": + version "2.21.1" + resolved "https://registry.yarnpkg.com/@vscode/vsce/-/vsce-2.21.1.tgz#793c78d992483b428611a3927211a9640041be14" + integrity sha512-f45/aT+HTubfCU2oC7IaWnH9NjOWp668ML002QiFObFRVUCoLtcwepp9mmql/ArFUy+HCHp54Xrq4koTcOD6TA== dependencies: azure-devops-node-api "^11.0.1" chalk "^2.4.2"