From 813cbea8c97126d608a2ebd89267317a64a8a072 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 Jan 2021 07:06:04 +0000 Subject: [PATCH] chore(deps-dev): bump fs-extra from 7.0.1 to 9.1.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 7.0.1 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/7.0.1...9.1.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..95f8e524b6f 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": "^9.1.0", "inquirer": "^6.0.0", "lerna": "^3.16.2", "listr": "^0.14.0",