From 3e7319b87a9479cecf30b64b333b46c7076b8f6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 12 Feb 2019 04:29:00 +0000 Subject: [PATCH] Bump fs-extra from 4.0.3 to 7.0.1 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 4.0.3 to 7.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/4.0.3...7.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 78273cd..efb941a 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": "~7.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..cacfe48 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@~7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9" dependencies: graceful-fs "^4.1.2" jsonfile "^4.0.0"