diff --git a/package.json b/package.json index 405915e5..b8239208 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "electron-trpc": "^0.7.1", "electron-window-state": "^5.0.3", "fast-xml-parser": "^5.2.3", - "fs-extra": "^11.3.0", + "fs-extra": "^11.3.2", "list.js": "^2.3.1", "matcher": "^5.0.0", "node-7z": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 34e2766d..09056244 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4529,10 +4529,10 @@ fs-extra@^10.0.0, fs-extra@^10.1.0: jsonfile "^6.0.1" universalify "^2.0.0" -fs-extra@^11.1.0, fs-extra@^11.1.1, 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== +fs-extra@^11.1.0, fs-extra@^11.1.1, 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"