Skip to content

Commit dca134d

Browse files
committed
Update fs-extra
1 parent be5b4b4 commit dca134d

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"chalk": "^3.0.0 || ^4.0.0",
5656
"color": "^3.1.2",
5757
"detective": "^5.2.0",
58-
"fs-extra": "^8.0.0",
58+
"fs-extra": "^9.0.1",
5959
"html-tags": "^3.1.0",
6060
"lodash": "^4.17.20",
6161
"modern-normalize": "^1.0.0",

yarn.lock

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,12 +1389,17 @@ asynckit@^0.4.0:
13891389
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
13901390
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
13911391

1392+
at-least-node@^1.0.0:
1393+
version "1.0.0"
1394+
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
1395+
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
1396+
13921397
atob@^2.1.1:
13931398
version "2.1.2"
13941399
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
13951400
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
13961401

1397-
autoprefixer@^9:
1402+
autoprefixer@^9.8.6:
13981403
version "9.8.6"
13991404
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f"
14001405
integrity sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==
@@ -2506,14 +2511,15 @@ fragment-cache@^0.2.1:
25062511
dependencies:
25072512
map-cache "^0.2.2"
25082513

2509-
fs-extra@^8.0.0:
2510-
version "8.1.0"
2511-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
2512-
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
2514+
fs-extra@^9.0.1:
2515+
version "9.0.1"
2516+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
2517+
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==
25132518
dependencies:
2519+
at-least-node "^1.0.0"
25142520
graceful-fs "^4.2.0"
2515-
jsonfile "^4.0.0"
2516-
universalify "^0.1.0"
2521+
jsonfile "^6.0.1"
2522+
universalify "^1.0.0"
25172523

25182524
fs-minipass@^1.2.5:
25192525
version "1.2.6"
@@ -3622,10 +3628,12 @@ json5@^2.1.2:
36223628
dependencies:
36233629
minimist "^1.2.5"
36243630

3625-
jsonfile@^4.0.0:
3626-
version "4.0.0"
3627-
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
3628-
integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=
3631+
jsonfile@^6.0.1:
3632+
version "6.0.1"
3633+
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.1.tgz#98966cba214378c8c84b82e085907b40bf614179"
3634+
integrity sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==
3635+
dependencies:
3636+
universalify "^1.0.0"
36293637
optionalDependencies:
36303638
graceful-fs "^4.1.6"
36313639

@@ -5438,10 +5446,10 @@ uniq@^1.0.1:
54385446
resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff"
54395447
integrity sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=
54405448

5441-
universalify@^0.1.0:
5442-
version "0.1.2"
5443-
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
5444-
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
5449+
universalify@^1.0.0:
5450+
version "1.0.0"
5451+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
5452+
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
54455453

54465454
unset-value@^1.0.0:
54475455
version "1.0.0"

0 commit comments

Comments
 (0)