@@ -1744,6 +1744,17 @@ create-jest@^29.7.0:
17441744 jest-util "^29.7.0"
17451745 prompts "^2.0.1"
17461746
1747+ cross-spawn@^6.0.0 :
1748+ version "6.0.6"
1749+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.6.tgz#30d0efa0712ddb7eb5a76e1e8721bffafa6b5d57"
1750+ integrity sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==
1751+ dependencies :
1752+ nice-try "^1.0.4"
1753+ path-key "^2.0.1"
1754+ semver "^5.5.0"
1755+ shebang-command "^1.2.0"
1756+ which "^1.2.9"
1757+
17471758cross-spawn@^7.0.3 :
17481759 version "7.0.6"
17491760 resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
@@ -1870,6 +1881,13 @@ emoji-regex@^8.0.0:
18701881 resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
18711882 integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
18721883
1884+ end-of-stream@^1.1.0 :
1885+ version "1.4.4"
1886+ resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
1887+ integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==
1888+ dependencies :
1889+ once "^1.4.0"
1890+
18731891env-paths@^2.2.1 :
18741892 version "2.2.1"
18751893 resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
19511969 strip-final-newline "^4.0.0"
19521970 yoctocolors "^2.0.0"
19531971
1972+ execa@^1.0.0 :
1973+ version "1.0.0"
1974+ resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
1975+ integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==
1976+ dependencies :
1977+ cross-spawn "^6.0.0"
1978+ get-stream "^4.0.0"
1979+ is-stream "^1.1.0"
1980+ npm-run-path "^2.0.0"
1981+ p-finally "^1.0.0"
1982+ signal-exit "^3.0.0"
1983+ strip-eof "^1.0.0"
1984+
19541985execa@^5.0.0 :
19551986 version "5.1.1"
19561987 resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
@@ -2128,6 +2159,13 @@ get-package-type@^0.1.0:
21282159 resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
21292160 integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
21302161
2162+ get-stream@^4.0.0 :
2163+ version "4.1.0"
2164+ resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
2165+ integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==
2166+ dependencies :
2167+ pump "^3.0.0"
2168+
21312169get-stream@^6.0.0 :
21322170 version "6.0.1"
21332171 resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
@@ -2494,6 +2532,11 @@ is-ssh@^1.4.0:
24942532 dependencies :
24952533 protocols "^2.0.1"
24962534
2535+ is-stream@^1.1.0 :
2536+ version "1.1.0"
2537+ resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
2538+ integrity sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==
2539+
24972540is-stream@^2.0.0 :
24982541 version "2.0.1"
24992542 resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
32553298 dependencies :
32563299 type-fest "^2.5.1"
32573300
3301+ nice-try@^1.0.4 :
3302+ version "1.0.5"
3303+ resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
3304+ integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
3305+
32583306node-int64@^0.4.0 :
32593307 version "0.4.0"
32603308 resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
@@ -3279,6 +3327,13 @@ normalize-path@^3.0.0:
32793327 resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
32803328 integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
32813329
3330+ npm-run-path@^2.0.0 :
3331+ version "2.0.2"
3332+ resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
3333+ integrity sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==
3334+ dependencies :
3335+ path-key "^2.0.0"
3336+
32823337npm-run-path@^4.0.1 :
32833338 version "4.0.1"
32843339 resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
@@ -3301,7 +3356,7 @@ npm-run-path@^6.0.0:
33013356 path-key "^4.0.0"
33023357 unicorn-magic "^0.3.0"
33033358
3304- once@^1.3.0 :
3359+ once@^1.3.0, once@^1.3.1, once@^1.4.0 :
33053360 version "1.4.0"
33063361 resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
33073362 integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==
@@ -3367,6 +3422,11 @@ os-tmpdir@~1.0.2:
33673422 resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
33683423 integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==
33693424
3425+ p-finally@^1.0.0 :
3426+ version "1.0.0"
3427+ resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
3428+ integrity sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==
3429+
33703430p-limit@^2.2.0 :
33713431 version "2.3.0"
33723432 resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
@@ -3481,6 +3541,11 @@ path-is-absolute@^1.0.0:
34813541 resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
34823542 integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
34833543
3544+ path-key@^2.0.0, path-key@^2.0.1 :
3545+ version "2.0.1"
3546+ resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
3547+ integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==
3548+
34843549path-key@^3.0.0, path-key@^3.1.0 :
34853550 version "3.1.1"
34863551 resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -3581,6 +3646,14 @@ proxy-from-env@^1.1.0:
35813646 resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
35823647 integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
35833648
3649+ pump@^3.0.0 :
3650+ version "3.0.2"
3651+ resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.2.tgz#836f3edd6bc2ee599256c924ffe0d88573ddcbf8"
3652+ integrity sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==
3653+ dependencies :
3654+ end-of-stream "^1.1.0"
3655+ once "^1.3.1"
3656+
35843657pupa@^3.1.0 :
35853658 version "3.1.0"
35863659 resolved "https://registry.yarnpkg.com/pupa/-/pupa-3.1.0.tgz#f15610274376bbcc70c9a3aa8b505ea23f41c579"
38263899 resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
38273900 integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
38283901
3902+ semver@^5.5.0 :
3903+ version "5.7.2"
3904+ resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
3905+ integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
3906+
38293907semver@^6.0.0, semver@^6.3.0, semver@^6.3.1 :
38303908 version "6.3.1"
38313909 resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
@@ -3843,19 +3921,31 @@ semver@^7.5.4:
38433921 dependencies :
38443922 lru-cache "^6.0.0"
38453923
3924+ shebang-command@^1.2.0 :
3925+ version "1.2.0"
3926+ resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
3927+ integrity sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==
3928+ dependencies :
3929+ shebang-regex "^1.0.0"
3930+
38463931shebang-command@^2.0.0 :
38473932 version "2.0.0"
38483933 resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
38493934 integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
38503935 dependencies :
38513936 shebang-regex "^3.0.0"
38523937
3938+ shebang-regex@^1.0.0 :
3939+ version "1.0.0"
3940+ resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
3941+ integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==
3942+
38533943shebang-regex@^3.0.0 :
38543944 version "3.0.0"
38553945 resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
38563946 integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
38573947
3858- [email protected] , shelljs@^0.8.5 :
3948+ 38593949 version "0.8.5"
38603950 resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
38613951 integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
38643954 interpret "^1.0.0"
38653955 rechoir "^0.6.2"
38663956
3867- signal-exit@^3.0.3, signal-exit@^3.0.7 :
3957+ shelljs@^0.9.0 :
3958+ version "0.9.1"
3959+ resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.9.1.tgz#aab9426a54c27c093d5eca428b5fa559944460d6"
3960+ integrity sha512-ngPynK9u9OmsL2DttaTOhEPahyAjVbjIwCK3R+2V9YDq0/equpq7hVz3XrnfIjAk1thN5ET5mEIzAmocmV6i+Q==
3961+ dependencies :
3962+ execa "^1.0.0"
3963+ fast-glob "^3.3.2"
3964+ interpret "^1.0.0"
3965+ rechoir "^0.6.2"
3966+
3967+ signal-exit@^3.0.0, signal-exit@^3.0.3, signal-exit@^3.0.7 :
38683968 version "3.0.7"
38693969 resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
38703970 integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
@@ -4029,6 +4129,11 @@ strip-bom@^4.0.0:
40294129 resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878"
40304130 integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==
40314131
4132+ strip-eof@^1.0.0 :
4133+ version "1.0.0"
4134+ resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
4135+ integrity sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==
4136+
40324137strip-final-newline@^2.0.0 :
40334138 version "2.0.0"
40344139 resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
@@ -4266,6 +4371,13 @@ when-exit@^2.1.1:
42664371 resolved "https://registry.yarnpkg.com/when-exit/-/when-exit-2.1.4.tgz#e2a0e998f7ad67eb0d2ce37e9794386663cc96f7"
42674372 integrity sha512-4rnvd3A1t16PWzrBUcSDZqcAmsUIy4minDXT/CZ8F2mVDgd65i4Aalimgz1aQkRGU0iH5eT5+6Rx2TK8o443Pg==
42684373
4374+ which@^1.2.9 :
4375+ version "1.3.1"
4376+ resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
4377+ integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
4378+ dependencies :
4379+ isexe "^2.0.0"
4380+
42694381which@^2.0.1 :
42704382 version "2.0.2"
42714383 resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
0 commit comments