From e82a7e8bf22932a55e8c880f312be9edd97cac1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jun 2021 07:15:37 +0000 Subject: [PATCH] build(deps-dev): bump fs-extra from 0.30.0 to 10.0.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 0.30.0 to 10.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/0.30.0...10.0.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 504449366..fd813a843 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ }, "devDependencies": { "eslint": "^7.10.0", - "fs-extra": "^0.30.0", + "fs-extra": "^10.0.0", "mocha": "^9.0.1", "nyc": "^15.1.0", "rimraf": "^3.0.2",