From 632b564275c409e35cf83bf2b67df2c8178de0cc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 07:19:19 +0000 Subject: [PATCH] Bump fs-extra from 8.1.0 to 9.0.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 8.1.0 to 9.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/8.1.0...9.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 7ca114e..de9db8e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "test:loop": "while npm test --silent; do :; done" }, "dependencies": { - "fs-extra": "^8.1.0", + "fs-extra": "^9.0.0", "id-generators": "^1.0.3", "iso-639-1": "^2.1.0", "locale-code": "^2.0.2",