Bump glob from 10.3.6 to 10.3.10 (#1254)

* Bump glob from 10.3.6 to 10.3.10

Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.6 to 10.3.10.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.3.6...v10.3.10)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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-11-11 17:51:14 +10:00 коммит произвёл GitHub
Родитель b14809151f
Коммит 994bc2847c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 12 добавлений и 12 удалений

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

@ -34,8 +34,8 @@ What's changed since v2.9.0:
[#1271](https://github.com/microsoft/PSRule-vscode/pull/1271) [#1271](https://github.com/microsoft/PSRule-vscode/pull/1271)
- Bump @vscode/vsce to v2.22.0. - Bump @vscode/vsce to v2.22.0.
[#1277](https://github.com/microsoft/PSRule-vscode/pull/1277) [#1277](https://github.com/microsoft/PSRule-vscode/pull/1277)
- Bump glob to v10.3.6. - Bump glob to v10.3.10.
[#1246](https://github.com/microsoft/PSRule-vscode/pull/1246) [#1254](https://github.com/microsoft/PSRule-vscode/pull/1254)
- Bump vscode-languageclient to v9.0.1. - Bump vscode-languageclient to v9.0.1.
[#1252](https://github.com/microsoft/PSRule-vscode/pull/1252) [#1252](https://github.com/microsoft/PSRule-vscode/pull/1252)

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

@ -25,7 +25,7 @@
"ansi-regex": ">=6.0.1", "ansi-regex": ">=6.0.1",
"esbuild": "^0.19.5", "esbuild": "^0.19.5",
"eslint": "^8.52.0", "eslint": "^8.52.0",
"glob": "^10.3.6", "glob": "^10.3.10",
"lodash": ">=4.17.21", "lodash": ">=4.17.21",
"markdown-it": "^13.0.1", "markdown-it": "^13.0.1",
"minimist": ">=1.2.8", "minimist": ">=1.2.8",
@ -2231,19 +2231,19 @@
"optional": true "optional": true
}, },
"node_modules/glob": { "node_modules/glob": {
"version": "10.3.6", "version": "10.3.10",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.6.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
"integrity": "sha512-mEfImdc/fiYHEcF6pHFfD2b/KrdFB1qH9mRe5vI5HROF8G51SWxQJ2V56Ezl6ZL9y86gsxQ1Lgo2S746KGUPSQ==", "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"foreground-child": "^3.1.0", "foreground-child": "^3.1.0",
"jackspeak": "^2.0.3", "jackspeak": "^2.3.5",
"minimatch": "^9.0.1", "minimatch": "^9.0.1",
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
"path-scurry": "^1.10.1" "path-scurry": "^1.10.1"
}, },
"bin": { "bin": {
"glob": "dist/cjs/src/bin.js" "glob": "dist/esm/bin.mjs"
}, },
"engines": { "engines": {
"node": ">=16 || 14 >=14.17" "node": ">=16 || 14 >=14.17"
@ -2624,9 +2624,9 @@
"dev": true "dev": true
}, },
"node_modules/jackspeak": { "node_modules/jackspeak": {
"version": "2.3.3", "version": "2.3.6",
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.3.tgz", "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
"integrity": "sha512-R2bUw+kVZFS/h1AZqBKrSgDmdmjApzgY0AlCPumopFiAlbUxE2gf+SCuBzQ0cP5hHmUmFYF5yw55T97Th5Kstg==", "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@isaacs/cliui": "^8.0.2" "@isaacs/cliui": "^8.0.2"

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

@ -485,7 +485,7 @@
"@typescript-eslint/parser": "^5.62.0", "@typescript-eslint/parser": "^5.62.0",
"esbuild": "^0.19.5", "esbuild": "^0.19.5",
"eslint": "^8.52.0", "eslint": "^8.52.0",
"glob": "^10.3.6", "glob": "^10.3.10",
"lodash": ">=4.17.21", "lodash": ">=4.17.21",
"markdown-it": "^13.0.1", "markdown-it": "^13.0.1",
"minimist": ">=1.2.8", "minimist": ">=1.2.8",