From b16a3bc93e1c9f927d387f2a258468ba1033853e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 13 May 2019 04:20:26 +0000 Subject: [PATCH] Bump fs-extra from 4.0.3 to 8.0.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 4.0.3 to 8.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...8.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 78273cd..2d9f219 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "feathers-profiler": "^0.1.5", "feathers-seeder": "~2.0.0", "fs-blob-store": "~5.2.1", - "fs-extra": "~4.0.2", + "fs-extra": "~8.0.0", "handlebars": "~4.0.11", "handlebars-layouts": "~3.1.4", "helmet": "~3.13.0", diff --git a/yarn.lock b/yarn.lock index 9bb6e71..7bfc02d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3139,9 +3139,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@~8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.0.0.tgz#3660bea66719e3a3c46bf7a4b1249fb658db3f0c" dependencies: graceful-fs "^4.1.2" jsonfile "^4.0.0"