From 4532a041b4cba30eba26e45848771cb1151569b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 14 May 2018 04:23:41 +0000 Subject: [PATCH] Bump fs-extra from 6.0.0 to 6.0.1 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/6.0.0...6.0.1) Signed-off-by: dependabot[bot] --- yarn.lock | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 13b6684a..faffeec8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1456,7 +1456,7 @@ fs-extra@1.0.0: jsonfile "^2.1.0" klaw "^1.0.0" -fs-extra@6.0.0, fs-extra@^6.0.0: +fs-extra@6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.0.tgz#0f0afb290bb3deb87978da816fcd3c7797f3a817" dependencies: @@ -1464,6 +1464,14 @@ fs-extra@6.0.0, fs-extra@^6.0.0: jsonfile "^4.0.0" universalify "^0.1.0" +fs-extra@^6.0.0: + version "6.0.1" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.1.tgz#8abc128f7946e310135ddc93b98bddb410e7a34b" + dependencies: + graceful-fs "^4.1.2" + jsonfile "^4.0.0" + universalify "^0.1.0" + fs-minipass@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d"