Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3b14138

Browse files
fix(deps): update dependency glob to v10
1 parent da878b9 commit 3b14138

File tree

5 files changed

+9
-22
lines changed

5 files changed

+9
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-plugin-prettier": "^4.0.0",
4444
"execa": "^5.0.0",
4545
"find-process": "^1.4.1",
46-
"glob": "^8.0.0",
46+
"glob": "^10.0.0",
4747
"graceful-fs": "^4.2.9",
4848
"isbinaryfile": "^5.0.0",
4949
"istanbul-lib-coverage": "^3.0.0",

packages/jest-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"chalk": "^4.0.0",
3737
"ci-info": "^3.2.0",
3838
"deepmerge": "^4.2.2",
39-
"glob": "^7.1.3",
39+
"glob": "^10.0.0",
4040
"graceful-fs": "^4.2.9",
4141
"jest-circus": "workspace:^",
4242
"jest-environment-node": "workspace:^",

packages/jest-reporters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"chalk": "^4.0.0",
2323
"collect-v8-coverage": "^1.0.0",
2424
"exit": "^0.1.2",
25-
"glob": "^7.1.3",
25+
"glob": "^10.0.0",
2626
"graceful-fs": "^4.2.9",
2727
"istanbul-lib-coverage": "^3.0.0",
2828
"istanbul-lib-instrument": "^6.0.0",

packages/jest-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"chalk": "^4.0.0",
2929
"cjs-module-lexer": "^1.0.0",
3030
"collect-v8-coverage": "^1.0.0",
31-
"glob": "^7.1.3",
31+
"glob": "^10.0.0",
3232
"graceful-fs": "^4.2.9",
3333
"jest-haste-map": "workspace:^",
3434
"jest-message-util": "workspace:^",

yarn.lock

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2963,7 +2963,7 @@ __metadata:
29632963
eslint-plugin-prettier: ^4.0.0
29642964
execa: ^5.0.0
29652965
find-process: ^1.4.1
2966-
glob: ^8.0.0
2966+
glob: ^10.0.0
29672967
graceful-fs: ^4.2.9
29682968
isbinaryfile: ^5.0.0
29692969
istanbul-lib-coverage: ^3.0.0
@@ -3029,7 +3029,7 @@ __metadata:
30293029
chalk: ^4.0.0
30303030
collect-v8-coverage: ^1.0.0
30313031
exit: ^0.1.2
3032-
glob: ^7.1.3
3032+
glob: ^10.0.0
30333033
graceful-fs: ^4.2.9
30343034
istanbul-lib-coverage: ^3.0.0
30353035
istanbul-lib-instrument: ^6.0.0
@@ -10707,7 +10707,7 @@ __metadata:
1070710707
languageName: node
1070810708
linkType: hard
1070910709

10710-
"glob@npm:^10.2.2, glob@npm:^10.2.5":
10710+
"glob@npm:^10.0.0, glob@npm:^10.2.2, glob@npm:^10.2.5":
1071110711
version: 10.3.4
1071210712
resolution: "glob@npm:10.3.4"
1071310713
dependencies:
@@ -10736,19 +10736,6 @@ __metadata:
1073610736
languageName: node
1073710737
linkType: hard
1073810738

10739-
"glob@npm:^8.0.0":
10740-
version: 8.1.0
10741-
resolution: "glob@npm:8.1.0"
10742-
dependencies:
10743-
fs.realpath: ^1.0.0
10744-
inflight: ^1.0.4
10745-
inherits: 2
10746-
minimatch: ^5.0.1
10747-
once: ^1.3.0
10748-
checksum: 92fbea3221a7d12075f26f0227abac435de868dd0736a17170663783296d0dd8d3d532a5672b4488a439bf5d7fb85cdd07c11185d6cd39184f0385cbdfb86a47
10749-
languageName: node
10750-
linkType: hard
10751-
1075210739
"global-dirs@npm:^3.0.0":
1075310740
version: 3.0.1
1075410741
resolution: "global-dirs@npm:3.0.1"
@@ -12500,7 +12487,7 @@ __metadata:
1250012487
chalk: ^4.0.0
1250112488
ci-info: ^3.2.0
1250212489
deepmerge: ^4.2.2
12503-
glob: ^7.1.3
12490+
glob: ^10.0.0
1250412491
graceful-fs: ^4.2.9
1250512492
jest-circus: "workspace:^"
1250612493
jest-environment-node: "workspace:^"
@@ -12881,7 +12868,7 @@ __metadata:
1288112868
chalk: ^4.0.0
1288212869
cjs-module-lexer: ^1.0.0
1288312870
collect-v8-coverage: ^1.0.0
12884-
glob: ^7.1.3
12871+
glob: ^10.0.0
1288512872
graceful-fs: ^4.2.9
1288612873
jest-environment-node: "workspace:^"
1288712874
jest-haste-map: "workspace:^"

0 commit comments

Comments
 (0)