From 0569ed4e6830c16263b827d68d2e72f954b642b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:00:46 +0000 Subject: [PATCH] Bump fs-extra from 11.2.0 to 11.3.5 in /app Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.2.0 to 11.3.5. - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.2.0...11.3.5) --- updated-dependencies: - dependency-name: fs-extra dependency-version: 11.3.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index a7c6f60fbe15..217938c41329 100644 --- a/app/package.json +++ b/app/package.json @@ -24,7 +24,7 @@ "electron-fetch": "1.9.1", "electron-is-dev": "2.0.0", "electron-store": "8.2.0", - "fs-extra": "11.2.0", + "fs-extra": "11.3.5", "git-describe": "4.1.1", "lodash": "4.17.21", "ms": "2.1.3", diff --git a/app/yarn.lock b/app/yarn.lock index 8e654f1dbd7a..f493469cb673 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -300,10 +300,10 @@ find-up@^3.0.0: dependencies: locate-path "^3.0.0" -fs-extra@11.2.0: - version "11.2.0" - resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b" - integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw== +fs-extra@11.3.5: + version "11.3.5" + resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.5.tgz#07a44eff40bea53e719909a532f91a23bf0769ff" + integrity sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1"