Skip to content

Commit

Permalink
Bump glob from 10.3.4 to 10.3.10
Browse files Browse the repository at this point in the history
Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.4 to 10.3.10.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.3.4...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>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent b9303c7 commit 6051426
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@vscode/vsce": "^2.21.0",
"esbuild": "^0.19.0",
"eslint": "^8.50.0",
"glob": "^10.0.0",
"glob": "^10.3.10",
"mocha": "^10.2.0",
"typescript": "^5.0.0"
},
Expand Down
32 changes: 30 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ __metadata:
clipboardy: ^3.0.0
esbuild: ^0.19.0
eslint: ^8.50.0
glob: ^10.0.0
glob: ^10.3.10
mocha: ^10.2.0
typescript: ^5.0.0
languageName: unknown
Expand Down Expand Up @@ -1795,7 +1795,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.0.0, glob@npm:^10.2.2":
"glob@npm:^10.2.2":
version: 10.3.4
resolution: "glob@npm:10.3.4"
dependencies:
Expand All @@ -1810,6 +1810,21 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.3.10":
version: 10.3.10
resolution: "glob@npm:10.3.10"
dependencies:
foreground-child: ^3.1.0
jackspeak: ^2.3.5
minimatch: ^9.0.1
minipass: ^5.0.0 || ^6.0.2 || ^7.0.0
path-scurry: ^1.10.1
bin:
glob: dist/esm/bin.mjs
checksum: 4f2fe2511e157b5a3f525a54092169a5f92405f24d2aed3142f4411df328baca13059f4182f1db1bf933e2c69c0bd89e57ae87edd8950cba8c7ccbe84f721cf3
languageName: node
linkType: hard

"glob@npm:^7.0.6, glob@npm:^7.1.3, glob@npm:^7.1.4":
version: 7.2.3
resolution: "glob@npm:7.2.3"
Expand Down Expand Up @@ -2194,6 +2209,19 @@ __metadata:
languageName: node
linkType: hard

"jackspeak@npm:^2.3.5":
version: 2.3.6
resolution: "jackspeak@npm:2.3.6"
dependencies:
"@isaacs/cliui": ^8.0.2
"@pkgjs/parseargs": ^0.11.0
dependenciesMeta:
"@pkgjs/parseargs":
optional: true
checksum: 57d43ad11eadc98cdfe7496612f6bbb5255ea69fe51ea431162db302c2a11011642f50cfad57288bd0aea78384a0612b16e131944ad8ecd09d619041c8531b54
languageName: node
linkType: hard

"js-yaml@npm:4.1.0, js-yaml@npm:^4.1.0":
version: 4.1.0
resolution: "js-yaml@npm:4.1.0"
Expand Down

0 comments on commit 6051426

Please sign in to comment.