Skip to content

Commit acb9e34

Browse files
authored
chore(package): update fs-extra to version 6.0.1 (#1070)
* chore(package): update fs-extra to version 6.0.1 Closes #1063 * chore(lockfile): Update yarn.lock
1 parent 82c6de2 commit acb9e34

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"eslint-config-prettier": "^2.9.0",
7474
"eslint-plugin-flowtype": "^2.41.0",
7575
"flow-bin": "^0.71.0",
76-
"fs-extra": "^5.0.0",
76+
"fs-extra": "^6.0.1",
7777
"husky": "^0.14.3",
7878
"jest": "^22.1.4",
7979
"json-schema": "0.2.3",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2481,9 +2481,9 @@ fs-access@^1.0.0:
24812481
dependencies:
24822482
null-check "^1.0.0"
24832483

2484-
fs-extra@^5.0.0:
2485-
version "5.0.0"
2486-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-5.0.0.tgz#414d0110cdd06705734d055652c5411260c31abd"
2484+
fs-extra@^6.0.1:
2485+
version "6.0.1"
2486+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.1.tgz#8abc128f7946e310135ddc93b98bddb410e7a34b"
24872487
dependencies:
24882488
graceful-fs "^4.1.2"
24892489
jsonfile "^4.0.0"

0 commit comments

Comments
 (0)