From fca4e90b0633aa3f196eaa1134a04f27d780e2f0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 06:08:40 +0000 Subject: [PATCH] chore(deps-dev): bump fs-extra from 7.0.1 to 10.0.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 7.0.1 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/7.0.1...10.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 5f9b872556e..b7a64c65f3a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@octokit/rest": "^15.2.6", "conventional-changelog-cli": "^2.0.1", "execa": "^0.10.0", - "fs-extra": "^7.0.0", + "fs-extra": "^10.0.0", "inquirer": "^6.0.0", "lerna": "^3.16.2", "listr": "^0.14.0",