Skip to content

Commit

Permalink
Bump glob from 11.0.0 to 11.0.1
Browse files Browse the repository at this point in the history
Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.0 to 11.0.1.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v11.0.0...v11.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2025
1 parent c1703b3 commit 590989b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"chai": "4.3.10",
"esbuild": "0.25.0",
"eslint": "9.17.0",
"glob": "11.0.0",
"glob": "11.0.1",
"globals": "15.14.0",
"husky": "9.1.7",
"hygen": "6.2.11",
Expand Down
26 changes: 21 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3816,7 +3816,7 @@ __metadata:
chai: "npm:4.3.10"
esbuild: "npm:0.25.0"
eslint: "npm:9.17.0"
glob: "npm:11.0.0"
glob: "npm:11.0.1"
globals: "npm:15.14.0"
husky: "npm:9.1.7"
hygen: "npm:6.2.11"
Expand Down Expand Up @@ -6827,9 +6827,9 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:11.0.0, glob@npm:^11.0.0":
version: 11.0.0
resolution: "glob@npm:11.0.0"
"glob@npm:11.0.1":
version: 11.0.1
resolution: "glob@npm:11.0.1"
dependencies:
foreground-child: "npm:^3.1.0"
jackspeak: "npm:^4.0.1"
Expand All @@ -6839,7 +6839,7 @@ __metadata:
path-scurry: "npm:^2.0.0"
bin:
glob: dist/esm/bin.mjs
checksum: 10c0/419866015d8795258a8ac51de5b9d1a99c72634fc3ead93338e4da388e89773ab21681e494eac0fbc4250b003451ca3110bb4f1c9393d15d14466270094fdb4e
checksum: 10c0/2b32588be52e9e90f914c7d8dec32f3144b81b84054b0f70e9adfebf37cd7014570489f2a79d21f7801b9a4bd4cca94f426966bfd00fb64a5b705cfe10da3a03
languageName: node
linkType: hard

Expand Down Expand Up @@ -6874,6 +6874,22 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^11.0.0":
version: 11.0.0
resolution: "glob@npm:11.0.0"
dependencies:
foreground-child: "npm:^3.1.0"
jackspeak: "npm:^4.0.1"
minimatch: "npm:^10.0.0"
minipass: "npm:^7.1.2"
package-json-from-dist: "npm:^1.0.0"
path-scurry: "npm:^2.0.0"
bin:
glob: dist/esm/bin.mjs
checksum: 10c0/419866015d8795258a8ac51de5b9d1a99c72634fc3ead93338e4da388e89773ab21681e494eac0fbc4250b003451ca3110bb4f1c9393d15d14466270094fdb4e
languageName: node
linkType: hard

"glob@npm:^7.0.6, glob@npm:^7.1.3, glob@npm:^7.1.4":
version: 7.2.0
resolution: "glob@npm:7.2.0"
Expand Down

0 comments on commit 590989b

Please sign in to comment.