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

Skip to content

Commit 2f83bb1

Browse files
committed
ensure latest
1 parent 0d150cc commit 2f83bb1

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint-plugin-unicorn": "^50.0.0",
4545
"execa": "^5.0.0",
4646
"find-process": "^1.4.1",
47-
"glob": "^10.0.0",
47+
"glob": "^10.3.10",
4848
"graceful-fs": "^4.2.9",
4949
"isbinaryfile": "^5.0.0",
5050
"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
@@ -38,7 +38,7 @@
3838
"chalk": "^4.0.0",
3939
"ci-info": "^4.0.0",
4040
"deepmerge": "^4.2.2",
41-
"glob": "^10.3.4",
41+
"glob": "^10.3.10",
4242
"graceful-fs": "^4.2.9",
4343
"jest-circus": "workspace:*",
4444
"jest-environment-node": "workspace:*",

packages/jest-reporters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"chalk": "^4.0.0",
2525
"collect-v8-coverage": "^1.0.0",
2626
"exit": "^0.1.2",
27-
"glob": "^10.3.4",
27+
"glob": "^10.3.10",
2828
"graceful-fs": "^4.2.9",
2929
"istanbul-lib-coverage": "^3.0.0",
3030
"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
@@ -30,7 +30,7 @@
3030
"chalk": "^4.0.0",
3131
"cjs-module-lexer": "^1.0.0",
3232
"collect-v8-coverage": "^1.0.0",
33-
"glob": "^10.3.4",
33+
"glob": "^10.3.10",
3434
"graceful-fs": "^4.2.9",
3535
"jest-haste-map": "workspace:*",
3636
"jest-message-util": "workspace:*",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3045,7 +3045,7 @@ __metadata:
30453045
eslint-plugin-unicorn: ^50.0.0
30463046
execa: ^5.0.0
30473047
find-process: ^1.4.1
3048-
glob: ^10.0.0
3048+
glob: ^10.3.10
30493049
graceful-fs: ^4.2.9
30503050
isbinaryfile: ^5.0.0
30513051
istanbul-lib-coverage: ^3.0.0
@@ -3112,7 +3112,7 @@ __metadata:
31123112
chalk: ^4.0.0
31133113
collect-v8-coverage: ^1.0.0
31143114
exit: ^0.1.2
3115-
glob: ^10.3.4
3115+
glob: ^10.3.10
31163116
graceful-fs: ^4.2.9
31173117
istanbul-lib-coverage: ^3.0.0
31183118
istanbul-lib-instrument: ^6.0.0
@@ -11017,7 +11017,7 @@ __metadata:
1101711017
languageName: node
1101811018
linkType: hard
1101911019

11020-
"glob@npm:^10.0.0, glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.3.4, glob@npm:^10.3.7":
11020+
"glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.3.7":
1102111021
version: 10.3.10
1102211022
resolution: "glob@npm:10.3.10"
1102311023
dependencies:
@@ -12904,7 +12904,7 @@ __metadata:
1290412904
chalk: ^4.0.0
1290512905
ci-info: ^4.0.0
1290612906
deepmerge: ^4.2.2
12907-
glob: ^10.3.4
12907+
glob: ^10.3.10
1290812908
graceful-fs: ^4.2.9
1290912909
jest-circus: "workspace:*"
1291012910
jest-environment-node: "workspace:*"
@@ -13305,7 +13305,7 @@ __metadata:
1330513305
chalk: ^4.0.0
1330613306
cjs-module-lexer: ^1.0.0
1330713307
collect-v8-coverage: ^1.0.0
13308-
glob: ^10.3.4
13308+
glob: ^10.3.10
1330913309
graceful-fs: ^4.2.9
1331013310
jest-environment-node: "workspace:*"
1331113311
jest-haste-map: "workspace:*"

0 commit comments

Comments
 (0)