Skip to content

Commit fed35b2

Browse files
Bump fs-extra from 9.1.0 to 11.2.0
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 11.2.0. - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@9.1.0...11.2.0) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5414e29 commit fed35b2

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"del": "^6.0.0",
6767
"electron-installer-dmg": "^3.0.0",
6868
"follow-redirects": "^1.15.6",
69-
"fs-extra": "^9.1.0",
69+
"fs-extra": "^11.2.0",
7070
"gulp": "^4.0.2",
7171
"gulp-concat": "~2.6.1",
7272
"gulp-debian": "~0.1.9",

yarn.lock

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -479,11 +479,6 @@ asynckit@^0.4.0:
479479
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
480480
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
481481

482-
at-least-node@^1.0.0:
483-
version "1.0.0"
484-
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
485-
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
486-
487482
atob@^2.1.2:
488483
version "2.1.2"
489484
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
@@ -2020,6 +2015,15 @@ fs-extra@^1.0.0:
20202015
jsonfile "^2.1.0"
20212016
klaw "^1.0.0"
20222017

2018+
fs-extra@^11.2.0:
2019+
version "11.2.0"
2020+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
2021+
integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
2022+
dependencies:
2023+
graceful-fs "^4.2.0"
2024+
jsonfile "^6.0.1"
2025+
universalify "^2.0.0"
2026+
20232027
fs-extra@^5.0.0:
20242028
version "5.0.0"
20252029
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-5.0.0.tgz#414d0110cdd06705734d055652c5411260c31abd"
@@ -2038,16 +2042,6 @@ fs-extra@^8.0.1, fs-extra@^8.1.0:
20382042
jsonfile "^4.0.0"
20392043
universalify "^0.1.0"
20402044

2041-
fs-extra@^9.1.0:
2042-
version "9.1.0"
2043-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
2044-
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
2045-
dependencies:
2046-
at-least-node "^1.0.0"
2047-
graceful-fs "^4.2.0"
2048-
jsonfile "^6.0.1"
2049-
universalify "^2.0.0"
2050-
20512045
fs-mkdirp-stream@^1.0.0:
20522046
version "1.0.0"
20532047
resolved "https://registry.yarnpkg.com/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz#0b7815fc3201c6a69e14db98ce098c16935259eb"

0 commit comments

Comments
 (0)