Skip to content

Commit

Permalink
Revert "fix(deps): update dependency glob to v8 (#5181)"
Browse files Browse the repository at this point in the history
This reverts commit 2b2fcf3.
  • Loading branch information
thedavidprice committed Apr 22, 2022
1 parent 2b779e9 commit 81d9aff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"fast-glob": "3.2.11",
"findup-sync": "5.0.0",
"fs-extra": "10.1.0",
"glob": "8.0.1",
"glob": "7.2.0",
"graphql": "16.3.0",
"kill-port": "1.6.1",
"prettier": "2.6.2",
Expand Down
18 changes: 2 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6194,7 +6194,7 @@ __metadata:
fast-glob: 3.2.11
findup-sync: 5.0.0
fs-extra: 10.1.0
glob: 8.0.1
glob: 7.2.0
graphql: 16.3.0
graphql-tag: 2.12.6
jest: 27.5.1
Expand Down Expand Up @@ -17260,21 +17260,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:8.0.1":
version: 8.0.1
resolution: "glob@npm:8.0.1"
dependencies:
fs.realpath: ^1.0.0
inflight: ^1.0.4
inherits: 2
minimatch: ^5.0.1
once: ^1.3.0
path-is-absolute: ^1.0.0
checksum: 5886928f2a2797c6109670c18750a67b8f99b398aa2f029f0b92dec2fb8b8cdc92c57b6410cf8998e75a18d2ffee38d918f9060a5dbc82d9cc34059b2de72f1f
languageName: node
linkType: hard

"glob@npm:^7.0.0, glob@npm:^7.1.1, glob@npm:^7.1.2, glob@npm:^7.1.3, glob@npm:^7.1.4, glob@npm:^7.1.6, glob@npm:^7.2.0":
"glob@npm:7.2.0, glob@npm:^7.0.0, glob@npm:^7.1.1, glob@npm:^7.1.2, glob@npm:^7.1.3, glob@npm:^7.1.4, glob@npm:^7.1.6, glob@npm:^7.2.0":
version: 7.2.0
resolution: "glob@npm:7.2.0"
dependencies:
Expand Down

0 comments on commit 81d9aff

Please sign in to comment.