From de3c4a28df8955947fff919ef6d710b55b40b78b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 13:24:45 +0000 Subject: [PATCH] Bump fs-extra from 10.1.0 to 11.2.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 10.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/10.1.0...11.2.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 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6cad87af1..73b68da6b 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "fast-xml-parser": "^4.2.5", "find": "^0.3.0", "find-git-root": "^1.0.4", - "fs-extra": "^10.1.0", + "fs-extra": "^11.2.0", "inquirer": "^9.2.0", "js-yaml": "^4.1.0", "prettier": "^2.6.2" diff --git a/yarn.lock b/yarn.lock index 2316077f0..da24b2143 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3169,10 +3169,10 @@ fs-extra@^1.0.0: jsonfile "^2.1.0" klaw "^1.0.0" -fs-extra@^10.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" - integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== +fs-extra@^11.2.0: + version "11.2.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b" + integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1"