From 41c2e7033064fd7b8fcd63429a4f6a76b430dbaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 23 Jul 2018 12:48:15 +0000 Subject: [PATCH] Bump fs-extra from 4.0.3 to 7.0.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 4.0.3 to 7.0.0. - [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/4.0.3...7.0.0) 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 0e28e3d..9c3ccdd 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "feathers-profiler": "^0.1.5", "feathers-seeder": "~2.0.0", "fs-blob-store": "~5.2.1", - "fs-extra": "~4.0.2", + "fs-extra": "~7.0.0", "handlebars": "~4.0.11", "handlebars-layouts": "~3.1.4", "helmet": "~3.13.0", diff --git a/yarn.lock b/yarn.lock index 41e57bb..f950eb1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3125,9 +3125,9 @@ fs-extra@^5.0.0: jsonfile "^4.0.0" universalify "^0.1.0" -fs-extra@~4.0.2: - version "4.0.3" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94" +fs-extra@~7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.0.tgz#8cc3f47ce07ef7b3593a11b9fb245f7e34c041d6" dependencies: graceful-fs "^4.1.2" jsonfile "^4.0.0"