From fb0e25b536fd863a6bb341a6854edb3457e0e208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 12:10:25 +0000 Subject: [PATCH] Bump vsce from 2.12.0 to 2.13.0 Bumps [vsce](https://github.com/Microsoft/vsce) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/Microsoft/vsce/releases) - [Commits](https://github.com/Microsoft/vsce/compare/v2.12.0...v2.13.0) --- updated-dependencies: - dependency-name: vsce dependency-type: direct:development update-type: version-update:semver-minor ... 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 47923c5..3346b27 100644 --- a/package.json +++ b/package.json @@ -271,6 +271,6 @@ "prettier": "^2.7.1", "ts-mocha": "^10.0.0", "typescript": "^4.8.4", - "vsce": "^2.12.0" + "vsce": "^2.13.0" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 799795a..4a9446b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3022,10 +3022,10 @@ uuid@^3.3.3: resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== -vsce@^2.12.0: - version "2.12.0" - resolved "https://registry.yarnpkg.com/vsce/-/vsce-2.12.0.tgz#0526c2e4ce0ac4d80597bc81eeda66ab0065a81c" - integrity sha512-PKBjIsZxZbm6I4hpikkUX7CNh7UpPflDm3aCCBCFn3ffzQlyUNCQOcaObrhMkRNy4xyvL4hs7ryhE3IKQ6FTIQ== +vsce@^2.13.0: + version "2.13.0" + resolved "https://registry.yarnpkg.com/vsce/-/vsce-2.13.0.tgz#832adc2926a4ca9facf898fea011dd33515f7ace" + integrity sha512-t1otQ2lqyi5Y/G6qUl9BEc561nEIYrZbLT8k+R1SoZaKNa6gaehaLGQG5zvB524YPGZOVvbOBzAXoO7Mor1J5g== dependencies: azure-devops-node-api "^11.0.1" chalk "^2.4.2"