Bump fs-extra from 11.1.0 to 11.1.1 in /app

Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.1.0 to 11.1.1.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.1.0...11.1.1)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-27 11:56:44 +00:00 committed by Labhansh Agrawal
parent de6b4dde01
commit 2a5b51bf71
2 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@
"electron-fetch": "1.9.1",
"electron-is-dev": "2.0.0",
"electron-store": "8.1.0",
"fs-extra": "11.1.0",
"fs-extra": "11.1.1",
"git-describe": "4.1.1",
"lodash": "4.17.21",
"ms": "2.1.3",

View file

@ -310,10 +310,10 @@ for-each@^0.3.3:
dependencies:
is-callable "^1.1.3"
fs-extra@11.1.0:
version "11.1.0"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
fs-extra@11.1.1:
version "11.1.1"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d"
integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"