From c73c7f886873e5dc9e82c7a94b3bc7cc440f5931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 2 May 2018 10:15:23 +0000 Subject: [PATCH] Update fs-extra requirement to ^6.0.0 Updates the requirements on [fs-extra](https://github.com/jprichardson/node-fs-extra) to permit the latest version. - [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/6.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19cebf37..18fc2a7c 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "dependencies": { "bluebird": "^3.0.6", - "fs-extra": "^5.0.0", + "fs-extra": "^6.0.0", "glob-all": "^3.1.0", "is-wsl": "^1.1.0", "jszip": "^3.1.0",