Skip to content

Commit 980a68c

Browse files
chore(deps): bump glob from 11.0.3 to 11.1.0 (#1041)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 558b5c9 commit 980a68c

File tree

2 files changed

+32
-7
lines changed

2 files changed

+32
-7
lines changed

packages/jszip-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"commander": "14.0.2",
66
"cosmiconfig": "9.0.0",
7-
"glob": "11.0.3",
7+
"glob": "11.1.0",
88
"jszip": "3.10.1",
99
"logdown": "3.3.1",
1010
"progress": "2.0.3"

yarn.lock

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ __metadata:
10011001
commander: "npm:14.0.2"
10021002
cosmiconfig: "npm:9.0.0"
10031003
cross-env: "npm:10.1.0"
1004-
glob: "npm:11.0.3"
1004+
glob: "npm:11.1.0"
10051005
jszip: "npm:3.10.1"
10061006
logdown: "npm:3.3.1"
10071007
progress: "npm:2.0.3"
@@ -7391,19 +7391,19 @@ __metadata:
73917391
languageName: node
73927392
linkType: hard
73937393

7394-
"glob@npm:11.0.3, glob@npm:^11.0.3":
7395-
version: 11.0.3
7396-
resolution: "glob@npm:11.0.3"
7394+
"glob@npm:11.1.0":
7395+
version: 11.1.0
7396+
resolution: "glob@npm:11.1.0"
73977397
dependencies:
73987398
foreground-child: "npm:^3.3.1"
73997399
jackspeak: "npm:^4.1.1"
7400-
minimatch: "npm:^10.0.3"
7400+
minimatch: "npm:^10.1.1"
74017401
minipass: "npm:^7.1.2"
74027402
package-json-from-dist: "npm:^1.0.0"
74037403
path-scurry: "npm:^2.0.0"
74047404
bin:
74057405
glob: dist/esm/bin.mjs
7406-
checksum: 10c0/7d24457549ec2903920dfa3d8e76850e7c02aa709122f0164b240c712f5455c0b457e6f2a1eee39344c6148e39895be8094ae8cfef7ccc3296ed30bce250c661
7406+
checksum: 10c0/1ceae07f23e316a6fa74581d9a74be6e8c2e590d2f7205034dd5c0435c53f5f7b712c2be00c3b65bf0a49294a1c6f4b98cd84c7637e29453b5aa13b79f1763a2
74077407
languageName: node
74087408
linkType: hard
74097409

@@ -7423,6 +7423,22 @@ __metadata:
74237423
languageName: node
74247424
linkType: hard
74257425

7426+
"glob@npm:^11.0.3":
7427+
version: 11.0.3
7428+
resolution: "glob@npm:11.0.3"
7429+
dependencies:
7430+
foreground-child: "npm:^3.3.1"
7431+
jackspeak: "npm:^4.1.1"
7432+
minimatch: "npm:^10.0.3"
7433+
minipass: "npm:^7.1.2"
7434+
package-json-from-dist: "npm:^1.0.0"
7435+
path-scurry: "npm:^2.0.0"
7436+
bin:
7437+
glob: dist/esm/bin.mjs
7438+
checksum: 10c0/7d24457549ec2903920dfa3d8e76850e7c02aa709122f0164b240c712f5455c0b457e6f2a1eee39344c6148e39895be8094ae8cfef7ccc3296ed30bce250c661
7439+
languageName: node
7440+
linkType: hard
7441+
74267442
"glob@npm:^7.1.3":
74277443
version: 7.2.3
74287444
resolution: "glob@npm:7.2.3"
@@ -9607,6 +9623,15 @@ __metadata:
96079623
languageName: node
96089624
linkType: hard
96099625

9626+
"minimatch@npm:^10.1.1":
9627+
version: 10.1.1
9628+
resolution: "minimatch@npm:10.1.1"
9629+
dependencies:
9630+
"@isaacs/brace-expansion": "npm:^5.0.0"
9631+
checksum: 10c0/c85d44821c71973d636091fddbfbffe62370f5ee3caf0241c5b60c18cd289e916200acb2361b7e987558cd06896d153e25d505db9fc1e43e6b4b6752e2702902
9632+
languageName: node
9633+
linkType: hard
9634+
96109635
"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
96119636
version: 3.1.2
96129637
resolution: "minimatch@npm:3.1.2"

0 commit comments

Comments
 (0)