@@ -5461,6 +5461,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
54615461 shebang-command "^1.2.0"
54625462 which "^1.2.9"
54635463
5464+ cross-spawn@^7.0.0:
5465+ version "7.0.1"
5466+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
5467+ integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
5468+ dependencies:
5469+ path-key "^3.1.0"
5470+ shebang-command "^2.0.0"
5471+ which "^2.0.1"
5472+
54645473crypt@~0.0.1:
54655474 version "0.0.2"
54665475 resolved "https://registry.yarnpkg.com/crypt/-/crypt-0.0.2.tgz#88d7ff7ec0dfb86f713dc87bbb42d044d3e6c41b"
@@ -7761,6 +7770,22 @@ execa@^2.0.0:
77617770 signal-exit "^3.0.2"
77627771 strip-final-newline "^2.0.0"
77637772
7773+ execa@^3.0.0:
7774+ version "3.2.0"
7775+ resolved "https://registry.yarnpkg.com/execa/-/execa-3.2.0.tgz#18326b79c7ab7fbd6610fd900c1b9e95fa48f90a"
7776+ integrity sha512-kJJfVbI/lZE1PZYDI5VPxp8zXPO9rtxOkhpZ0jMKha56AI9y2gGVC6bkukStQf0ka5Rh15BA5m7cCCH4jmHqkw==
7777+ dependencies:
7778+ cross-spawn "^7.0.0"
7779+ get-stream "^5.0.0"
7780+ human-signals "^1.1.1"
7781+ is-stream "^2.0.0"
7782+ merge-stream "^2.0.0"
7783+ npm-run-path "^4.0.0"
7784+ onetime "^5.1.0"
7785+ p-finally "^2.0.0"
7786+ signal-exit "^3.0.2"
7787+ strip-final-newline "^2.0.0"
7788+
77647789exists-sync@0.0.3:
77657790 version "0.0.3"
77667791 resolved "https://registry.yarnpkg.com/exists-sync/-/exists-sync-0.0.3.tgz#b910000bedbb113b378b82f5f5a7638107622dcf"
@@ -9323,6 +9348,11 @@ https@^1.0.0:
93239348 resolved "https://registry.yarnpkg.com/https/-/https-1.0.0.tgz#3c37c7ae1a8eeb966904a2ad1e975a194b7ed3a4"
93249349 integrity sha1-PDfHrhqO65ZpBKKtHpdaGUt+06Q=
93259350
9351+ human-signals@^1.1.1:
9352+ version "1.1.1"
9353+ resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
9354+ integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
9355+
93269356humanize-ms@^1.2.1:
93279357 version "1.2.1"
93289358 resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed"
@@ -12060,6 +12090,13 @@ npm-run-path@^3.0.0:
1206012090 dependencies:
1206112091 path-key "^3.0.0"
1206212092
12093+ npm-run-path@^4.0.0:
12094+ version "4.0.0"
12095+ resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.0.tgz#d644ec1bd0569187d2a52909971023a0a58e8438"
12096+ integrity sha512-8eyAOAH+bYXFPSnNnKr3J+yoybe8O87Is5rtAQ8qRczJz1ajcsjg8l2oZqP+Ppx15Ii3S1vUTjQN2h4YO2tWWQ==
12097+ dependencies:
12098+ path-key "^3.0.0"
12099+
1206312100npm-user-validate@~1.0.0:
1206412101 version "1.0.0"
1206512102 resolved "https://registry.yarnpkg.com/npm-user-validate/-/npm-user-validate-1.0.0.tgz#8ceca0f5cea04d4e93519ef72d0557a75122e951"
@@ -12714,7 +12751,7 @@ path-key@^2.0.0, path-key@^2.0.1:
1271412751 resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
1271512752 integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
1271612753
12717- path-key@^3.0.0:
12754+ path-key@^3.0.0, path-key@^3.1.0 :
1271812755 version "3.1.0"
1271912756 resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.0.tgz#99a10d870a803bdd5ee6f0470e58dfcd2f9a54d3"
1272012757 integrity sha512-8cChqz0RP6SHJkMt48FW0A7+qUOn+OsnOsVtzI59tZ8m+5bCSk7hzwET0pulwOM2YMn9J1efb07KB9l9f30SGg==
@@ -14298,11 +14335,23 @@ shebang-command@^1.2.0:
1429814335 dependencies:
1429914336 shebang-regex "^1.0.0"
1430014337
14338+ shebang-command@^2.0.0:
14339+ version "2.0.0"
14340+ resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
14341+ integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
14342+ dependencies:
14343+ shebang-regex "^3.0.0"
14344+
1430114345shebang-regex@^1.0.0:
1430214346 version "1.0.0"
1430314347 resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
1430414348 integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
1430514349
14350+ shebang-regex@^3.0.0:
14351+ version "3.0.0"
14352+ resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
14353+ integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
14354+
1430614355shellwords@^0.1.1:
1430714356 version "0.1.1"
1430814357 resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
0 commit comments