From 5e3a35f45f3e4c4d5a6fabad8f4fd17da643927b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:55:14 +0000 Subject: [PATCH] chore(deps): bump fs-extra from 11.2.0 to 11.3.0 (#12475) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3561d7154c07..6e4c4f955eeb 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "feed": "^4.2.2", "file-type": "^19.6.0", "front-matter": "^4.0.2", - "fs-extra": "^11.2.0", + "fs-extra": "^11.3.0", "got": "^13.0.0", "http-proxy-middleware": "^2.0.7", "image-size": "^1.2.0", diff --git a/yarn.lock b/yarn.lock index badabcc7947a..505faa9e0b44 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7649,10 +7649,10 @@ fs-extra@^10.0.0: jsonfile "^6.0.1" universalify "^2.0.0" -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== +fs-extra@^11.3.0: + version "11.3.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.0.tgz#0daced136bbaf65a555a326719af931adc7a314d" + integrity sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1"