From 8b516f78a4e392375ce1f4b0d72d09489d93264b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 18:18:26 +0800 Subject: [PATCH] chore(deps-dev): bump fs-extra from 9.1.0 to 11.2.0 (#526) Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 11.2.0. - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.1.0...11.2.0) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b823f6e..d1481cb 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "dumi": "^2.1.0", "eslint": "^8.0.0", "father": "^4.0.0", - "fs-extra": "^9.0.0", + "fs-extra": "^11.2.0", "gh-pages": "^6.1.1", "np": "^9.2.0", "raf": "^3.4.0",