From f96902e03a1b98048dcbeb768e6632b0759bb3c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 14 May 2019 14:12:23 +0000 Subject: [PATCH] Bump fs-extra from 7.0.1 to 8.0.1 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 7.0.1 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 | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c28d59..c012f7c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "cli-table2": "^0.2.0", "core-object": "^3.1.3", "exists-sync": "^0.0.4", - "fs-extra": "^7.0.1", + "fs-extra": "^8.0.1", "htmlbars": "^0.14.17", "inflection": "^1.10.0", "nopt": "^4.0.1", diff --git a/yarn.lock b/yarn.lock index 31da6a8..c35f4f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1672,6 +1672,14 @@ fs-extra@^7.0.1: jsonfile "^4.0.0" universalify "^0.1.0" +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" + universalify "^0.1.0" + fs-readdir-recursive@^0.1.0: version "0.1.2" resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz#315b4fb8c1ca5b8c47defef319d073dad3568059"