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

Skip to content

Commit b07f8de

Browse files
fix(deps): update dependency glob to v10
1 parent 55d6a22 commit b07f8de

File tree

5 files changed

+12
-25
lines changed

5 files changed

+12
-25
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: 8 additions & 21 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
@@ -10762,9 +10762,9 @@ __metadata:
1076210762
languageName: node
1076310763
linkType: hard
1076410764

10765-
"glob@npm:^10.2.2, glob@npm:^10.2.5":
10766-
version: 10.3.3
10767-
resolution: "glob@npm:10.3.3"
10765+
"glob@npm:^10.0.0, glob@npm:^10.2.2, glob@npm:^10.2.5":
10766+
version: 10.3.4
10767+
resolution: "glob@npm:10.3.4"
1076810768
dependencies:
1076910769
foreground-child: ^3.1.0
1077010770
jackspeak: ^2.0.3
@@ -10773,7 +10773,7 @@ __metadata:
1077310773
path-scurry: ^1.10.1
1077410774
bin:
1077510775
glob: dist/cjs/src/bin.js
10776-
checksum: 29190d3291f422da0cb40b77a72fc8d2c51a36524e99b8bf412548b7676a6627489528b57250429612b6eec2e6fe7826d328451d3e694a9d15e575389308ec53
10776+
checksum: 176b97c124414401cb51329a93d2ba112cef8814adbed10348481916b9521b677773eee2691cb6b24d66632d8c8bb8913533f5ac4bfb2d0ef5454a1856082361
1077710777
languageName: node
1077810778
linkType: hard
1077910779

@@ -10791,19 +10791,6 @@ __metadata:
1079110791
languageName: node
1079210792
linkType: hard
1079310793

10794-
"glob@npm:^8.0.0":
10795-
version: 8.1.0
10796-
resolution: "glob@npm:8.1.0"
10797-
dependencies:
10798-
fs.realpath: ^1.0.0
10799-
inflight: ^1.0.4
10800-
inherits: 2
10801-
minimatch: ^5.0.1
10802-
once: ^1.3.0
10803-
checksum: 92fbea3221a7d12075f26f0227abac435de868dd0736a17170663783296d0dd8d3d532a5672b4488a439bf5d7fb85cdd07c11185d6cd39184f0385cbdfb86a47
10804-
languageName: node
10805-
linkType: hard
10806-
1080710794
"global-dirs@npm:^3.0.0":
1080810795
version: 3.0.1
1080910796
resolution: "global-dirs@npm:3.0.1"
@@ -12589,7 +12576,7 @@ __metadata:
1258912576
chalk: ^4.0.0
1259012577
ci-info: ^3.2.0
1259112578
deepmerge: ^4.2.2
12592-
glob: ^7.1.3
12579+
glob: ^10.0.0
1259312580
graceful-fs: ^4.2.9
1259412581
jest-circus: "workspace:^"
1259512582
jest-environment-node: "workspace:^"
@@ -12970,7 +12957,7 @@ __metadata:
1297012957
chalk: ^4.0.0
1297112958
cjs-module-lexer: ^1.0.0
1297212959
collect-v8-coverage: ^1.0.0
12973-
glob: ^7.1.3
12960+
glob: ^10.0.0
1297412961
graceful-fs: ^4.2.9
1297512962
jest-environment-node: "workspace:^"
1297612963
jest-haste-map: "workspace:^"

0 commit comments

Comments
 (0)