From 0923465d491f26bd535f23253c731e29444c9847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 10 May 2018 20:14:41 +0000 Subject: [PATCH] Bump fs-extra from 5.0.0 to 6.0.1 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 5.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/5.0.0...6.0.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e7ca701..e336759 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "fast-diff": "^1.1.2", "fast-memoize": "^2.2.8", "flow-runtime": "^0.16.0", - "fs-extra": "^5.0.0", + "fs-extra": "^6.0.1", "glob": "^7.1.2", "glob-promise": "^3.3.0", "gray-matter": "^3.1.1", diff --git a/yarn.lock b/yarn.lock index 90d6789..0a72442 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4120,6 +4120,14 @@ fs-extra@^5.0.0: jsonfile "^4.0.0" universalify "^0.1.0" +fs-extra@^6.0.1: + 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.realpath@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"