From 04f83036138ea2181eb3bf23b9575d47ec8930ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 06:26:55 +0000 Subject: [PATCH] build(deps-dev): bump fs-extra from 0.30.0 to 9.1.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 0.30.0 to 9.1.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/0.30.0...9.1.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd26cb1af..f176e299a 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ }, "devDependencies": { "eslint": "^7.10.0", - "fs-extra": "^0.30.0", + "fs-extra": "^9.1.0", "mocha": "^8.1.3", "nyc": "^15.1.0", "rimraf": "^3.0.2",