Skip to content

Commit bd60d77

Browse files
build(deps): bump fs-extra from 8.1.0 to 9.0.0
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 8.1.0 to 9.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](jprichardson/node-fs-extra@8.1.0...9.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 08add09 commit bd60d77

File tree

2 files changed

+23
-15
lines changed

2 files changed

+23
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"debug": "^4.1.1",
1010
"docker-compose": "^0.23.2",
1111
"dockerode": "^2.5.8",
12-
"fs-extra": "^8.1.0",
12+
"fs-extra": "^9.0.0",
1313
"glob": "^7.1.2",
1414
"gluegun": "^4.1.2",
1515
"graphql": "^14.0.2",

yarn.lock

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,11 @@ asynckit@^0.4.0:
773773
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
774774
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
775775

776+
at-least-node@^1.0.0:
777+
version "1.0.0"
778+
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
779+
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
780+
776781
atob@^2.1.2:
777782
version "2.1.2"
778783
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
@@ -2098,14 +2103,15 @@ fs-constants@^1.0.0:
20982103
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
20992104
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
21002105

2101-
fs-extra@^8.1.0:
2102-
version "8.1.0"
2103-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
2104-
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
2106+
fs-extra@^9.0.0:
2107+
version "9.0.0"
2108+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.0.tgz#b6afc31036e247b2466dc99c29ae797d5d4580a3"
2109+
integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==
21052110
dependencies:
2111+
at-least-node "^1.0.0"
21062112
graceful-fs "^4.2.0"
2107-
jsonfile "^4.0.0"
2108-
universalify "^0.1.0"
2113+
jsonfile "^6.0.1"
2114+
universalify "^1.0.0"
21092115

21102116
fs-jetpack@^2.2.2:
21112117
version "2.2.3"
@@ -3426,10 +3432,12 @@ json5@^2.1.0:
34263432
dependencies:
34273433
minimist "^1.2.0"
34283434

3429-
jsonfile@^4.0.0:
3430-
version "4.0.0"
3431-
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
3432-
integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=
3435+
jsonfile@^6.0.1:
3436+
version "6.0.1"
3437+
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.1.tgz#98966cba214378c8c84b82e085907b40bf614179"
3438+
integrity sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==
3439+
dependencies:
3440+
universalify "^1.0.0"
34333441
optionalDependencies:
34343442
graceful-fs "^4.1.6"
34353443

@@ -5555,10 +5563,10 @@ unique-by@^1.0.0:
55555563
resolved "https://registry.yarnpkg.com/unique-by/-/unique-by-1.0.0.tgz#5220c86ba7bc572fb713ad74651470cb644212bd"
55565564
integrity sha1-UiDIa6e8Vy+3E610ZRRwy2RCEr0=
55575565

5558-
universalify@^0.1.0:
5559-
version "0.1.2"
5560-
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
5561-
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
5566+
universalify@^1.0.0:
5567+
version "1.0.0"
5568+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
5569+
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
55625570

55635571
unset-value@^1.0.0:
55645572
version "1.0.0"

0 commit comments

Comments
 (0)