From 5210dbfcca9af9722036396b9ddb01cfa3482116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 22 May 2019 11:37:30 +0000 Subject: [PATCH] Update fs-extra requirement from ^6.0.1 to ^8.0.1 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) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f4f7db571da7..3f648b623213f 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.0.1", "gulp": "^4.0.0", "gulp-concat": "latest", "gulp-insert": "latest",