File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 5959 "commitizen" : " ^4.0.3" ,
6060 "concurrently" : " ^4.1.1" ,
6161 "cross-env" : " ^5.1.4" ,
62- "cross-spawn" : " ^6 .0.5 " ,
62+ "cross-spawn" : " ^7 .0.0 " ,
6363 "doctoc" : " ^1.4.0" ,
6464 "eslint" : " ^6.0.1" ,
6565 "eslint-config-airbnb-typescript" : " ^4.0.1" ,
Original file line number Diff line number Diff line change @@ -2488,6 +2488,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
24882488 shebang-command "^1.2.0"
24892489 which "^1.2.9"
24902490
2491+ cross-spawn@^7.0.0 :
2492+ version "7.0.0"
2493+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.0.tgz#21ef9470443262f33dba80b2705a91db959b2e03"
2494+ integrity sha512-6U/8SMK2FBNnB21oQ4+6Nsodxanw1gTkntYA2zBdkFYFu3ZDx65P2ONEXGSvob/QS6REjVHQ9zxzdOafwFdstw==
2495+ dependencies :
2496+ path-key "^3.1.0"
2497+ shebang-command "^1.2.0"
2498+ which "^1.2.9"
2499+
24912500crypto-browserify@^3.11.0 :
24922501 version "3.12.0"
24932502 resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
@@ -6302,7 +6311,7 @@ path-key@^2.0.0, path-key@^2.0.1:
63026311 resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
63036312 integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
63046313
6305- path-key@^3.0.0 :
6314+ path-key@^3.0.0, path-key@^3.1.0 :
63066315 version "3.1.0"
63076316 resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.0.tgz#99a10d870a803bdd5ee6f0470e58dfcd2f9a54d3"
63086317 integrity sha512-8cChqz0RP6SHJkMt48FW0A7+qUOn+OsnOsVtzI59tZ8m+5bCSk7hzwET0pulwOM2YMn9J1efb07KB9l9f30SGg==
You can’t perform that action at this time.
0 commit comments