File tree Expand file tree Collapse file tree 2 files changed +10
-16
lines changed Expand file tree Collapse file tree 2 files changed +10
-16
lines changed Original file line number Diff line number Diff line change 46
46
"commander" : " ^6.2.1" ,
47
47
"console" : " ^0.7.2" ,
48
48
"execa" : " ^5.1.1" ,
49
- "fs-extra" : " ^9.1 .0" ,
49
+ "fs-extra" : " ^10.0 .0" ,
50
50
"jsonfile" : " ^6.1.0" ,
51
51
"log-symbols" : " ^4.1.0" ,
52
52
"node-emoji" : " ^1.10.0" ,
Original file line number Diff line number Diff line change @@ -1530,11 +1530,6 @@ asynckit@^0.4.0:
1530
1530
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
1531
1531
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
1532
1532
1533
- at-least-node@^1.0.0 :
1534
- version "1.0.0"
1535
- resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
1536
- integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
1537
-
1538
1533
atob@^2.1.2 :
1539
1534
version "2.1.2"
1540
1535
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
@@ -3004,6 +2999,15 @@ fs-extra@^1.0.0:
3004
2999
jsonfile "^2.1.0"
3005
3000
klaw "^1.0.0"
3006
3001
3002
+ fs-extra@^10.0.0 :
3003
+ version "10.0.0"
3004
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
3005
+ integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
3006
+ dependencies :
3007
+ graceful-fs "^4.2.0"
3008
+ jsonfile "^6.0.1"
3009
+ universalify "^2.0.0"
3010
+
3007
3011
fs-extra@^8.1.0 :
3008
3012
version "8.1.0"
3009
3013
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
@@ -3013,16 +3017,6 @@ fs-extra@^8.1.0:
3013
3017
jsonfile "^4.0.0"
3014
3018
universalify "^0.1.0"
3015
3019
3016
- fs-extra@^9.1.0 :
3017
- version "9.1.0"
3018
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
3019
- integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
3020
- dependencies :
3021
- at-least-node "^1.0.0"
3022
- graceful-fs "^4.2.0"
3023
- jsonfile "^6.0.1"
3024
- universalify "^2.0.0"
3025
-
3026
3020
fs.realpath@^1.0.0 :
3027
3021
version "1.0.0"
3028
3022
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
You can’t perform that action at this time.
0 commit comments