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] <support@github.com>

* Bump change log

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <bewhite@microsoft.com>
This commit is contained in:
dependabot[bot] 2023-09-02 04:36:35 +10:00 коммит произвёл GitHub
Родитель d8361c19a9
Коммит c081e63a38
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -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

10
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",

Просмотреть файл

@ -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"