diff --git a/package.json b/package.json index 4cd4944..c8f6c3e 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "discord-rpc-patch": "^4.0.1", "dotenv": "^16.0.1", "electron-updater": "^5.0.5", - "fs-extra": "^10.1.0", + "fs-extra": "^11.1.0", "got": "^12.1.0", "klaw": "^4.0.1", "lodash": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index d0344a2..26aa481 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3148,6 +3148,15 @@ fs-extra@^10.0.0, fs-extra@^10.1.0: jsonfile "^6.0.1" universalify "^2.0.0" +fs-extra@^11.1.0: + version "11.1.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed" + integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw== + dependencies: + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + fs-extra@^8.1.0: version "8.1.0" resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz"