From bde914e53ea6ec5c60040b195fed81cb8a6df1e5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 15:00:54 +0000 Subject: [PATCH] chore(deps-dev): update fs-extra requirement from ^7.0.0 to ^8.1.0 Updates the requirements on [fs-extra](https://github.com/jprichardson/node-fs-extra) to permit the latest version. - [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.0...8.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..e2bd2d1be65 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": "^8.1.0", "inquirer": "^6.0.0", "lerna": "^3.16.2", "listr": "^0.14.0",