Bump glob from 10.3.4 to 10.3.6 (#1246)

* Bump glob from 10.3.4 to 10.3.6

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

---
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-09-23 22:04:50 +10:00 коммит произвёл GitHub
Родитель 060a219312
Коммит 5ab9f72ba7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 7 добавлений и 7 удалений

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

@ -33,8 +33,8 @@ What's changed since v2.9.0:
[#1211](https://github.com/microsoft/PSRule-vscode/pull/1211)
- Bump @vscode/vsce to v2.21.0.
[#1235](https://github.com/microsoft/PSRule-vscode/pull/1235)
- Bump glob to v10.3.4.
[#1234](https://github.com/microsoft/PSRule-vscode/pull/1234)
- Bump glob to v10.3.6.
[#1246](https://github.com/microsoft/PSRule-vscode/pull/1246)
## v2.9.0

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

@ -25,7 +25,7 @@
"ansi-regex": ">=6.0.1",
"esbuild": "^0.19.3",
"eslint": "^8.49.0",
"glob": "^10.3.4",
"glob": "^10.3.6",
"lodash": ">=4.17.21",
"markdown-it": "^13.0.1",
"minimist": ">=1.2.8",
@ -2221,9 +2221,9 @@
"optional": true
},
"node_modules/glob": {
"version": "10.3.4",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.4.tgz",
"integrity": "sha512-6LFElP3A+i/Q8XQKEvZjkEWEOTgAIALR9AO2rwT8bgPhDd1anmqDJDZ6lLddI4ehxxxR1S5RIqKe1uapMQfYaQ==",
"version": "10.3.6",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.6.tgz",
"integrity": "sha512-mEfImdc/fiYHEcF6pHFfD2b/KrdFB1qH9mRe5vI5HROF8G51SWxQJ2V56Ezl6ZL9y86gsxQ1Lgo2S746KGUPSQ==",
"dev": true,
"dependencies": {
"foreground-child": "^3.1.0",

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

@ -492,7 +492,7 @@
"@typescript-eslint/parser": "^5.62.0",
"esbuild": "^0.19.3",
"eslint": "^8.49.0",
"glob": "^10.3.4",
"glob": "^10.3.6",
"lodash": ">=4.17.21",
"markdown-it": "^13.0.1",
"minimist": ">=1.2.8",