Skip to content

Commit

Permalink
ensure latest
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Dec 26, 2023
1 parent 0d150cc commit 2f83bb1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint-plugin-unicorn": "^50.0.0",
"execa": "^5.0.0",
"find-process": "^1.4.1",
"glob": "^10.0.0",
"glob": "^10.3.10",
"graceful-fs": "^4.2.9",
"isbinaryfile": "^5.0.0",
"istanbul-lib-coverage": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"chalk": "^4.0.0",
"ci-info": "^4.0.0",
"deepmerge": "^4.2.2",
"glob": "^10.3.4",
"glob": "^10.3.10",
"graceful-fs": "^4.2.9",
"jest-circus": "workspace:*",
"jest-environment-node": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-reporters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"chalk": "^4.0.0",
"collect-v8-coverage": "^1.0.0",
"exit": "^0.1.2",
"glob": "^10.3.4",
"glob": "^10.3.10",
"graceful-fs": "^4.2.9",
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-instrument": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"chalk": "^4.0.0",
"cjs-module-lexer": "^1.0.0",
"collect-v8-coverage": "^1.0.0",
"glob": "^10.3.4",
"glob": "^10.3.10",
"graceful-fs": "^4.2.9",
"jest-haste-map": "workspace:*",
"jest-message-util": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3045,7 +3045,7 @@ __metadata:
eslint-plugin-unicorn: ^50.0.0
execa: ^5.0.0
find-process: ^1.4.1
glob: ^10.0.0
glob: ^10.3.10
graceful-fs: ^4.2.9
isbinaryfile: ^5.0.0
istanbul-lib-coverage: ^3.0.0
Expand Down Expand Up @@ -3112,7 +3112,7 @@ __metadata:
chalk: ^4.0.0
collect-v8-coverage: ^1.0.0
exit: ^0.1.2
glob: ^10.3.4
glob: ^10.3.10
graceful-fs: ^4.2.9
istanbul-lib-coverage: ^3.0.0
istanbul-lib-instrument: ^6.0.0
Expand Down Expand Up @@ -11017,7 +11017,7 @@ __metadata:
languageName: node
linkType: hard

"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":
"glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.3.7":
version: 10.3.10
resolution: "glob@npm:10.3.10"
dependencies:
Expand Down Expand Up @@ -12904,7 +12904,7 @@ __metadata:
chalk: ^4.0.0
ci-info: ^4.0.0
deepmerge: ^4.2.2
glob: ^10.3.4
glob: ^10.3.10
graceful-fs: ^4.2.9
jest-circus: "workspace:*"
jest-environment-node: "workspace:*"
Expand Down Expand Up @@ -13305,7 +13305,7 @@ __metadata:
chalk: ^4.0.0
cjs-module-lexer: ^1.0.0
collect-v8-coverage: ^1.0.0
glob: ^10.3.4
glob: ^10.3.10
graceful-fs: ^4.2.9
jest-environment-node: "workspace:*"
jest-haste-map: "workspace:*"
Expand Down

0 comments on commit 2f83bb1

Please sign in to comment.