From f0950b9fdd443d6f6d6bca37e542161d1461b7a4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 11:31:51 +0000 Subject: [PATCH] Bump fs-extra from 7.0.1 to 9.0.1 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 7.0.1 to 9.0.1. - [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.1...9.0.1) 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 ab343da..c9da1c5 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "@types/yargs": "^12.0.1", "chai": "^4.2.0", "event-stream": "^4.0.1", - "fs-extra": "^7.0.0", + "fs-extra": "^9.0.1", "get-stream": "^4.1.0", "mocha": "^5.2.0", "nyc": "^13.1.0",