From 85bf68d10889c4834d1b1ccfc622f9be9a37d1d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 01:29:18 +0000 Subject: [PATCH] build(deps-dev): bump fs-extra from 0.30.0 to 9.0.1 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 0.30.0 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/0.30.0...9.0.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a02bf1bb1..2b9859f0b 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ }, "devDependencies": { "eslint": "^7.10.0", - "fs-extra": "^0.30.0", + "fs-extra": "^9.0.1", "mocha": "^8.1.3", "nyc": "^15.1.0", "rimraf": "^3.0.2",