From c081e63a38a01765317924513a83269e81581713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 04:36:35 +1000 Subject: [PATCH] Bump @vscode/vsce from 2.20.0 to 2.21.0 (#1235) * Bump @vscode/vsce from 2.20.0 to 2.21.0 Bumps [@vscode/vsce](https://github.com/Microsoft/vsce) from 2.20.0 to 2.21.0. - [Release notes](https://github.com/Microsoft/vsce/releases) - [Commits](https://github.com/Microsoft/vsce/compare/v2.20.0...v2.21.0) --- updated-dependencies: - dependency-name: "@vscode/vsce" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump change log --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bernie White --- CHANGELOG.md | 4 ++-- package-lock.json | 10 +++++----- package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c9d97..dbe49bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,8 +31,8 @@ What's changed since v2.9.0: [#1185](https://github.com/microsoft/PSRule-vscode/pull/1185) - Bump @vscode/test-electron to v2.3.4. [#1211](https://github.com/microsoft/PSRule-vscode/pull/1211) - - Bump @vscode/vsce to v2.20.0. - [#1210](https://github.com/microsoft/PSRule-vscode/pull/1210) + - Bump @vscode/vsce to v2.21.0. + [#1235](https://github.com/microsoft/PSRule-vscode/pull/1235) ## v2.9.0 diff --git a/package-lock.json b/package-lock.json index cc813c5..196cb7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "@vscode/test-electron": "^2.3.4", - "@vscode/vsce": "^2.20.0", + "@vscode/vsce": "^2.21.0", "ansi-regex": ">=6.0.1", "esbuild": "^0.19.2", "eslint": "^8.48.0", @@ -800,15 +800,15 @@ } }, "node_modules/@vscode/vsce": { - "version": "2.20.0", - "resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.20.0.tgz", - "integrity": "sha512-FR8Tq2WgGRi/Py5/9WUFG2DCxdqaHXyuhHXSP8hsNc1FsxNzAkqKqfvOUUGxA7gOytmc9s/000QA7wKVukMDbQ==", + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.21.0.tgz", + "integrity": "sha512-KuxYqScqUY/duJbkj9eE2tN2X/WJoGAy54hHtxT3ZBkM6IzrOg7H7CXGUPBxNlmqku2w/cAjOUSrgIHlzz0mbA==", "dev": true, "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 ccc287a..2687127 100644 --- a/package.json +++ b/package.json @@ -498,7 +498,7 @@ "minimist": ">=1.2.8", "mocha": "^10.2.0", "typescript": "^5.1.6", - "@vscode/vsce": "^2.20.0", + "@vscode/vsce": "^2.21.0", "@vscode/test-electron": "^2.3.4", "nth-check": ">=2.1.1", "ansi-regex": ">=6.0.1"