diff --git a/package.json b/package.json index 7942842ca..504bd4395 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "copy-webpack-plugin": "^12.0.2", "eslint": "^8.31.0", "eslint-config-prettier": "^9.1.0", - "fs-extra": "^11.2.0", + "fs-extra": "^11.3.2", "glob": "^7.2.0", "husky": "^9.1.4", "lint-staged": "^15.2.9", diff --git a/yarn.lock b/yarn.lock index 9747b4e42..8dc8a3e81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1756,10 +1756,10 @@ fs-constants@^1.0.0: resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== -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.2: + version "11.3.2" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.2.tgz#c838aeddc6f4a8c74dd15f85e11fe5511bfe02a4" + integrity sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1"