diff --git a/package.json b/package.json index 4efc518c33a..7ed1c2b40ad 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "compare-versions": "6.1.1", "concurrently": "^9.0.0", "console.table": "0.10.0", - "fs-extra": "11.3.2", + "fs-extra": "11.3.3", "glob": "13.x", "inquirer": "8.2.7", "jsonpath": "1.1.1", diff --git a/yarn.lock b/yarn.lock index 4cca2bb8a9e..3c848648caa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6152,10 +6152,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.3.2: - version "11.3.2" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.2.tgz#c838aeddc6f4a8c74dd15f85e11fe5511bfe02a4" - integrity sha512-Xr9F6z6up6Ws+NjzMCZc6WXg2YFRlrLP9NQDO3VQrWrfiojdhS56TzueT88ze0uBdCTwEIhQ3ptnmKeWGFAe0A== +fs-extra@11.3.3: + version "11.3.3" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.3.tgz#a27da23b72524e81ac6c3815cc0179b8c74c59ee" + integrity sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1"