From c74914c12c041410ef03fcad7c2e52a9a7c708db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 04:00:58 +0000 Subject: [PATCH] chore(deps): bump fs-extra from 10.0.1 to 11.0.0 Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 10.0.1 to 11.0.0. - [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/10.0.1...11.0.0) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 09019d2..c6e3407 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "async": "^3.2.0", "debug": "^4.3.2", "electron-installer-run": "^1.0.2", - "fs-extra": "^10.0.0", + "fs-extra": "^11.0.0", "mongodb-js-cli": "0.0.3", "zip-folder": "^1.0.0" }, diff --git a/yarn.lock b/yarn.lock index 8d7f430..07afeda 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1633,10 +1633,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@^10.0.0: - version "10.0.1" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.1.tgz#27de43b4320e833f6867cc044bfce29fdf0ef3b8" - integrity sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag== +fs-extra@^11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.0.0.tgz#5c50cf225ab1b16804cabd4249b7e58feb4bdbe7" + integrity sha512-4YxRvMi4P5C3WQTvdRfrv5UVqbISpqjORFQAW5QPiKAauaxNCwrEdIi6pG3tDFhKKpMen+enEhHIzB/tvIO+/w== dependencies: graceful-fs "^4.2.0" jsonfile "^6.0.1"