From 790ac85eb27de7de048eb9d3a1374344a4bee20e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 13 May 2019 10:13:21 +0000 Subject: [PATCH] Update fs-extra requirement from ^7.0.0 to ^8.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/compare/7.0.0...8.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 4fc4f0de..47d689dd 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@iarna/toml": "^2.2.3", "appdirectory": "^0.1.0", "bluebird": "^3.0.6", - "fs-extra": "^7.0.0", + "fs-extra": "^8.0.0", "glob-all": "^3.1.0", "is-wsl": "^2.0.0", "jszip": "^3.1.0",