This repository was archived by the owner on May 23, 2021. It is now read-only.
File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 46
46
"@babel/register" : " ^7.5.5" ,
47
47
"babel-plugin-static-fs" : " ^3.0.0" ,
48
48
"confirmer" : " ^1.1.2" ,
49
- "cross-spawn" : " ^6 .0.5 " ,
49
+ "cross-spawn" : " ^7 .0.0 " ,
50
50
"mocha" : " ^6.2.0" ,
51
51
"pkg-to-readme" : " ^1.1.0" ,
52
52
"textlint-tester" : " ^5.1.9"
Original file line number Diff line number Diff line change @@ -1446,6 +1446,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
1446
1446
shebang-command "^1.2.0"
1447
1447
which "^1.2.9"
1448
1448
1449
+ cross-spawn@^7.0.0 :
1450
+ version "7.0.0"
1451
+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.0.tgz#21ef9470443262f33dba80b2705a91db959b2e03"
1452
+ integrity sha512-6U/8SMK2FBNnB21oQ4+6Nsodxanw1gTkntYA2zBdkFYFu3ZDx65P2ONEXGSvob/QS6REjVHQ9zxzdOafwFdstw==
1453
+ dependencies :
1454
+ path-key "^3.1.0"
1455
+ shebang-command "^1.2.0"
1456
+ which "^1.2.9"
1457
+
1449
1458
crypt@~0.0.1 :
1450
1459
version "0.0.2"
1451
1460
resolved "https://registry.yarnpkg.com/crypt/-/crypt-0.0.2.tgz#88d7ff7ec0dfb86f713dc87bbb42d044d3e6c41b"
@@ -3403,7 +3412,7 @@ path-key@^2.0.0, path-key@^2.0.1:
3403
3412
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
3404
3413
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
3405
3414
3406
- path-key@^3.0.0 :
3415
+ path-key@^3.0.0, path-key@^3.1.0 :
3407
3416
version "3.1.0"
3408
3417
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.0.tgz#99a10d870a803bdd5ee6f0470e58dfcd2f9a54d3"
3409
3418
integrity sha512-8cChqz0RP6SHJkMt48FW0A7+qUOn+OsnOsVtzI59tZ8m+5bCSk7hzwET0pulwOM2YMn9J1efb07KB9l9f30SGg==
You can’t perform that action at this time.
0 commit comments