From 7d4454f3a5fe40fb4365fc23b6c654277e602cfc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 07:51:16 +0000 Subject: [PATCH] Bump fs-extra from 9.1.0 to 10.0.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.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/9.1.0...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 503cf6e..b3367a2 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "feed-db": "0.0.2", - "fs-extra": "^9.0.1", + "fs-extra": "^10.0.0", "iso-639-1": "^2.1.3", "node-read-yaml-files": "^1.0.1", "opml-generator": "^1.1.1",