Skip to content

Commit

Permalink
revert(deps): downgrade fs-extra to v9 (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentlp committed Feb 8, 2022
1 parent 4b7985c commit 57ae613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/studio-be/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"express": "^4.17.2",
"express-rate-limit": "^3.5.1",
"express-urlrewrite": "^1.4.0",
"fs-extra": "^10.0.0",
"fs-extra": "^9.1.0",
"getos": "^3.2.1",
"globrex": "^0.1.2",
"http-proxy-middleware": "^2.0.2",
Expand Down
13 changes: 1 addition & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ __metadata:
express: ^4.17.2
express-rate-limit: ^3.5.1
express-urlrewrite: ^1.4.0
fs-extra: ^10.0.0
fs-extra: ^9.1.0
getos: ^3.2.1
globrex: ^0.1.2
http-proxy-middleware: ^2.0.2
Expand Down Expand Up @@ -9468,17 +9468,6 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:^10.0.0":
version: 10.0.0
resolution: "fs-extra@npm:10.0.0"
dependencies:
graceful-fs: ^4.2.0
jsonfile: ^6.0.1
universalify: ^2.0.0
checksum: 5285a3d8f34b917cf2b66af8c231a40c1623626e9d701a20051d3337be16c6d7cac94441c8b3732d47a92a2a027886ca93c69b6a4ae6aee3c89650d2a8880c0a
languageName: node
linkType: hard

"fs-extra@npm:^8.1.0":
version: 8.1.0
resolution: "fs-extra@npm:8.1.0"
Expand Down

0 comments on commit 57ae613

Please sign in to comment.