Skip to content

Commit

Permalink
fix(deps): update dependency glob to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 25, 2023
1 parent e9125e3 commit aaf3f67
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint-plugin-prettier": "^4.0.0",
"execa": "^5.0.0",
"find-process": "^1.4.1",
"glob": "^8.0.0",
"glob": "^10.0.0",
"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 @@ -36,7 +36,7 @@
"chalk": "^4.0.0",
"ci-info": "^3.2.0",
"deepmerge": "^4.2.2",
"glob": "^7.1.3",
"glob": "^10.0.0",
"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 @@ -22,7 +22,7 @@
"chalk": "^4.0.0",
"collect-v8-coverage": "^1.0.0",
"exit": "^0.1.2",
"glob": "^7.1.3",
"glob": "^10.0.0",
"graceful-fs": "^4.2.9",
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-instrument": "^5.1.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 @@ -28,7 +28,7 @@
"chalk": "^4.0.0",
"cjs-module-lexer": "^1.0.0",
"collect-v8-coverage": "^1.0.0",
"glob": "^7.1.3",
"glob": "^10.0.0",
"graceful-fs": "^4.2.9",
"jest-haste-map": "workspace:^",
"jest-message-util": "workspace:^",
Expand Down
23 changes: 5 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2889,7 +2889,7 @@ __metadata:
eslint-plugin-prettier: ^4.0.0
execa: ^5.0.0
find-process: ^1.4.1
glob: ^8.0.0
glob: ^10.0.0
graceful-fs: ^4.2.9
isbinaryfile: ^5.0.0
istanbul-lib-coverage: ^3.0.0
Expand Down Expand Up @@ -2955,7 +2955,7 @@ __metadata:
chalk: ^4.0.0
collect-v8-coverage: ^1.0.0
exit: ^0.1.2
glob: ^7.1.3
glob: ^10.0.0
graceful-fs: ^4.2.9
istanbul-lib-coverage: ^3.0.0
istanbul-lib-instrument: ^5.1.0
Expand Down Expand Up @@ -10751,7 +10751,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.2.2, glob@npm:^10.2.5":
"glob@npm:^10.0.0, glob@npm:^10.2.2, glob@npm:^10.2.5":
version: 10.3.3
resolution: "glob@npm:10.3.3"
dependencies:
Expand Down Expand Up @@ -10780,19 +10780,6 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^8.0.0":
version: 8.1.0
resolution: "glob@npm:8.1.0"
dependencies:
fs.realpath: ^1.0.0
inflight: ^1.0.4
inherits: 2
minimatch: ^5.0.1
once: ^1.3.0
checksum: 92fbea3221a7d12075f26f0227abac435de868dd0736a17170663783296d0dd8d3d532a5672b4488a439bf5d7fb85cdd07c11185d6cd39184f0385cbdfb86a47
languageName: node
linkType: hard

"global-dirs@npm:^3.0.0":
version: 3.0.1
resolution: "global-dirs@npm:3.0.1"
Expand Down Expand Up @@ -12655,7 +12642,7 @@ __metadata:
chalk: ^4.0.0
ci-info: ^3.2.0
deepmerge: ^4.2.2
glob: ^7.1.3
glob: ^10.0.0
graceful-fs: ^4.2.9
jest-circus: "workspace:^"
jest-environment-node: "workspace:^"
Expand Down Expand Up @@ -13043,7 +13030,7 @@ __metadata:
chalk: ^4.0.0
cjs-module-lexer: ^1.0.0
collect-v8-coverage: ^1.0.0
glob: ^7.1.3
glob: ^10.0.0
graceful-fs: ^4.2.9
jest-environment-node: "workspace:^"
jest-haste-map: "workspace:^"
Expand Down

0 comments on commit aaf3f67

Please sign in to comment.