Skip to content

Commit 90cdba6

Browse files
chore(deps): update dependency glob to ^11.1.0
1 parent bc46a52 commit 90cdba6

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"
@@ -12653,7 +12653,7 @@ __metadata:
1265312653
languageName: node
1265412654
linkType: hard
1265512655

12656-
"glob@npm:11.0.3, glob@npm:^11.0.3":
12656+
"glob@npm:11.0.3":
1265712657
version: 11.0.3
1265812658
resolution: "glob@npm:11.0.3"
1265912659
dependencies:
@@ -12716,6 +12716,22 @@ __metadata:
1271612716
languageName: node
1271712717
linkType: hard
1271812718

12719+
"glob@npm:^11.1.0":
12720+
version: 11.1.0
12721+
resolution: "glob@npm:11.1.0"
12722+
dependencies:
12723+
foreground-child: "npm:^3.3.1"
12724+
jackspeak: "npm:^4.1.1"
12725+
minimatch: "npm:^10.1.1"
12726+
minipass: "npm:^7.1.2"
12727+
package-json-from-dist: "npm:^1.0.0"
12728+
path-scurry: "npm:^2.0.0"
12729+
bin:
12730+
glob: dist/esm/bin.mjs
12731+
checksum: 10c0/1ceae07f23e316a6fa74581d9a74be6e8c2e590d2f7205034dd5c0435c53f5f7b712c2be00c3b65bf0a49294a1c6f4b98cd84c7637e29453b5aa13b79f1763a2
12732+
languageName: node
12733+
linkType: hard
12734+
1271912735
"glob@npm:^7.0.3, glob@npm:^7.1.2, glob@npm:^7.1.3, glob@npm:^7.1.4":
1272012736
version: 7.2.3
1272112737
resolution: "glob@npm:7.2.3"
@@ -16666,6 +16682,15 @@ __metadata:
1666616682
languageName: node
1666716683
linkType: hard
1666816684

16685+
"minimatch@npm:^10.1.1":
16686+
version: 10.1.1
16687+
resolution: "minimatch@npm:10.1.1"
16688+
dependencies:
16689+
"@isaacs/brace-expansion": "npm:^5.0.0"
16690+
checksum: 10c0/c85d44821c71973d636091fddbfbffe62370f5ee3caf0241c5b60c18cd289e916200acb2361b7e987558cd06896d153e25d505db9fc1e43e6b4b6752e2702902
16691+
languageName: node
16692+
linkType: hard
16693+
1666916694
"minimatch@npm:^3.0.2, minimatch@npm:^3.0.4, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
1667016695
version: 3.1.2
1667116696
resolution: "minimatch@npm:3.1.2"

0 commit comments

Comments
 (0)