Skip to content

Commit b232a70

Browse files
build: bump fs-extra from 3.0.1 to 9.0.1 (#21187)
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 3.0.1 to 9.0.1. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@3.0.1...9.0.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8581a6 commit b232a70

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"dgeni": "^0.4.11",
121121
"dgeni-packages": "^0.28.4",
122122
"firebase-tools": "^8.16.1",
123-
"fs-extra": "^3.0.1",
123+
"fs-extra": "^9.0.1",
124124
"glob": "^7.1.2",
125125
"gulp": "^3.9.1",
126126
"gulp-clean": "^0.4.0",

yarn.lock

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2631,6 +2631,11 @@ asynckit@^0.4.0:
26312631
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
26322632
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
26332633

2634+
at-least-node@^1.0.0:
2635+
version "1.0.0"
2636+
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
2637+
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
2638+
26342639
atob-lite@^2.0.0:
26352640
version "2.0.0"
26362641
resolved "https://registry.yarnpkg.com/atob-lite/-/atob-lite-2.0.0.tgz#0fef5ad46f1bd7a8502c65727f0367d5ee43d696"
@@ -5777,7 +5782,7 @@ fs-constants@^1.0.0:
57775782
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
57785783
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
57795784

5780-
[email protected], fs-extra@^3.0.1:
5785+
57815786
version "3.0.1"
57825787
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-3.0.1.tgz#3794f378c58b342ea7dbbb23095109c4b3b62291"
57835788
integrity sha1-N5TzeMWLNC6n27sjCVEJxLO2IpE=
@@ -5834,6 +5839,16 @@ fs-extra@^8.1.0:
58345839
jsonfile "^4.0.0"
58355840
universalify "^0.1.0"
58365841

5842+
fs-extra@^9.0.1:
5843+
version "9.0.1"
5844+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
5845+
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==
5846+
dependencies:
5847+
at-least-node "^1.0.0"
5848+
graceful-fs "^4.2.0"
5849+
jsonfile "^6.0.1"
5850+
universalify "^1.0.0"
5851+
58375852
fs-minipass@^1.2.5:
58385853
version "1.2.5"
58395854
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d"
@@ -7748,6 +7763,15 @@ jsonfile@^4.0.0:
77487763
optionalDependencies:
77497764
graceful-fs "^4.1.6"
77507765

7766+
jsonfile@^6.0.1:
7767+
version "6.1.0"
7768+
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
7769+
integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==
7770+
dependencies:
7771+
universalify "^2.0.0"
7772+
optionalDependencies:
7773+
graceful-fs "^4.1.6"
7774+
77517775
jsonparse@^1.2.0:
77527776
version "1.3.1"
77537777
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
@@ -13225,6 +13249,16 @@ universalify@^0.1.0:
1322513249
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
1322613250
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
1322713251

13252+
universalify@^1.0.0:
13253+
version "1.0.0"
13254+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
13255+
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
13256+
13257+
universalify@^2.0.0:
13258+
version "2.0.0"
13259+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
13260+
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
13261+
1322813262
[email protected], unpipe@~1.0.0:
1322913263
version "1.0.0"
1323013264
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"

0 commit comments

Comments
 (0)