From 5281d274f62c5a0cf5edca3abb26a7d26e60c9b0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 04:34:27 +0000 Subject: [PATCH] Bump fs-extra from 8.1.0 to 10.0.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 8.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/8.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 829f28a..a98a844 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "chokidar": "^3.3.1", "fast-glob": "^3.1.1", - "fs-extra": "^8.1.0", + "fs-extra": "^10.0.0", "globby": "^11.0.0", "isomorphic-git": "^0.78.4", "lodash": "^4.17.15",