From 34d7929073414a2e281febf75c5b542913d70d04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 14 May 2019 04:26:29 +0000 Subject: [PATCH] Bump fs-extra from 4.0.3 to 8.0.1 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 4.0.3 to 8.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/commits) 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..bedec88 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.1", "handlebars": "~4.0.11", "handlebars-layouts": "~3.1.4", "helmet": "~3.13.0", diff --git a/yarn.lock b/yarn.lock index 9bb6e71..b1e8ab9 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.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.0.1.tgz#90294081f978b1f182f347a440a209154344285b" dependencies: graceful-fs "^4.1.2" jsonfile "^4.0.0"