From 435ec39079524244b59d19c9693134fe36a932a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Dec 2021 18:27:35 +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) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d10b2453..06518dc5 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "cheerio": "1.0.0-rc.10", "css-url-parser": "^1.0.0", "debug": "^4.3.1", - "fs-extra": "^9.0.0", + "fs-extra": "^10.0.0", "got": "^11.8.2", "lodash": "^4.17.21", "normalize-url": "^7.0.2",