Skip to content

Commit 3b15374

Browse files
chore(deps): update dependency glob to ^11.1.0 (#12190)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 250b4ac commit 3b15374

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-plugin-react-hooks": "^5.2.0",
5757
"eslint-plugin-testing-library": "^7.1.1",
5858
"fs-extra": "^11.3.0",
59-
"glob": "^11.0.3",
59+
"glob": "^11.1.0",
6060
"globals": "^15.15.0",
6161
"husky": "^9.1.7",
6262
"jest": "^29.7.0",

yarn.lock

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4739,7 +4739,7 @@ __metadata:
47394739
eslint-plugin-react-hooks: "npm:^5.2.0"
47404740
eslint-plugin-testing-library: "npm:^7.1.1"
47414741
fs-extra: "npm:^11.3.0"
4742-
glob: "npm:^11.0.3"
4742+
glob: "npm:^11.1.0"
47434743
globals: "npm:^15.15.0"
47444744
husky: "npm:^9.1.7"
47454745
jest: "npm:^29.7.0"
@@ -12672,7 +12672,7 @@ __metadata:
1267212672
languageName: node
1267312673
linkType: hard
1267412674

12675-
"glob@npm:11.0.3, glob@npm:^11.0.3":
12675+
"glob@npm:11.0.3":
1267612676
version: 11.0.3
1267712677
resolution: "glob@npm:11.0.3"
1267812678
dependencies:
@@ -12735,6 +12735,22 @@ __metadata:
1273512735
languageName: node
1273612736
linkType: hard
1273712737

12738+
"glob@npm:^11.1.0":
12739+
version: 11.1.0
12740+
resolution: "glob@npm:11.1.0"
12741+
dependencies:
12742+
foreground-child: "npm:^3.3.1"
12743+
jackspeak: "npm:^4.1.1"
12744+
minimatch: "npm:^10.1.1"
12745+
minipass: "npm:^7.1.2"
12746+
package-json-from-dist: "npm:^1.0.0"
12747+
path-scurry: "npm:^2.0.0"
12748+
bin:
12749+
glob: dist/esm/bin.mjs
12750+
checksum: 10c0/1ceae07f23e316a6fa74581d9a74be6e8c2e590d2f7205034dd5c0435c53f5f7b712c2be00c3b65bf0a49294a1c6f4b98cd84c7637e29453b5aa13b79f1763a2
12751+
languageName: node
12752+
linkType: hard
12753+
1273812754
"glob@npm:^7.0.3, glob@npm:^7.1.2, glob@npm:^7.1.3, glob@npm:^7.1.4":
1273912755
version: 7.2.3
1274012756
resolution: "glob@npm:7.2.3"
@@ -16694,6 +16710,15 @@ __metadata:
1669416710
languageName: node
1669516711
linkType: hard
1669616712

16713+
"minimatch@npm:^10.1.1":
16714+
version: 10.1.1
16715+
resolution: "minimatch@npm:10.1.1"
16716+
dependencies:
16717+
"@isaacs/brace-expansion": "npm:^5.0.0"
16718+
checksum: 10c0/c85d44821c71973d636091fddbfbffe62370f5ee3caf0241c5b60c18cd289e916200acb2361b7e987558cd06896d153e25d505db9fc1e43e6b4b6752e2702902
16719+
languageName: node
16720+
linkType: hard
16721+
1669716722
"minimatch@npm:^3.0.2, minimatch@npm:^3.0.4, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
1669816723
version: 3.1.2
1669916724
resolution: "minimatch@npm:3.1.2"

0 commit comments

Comments
 (0)