@@ -4967,6 +4967,15 @@ cross-spawn@6.0.5, cross-spawn@^6.0.0, cross-spawn@^6.0.4, cross-spawn@^6.0.5:
49674967 shebang-command "^1.2.0"
49684968 which "^1.2.9"
49694969
4970+ cross-spawn@7.0.2:
4971+ version "7.0.2"
4972+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.2.tgz#d0d7dcfa74e89115c7619f4f721a94e1fdb716d6"
4973+ integrity sha512-PD6G8QG3S4FK/XCGFbEQrDqO2AnMMsy0meR7lerlIOHAAbkuavGU/pOqprrlvfTNjvowivTeBsjebAL0NSoMxw==
4974+ dependencies:
4975+ path-key "^3.1.0"
4976+ shebang-command "^2.0.0"
4977+ which "^2.0.1"
4978+
49704979crypto-browserify@^3.11.0:
49714980 version "3.12.0"
49724981 resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
@@ -11667,6 +11676,11 @@ path-key@^2.0.0, path-key@^2.0.1:
1166711676 version "2.0.1"
1166811677 resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
1166911678
11679+ path-key@^3.1.0:
11680+ version "3.1.1"
11681+ resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
11682+ integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
11683+
1167011684path-parse@^1.0.6:
1167111685 version "1.0.6"
1167211686 resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
@@ -14489,6 +14503,13 @@ shebang-command@^1.2.0:
1448914503 dependencies:
1449014504 shebang-regex "^1.0.0"
1449114505
14506+ shebang-command@^2.0.0:
14507+ version "2.0.0"
14508+ resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
14509+ integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
14510+ dependencies:
14511+ shebang-regex "^3.0.0"
14512+
1449214513shebang-loader@0.0.1:
1449314514 version "0.0.1"
1449414515 resolved "https://registry.yarnpkg.com/shebang-loader/-/shebang-loader-0.0.1.tgz#a4000495d44cceefbec63435e7b1698569fa52ec"
@@ -14497,6 +14518,11 @@ shebang-regex@^1.0.0:
1449714518 version "1.0.0"
1449814519 resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
1449914520
14521+ shebang-regex@^3.0.0:
14522+ version "3.0.0"
14523+ resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
14524+ integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
14525+
1450014526shell-quote@1.6.1:
1450114527 version "1.6.1"
1450214528 resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.6.1.tgz#f4781949cce402697127430ea3b3c5476f481767"
@@ -16363,6 +16389,13 @@ which@1, which@^1.2.12, which@^1.2.14, which@^1.2.9, which@^1.3.0, which@^1.3.1:
1636316389 dependencies:
1636416390 isexe "^2.0.0"
1636516391
16392+ which@^2.0.1:
16393+ version "2.0.2"
16394+ resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
16395+ integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
16396+ dependencies:
16397+ isexe "^2.0.0"
16398+
1636616399wide-align@^1.1.0:
1636716400 version "1.1.3"
1636816401 resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
0 commit comments