Skip to content

Commit 9eee9e3

Browse files
chore(deps-dev): bump glob from 11.0.3 to 11.1.0
Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.3 to 11.1.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.0.3...v11.1.0) --- updated-dependencies: - dependency-name: glob dependency-version: 11.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b722ccf commit 9eee9e3

File tree

2 files changed

+32
-7
lines changed

2 files changed

+32
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"eslint-plugin-react": "7.37.5",
8484
"eslint-plugin-react-hooks": "6.1.1",
8585
"eslint-plugin-storybook": "9.1.16",
86-
"glob": "11.0.3",
86+
"glob": "11.1.0",
8787
"globals": "16.5.0",
8888
"husky": "9.1.7",
8989
"lerna": "9.0.1",

yarn.lock

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11422,19 +11422,19 @@ __metadata:
1142211422
languageName: node
1142311423
linkType: hard
1142411424

11425-
"glob@npm:11.0.3, glob@npm:^11.0.3":
11426-
version: 11.0.3
11427-
resolution: "glob@npm:11.0.3"
11425+
"glob@npm:11.1.0":
11426+
version: 11.1.0
11427+
resolution: "glob@npm:11.1.0"
1142811428
dependencies:
1142911429
foreground-child: "npm:^3.3.1"
1143011430
jackspeak: "npm:^4.1.1"
11431-
minimatch: "npm:^10.0.3"
11431+
minimatch: "npm:^10.1.1"
1143211432
minipass: "npm:^7.1.2"
1143311433
package-json-from-dist: "npm:^1.0.0"
1143411434
path-scurry: "npm:^2.0.0"
1143511435
bin:
1143611436
glob: dist/esm/bin.mjs
11437-
checksum: 10c0/7d24457549ec2903920dfa3d8e76850e7c02aa709122f0164b240c712f5455c0b457e6f2a1eee39344c6148e39895be8094ae8cfef7ccc3296ed30bce250c661
11437+
checksum: 10c0/1ceae07f23e316a6fa74581d9a74be6e8c2e590d2f7205034dd5c0435c53f5f7b712c2be00c3b65bf0a49294a1c6f4b98cd84c7637e29453b5aa13b79f1763a2
1143811438
languageName: node
1143911439
linkType: hard
1144011440

@@ -11468,6 +11468,22 @@ __metadata:
1146811468
languageName: node
1146911469
linkType: hard
1147011470

11471+
"glob@npm:^11.0.3":
11472+
version: 11.0.3
11473+
resolution: "glob@npm:11.0.3"
11474+
dependencies:
11475+
foreground-child: "npm:^3.3.1"
11476+
jackspeak: "npm:^4.1.1"
11477+
minimatch: "npm:^10.0.3"
11478+
minipass: "npm:^7.1.2"
11479+
package-json-from-dist: "npm:^1.0.0"
11480+
path-scurry: "npm:^2.0.0"
11481+
bin:
11482+
glob: dist/esm/bin.mjs
11483+
checksum: 10c0/7d24457549ec2903920dfa3d8e76850e7c02aa709122f0164b240c712f5455c0b457e6f2a1eee39344c6148e39895be8094ae8cfef7ccc3296ed30bce250c661
11484+
languageName: node
11485+
linkType: hard
11486+
1147111487
"glob@npm:^7.1.3, glob@npm:^7.1.4, glob@npm:^7.1.6, glob@npm:^7.2.0":
1147211488
version: 7.2.3
1147311489
resolution: "glob@npm:7.2.3"
@@ -15416,6 +15432,15 @@ __metadata:
1541615432
languageName: node
1541715433
linkType: hard
1541815434

15435+
"minimatch@npm:^10.1.1":
15436+
version: 10.1.1
15437+
resolution: "minimatch@npm:10.1.1"
15438+
dependencies:
15439+
"@isaacs/brace-expansion": "npm:^5.0.0"
15440+
checksum: 10c0/c85d44821c71973d636091fddbfbffe62370f5ee3caf0241c5b60c18cd289e916200acb2361b7e987558cd06896d153e25d505db9fc1e43e6b4b6752e2702902
15441+
languageName: node
15442+
linkType: hard
15443+
1541915444
"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
1542015445
version: 3.1.2
1542115446
resolution: "minimatch@npm:3.1.2"
@@ -20941,7 +20966,7 @@ __metadata:
2094120966
eslint-plugin-react: "npm:7.37.5"
2094220967
eslint-plugin-react-hooks: "npm:6.1.1"
2094320968
eslint-plugin-storybook: "npm:9.1.16"
20944-
glob: "npm:11.0.3"
20969+
glob: "npm:11.1.0"
2094520970
globals: "npm:16.5.0"
2094620971
husky: "npm:9.1.7"
2094720972
lerna: "npm:9.0.1"

0 commit comments

Comments
 (0)