From 7f4107b1173415c11ebf38478305b4e93e452bf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 10 May 2018 05:14:55 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5678671..cbc650d 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "eslint-plugin-react": "^7.5.1", "extract-text-webpack-plugin": "^3.0.0", "file-loader": "^1.1.6", - "fs-extra": "^5.0.0", + "fs-extra": "^6.0.1", "html-webpack-plugin": "^2.30.1", "jest": "^22.1.1", "less": "^2.7.2", diff --git a/yarn.lock b/yarn.lock index 19744c3..d106c4d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3614,9 +3614,9 @@ fs-extra@^0.30.0: path-is-absolute "^1.0.0" rimraf "^2.2.8" -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.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"