From 386582f73cf3934e3a86003f11267e39c6deb890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 9 Jul 2018 16:42:29 +0000 Subject: [PATCH] Bump fs-extra from 4.0.2 to 6.0.1 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 4.0.2 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/4.0.2...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 56f821e..9be123e 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "feathers-profiler": "^0.1.5", "feathers-seeder": "~1.0.10", "fs-blob-store": "~5.2.1", - "fs-extra": "~4.0.2", + "fs-extra": "~6.0.1", "handlebars": "~4.0.11", "handlebars-layouts": "~3.1.4", "helmet": "~3.12.0", diff --git a/yarn.lock b/yarn.lock index 41230c2..c48151d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2284,9 +2284,9 @@ fs-blob-store@~5.2.1: lru-cache "^2.5.0" mkdirp "^0.5.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@~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"