From 6054c72a29f76e03ab60295edeff74a3eca2e23d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2019 06:43:45 +0000 Subject: [PATCH] Update fs-extra requirement from ^6.0.1 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/6.0.1...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 4f4f7db571da7..ff065a333f420 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "convert-source-map": "latest", "del": "latest", "fancy-log": "latest", - "fs-extra": "^6.0.1", + "fs-extra": "^8.1.0", "gulp": "^4.0.0", "gulp-concat": "latest", "gulp-insert": "latest",