Bump @vscode/vsce from 2.23.0 to 2.24.0 (#1357)

* Bump @vscode/vsce from 2.23.0 to 2.24.0

Bumps [@vscode/vsce](https://github.com/Microsoft/vsce) from 2.23.0 to 2.24.0.
- [Release notes](https://github.com/Microsoft/vsce/releases)
- [Commits](https://github.com/Microsoft/vsce/compare/v2.23.0...v2.24.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] 2024-02-23 23:22:51 +10:00 коммит произвёл GitHub
Родитель 06b52ed081
Коммит 1b9817474d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 7 добавлений и 17 удалений

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

@ -40,8 +40,8 @@ What's changed since v2.9.0:
[#1301](https://github.com/microsoft/PSRule-vscode/pull/1301)
- Bump @vscode/test-electron to v2.3.9.
[#1334](https://github.com/microsoft/PSRule-vscode/pull/1334)
- Bump @vscode/vsce to v2.23.0.
[#1336](https://github.com/microsoft/PSRule-vscode/pull/1336)
- Bump @vscode/vsce to v2.24.0.
[#1357](https://github.com/microsoft/PSRule-vscode/pull/1357)
- Bump glob to v10.3.10.
[#1254](https://github.com/microsoft/PSRule-vscode/pull/1254)
- Bump vscode-languageclient to v9.0.1.

18
package-lock.json сгенерированный
Просмотреть файл

@ -20,7 +20,7 @@
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.21.0",
"@vscode/test-electron": "^2.3.9",
"@vscode/vsce": "^2.23.0",
"@vscode/vsce": "^2.24.0",
"esbuild": "^0.20.1",
"eslint": "^8.56.0",
"glob": "^10.3.10",
@ -978,16 +978,15 @@
}
},
"node_modules/@vscode/vsce": {
"version": "2.23.0",
"resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.23.0.tgz",
"integrity": "sha512-Wf9yN8feZf4XmUW/erXyKQvCL577u72AQv4AI4Cwt5o5NyE49C5mpfw3pN78BJYYG3qnSIxwRo7JPvEurkQuNA==",
"version": "2.24.0",
"resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.24.0.tgz",
"integrity": "sha512-p6CIXpH5HXDqmUkgFXvIKTjZpZxy/uDx4d/UsfhS9vQUun43KDNUbYeZocyAHgqcJlPEurgArHz9te1PPiqPyA==",
"dev": true,
"dependencies": {
"azure-devops-node-api": "^11.0.1",
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.9",
"commander": "^6.2.1",
"find-yarn-workspace-root": "^2.0.0",
"glob": "^7.0.6",
"hosted-git-info": "^4.0.2",
"jsonc-parser": "^3.2.0",
@ -2217,15 +2216,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/find-yarn-workspace-root": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz",
"integrity": "sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==",
"dev": true,
"dependencies": {
"micromatch": "^4.0.2"
}
},
"node_modules/flat": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz",

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

@ -497,7 +497,7 @@
"glob": "^10.3.10",
"mocha": "^10.3.0",
"typescript": "^5.3.3",
"@vscode/vsce": "^2.23.0",
"@vscode/vsce": "^2.24.0",
"@vscode/test-electron": "^2.3.9"
}
}