From 6236f88fae11ac1a4c451be7b14b9411a17a5dca Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2020 21:17:44 +0000 Subject: [PATCH] Bump fs-extra from 8.1.0 to 9.0.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 8.1.0 to 9.0.0. - [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/8.1.0...9.0.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 b93ad0c8..3d9f4208 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "async": "^3.1.0", "clui": "^0.3.6", "debug": "^4.1.1", - "fs-extra": "^8.1.0", + "fs-extra": "^9.0.0", "is-mongodb-running": "^1.0.1", "lodash.defaults": "^4.2.0", "minimist": "^1.2.0",