From 79fdcdb5ff018f0cadbfe6d1f61df45b2ab68089 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 23:25:45 +0000 Subject: [PATCH] Update fs-extra requirement from ^7.0.0 to ^8.1.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/compare/7.0.0...8.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc887bbd..d75ac754 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@iarna/toml": "^2.2.3", "appdirectory": "^0.1.0", "bluebird": "^3.0.6", - "fs-extra": "^7.0.0", + "fs-extra": "^8.1.0", "glob-all": "^3.1.0", "is-wsl": "^2.0.0", "jszip": "^3.1.0",