diff --git a/package.json b/package.json index f7459a7b..e3c6297f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@commitlint/travis-cli": "^6.0.2", "eslint": "^4.15.0", "eslint-config-ybiquitous": "^4.2.1", - "fs-extra": "^5.0.0", + "fs-extra": "^6.0.0", "husky": "^0.14.3", "lint-staged": "^7.0.0", "markdownlint-cli": "^0.8.0", diff --git a/yarn.lock b/yarn.lock index 672a48bf..ec2d476a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2356,9 +2356,9 @@ fs-access@^1.0.0: dependencies: null-check "^1.0.0" -fs-extra@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-5.0.0.tgz#414d0110cdd06705734d055652c5411260c31abd" +fs-extra@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.0.tgz#0f0afb290bb3deb87978da816fcd3c7797f3a817" dependencies: graceful-fs "^4.1.2" jsonfile "^4.0.0"