|
34 | 34 | resolved "https://registry.npmjs.org/@ava/require-precompiled/-/require-precompiled-1.0.0.tgz"
|
35 | 35 | integrity sha512-N7w4g+P/SUL8SF+HC4Z4e/ctV6nQ5AERC90K90r4xZQ8WVrJux9albvfyYAzygyU47CSqMWh6yJwFs8DYaeWmg==
|
36 | 36 |
|
37 |
| -"@ava/typescript@^4.0.0": |
38 |
| - version "4.1.0" |
39 |
| - resolved "https://registry.yarnpkg.com/@ava/typescript/-/typescript-4.1.0.tgz#0dde7b3bbcfe59c1424fb20eb289b4a2b3694418" |
40 |
| - integrity sha512-1iWZQ/nr9iflhLK9VN8H+1oDZqe93qxNnyYUz+jTzkYPAHc5fdZXBrqmNIgIfFhWYXK5OaQ5YtC7OmLeTNhVEg== |
| 37 | +"@ava/typescript@^6.0.0": |
| 38 | + version "6.0.0" |
| 39 | + resolved "https://registry.yarnpkg.com/@ava/typescript/-/typescript-6.0.0.tgz#58678eb524b5a8aa192688cfc907d49fed7efc5d" |
| 40 | + integrity sha512-+8oDYc4J5cCaWZh1VUbyc+cegGplJO9FqHpqR4LVAVx8fRLVRaYlC4yyA6cqHJ1vWP23Ff/ECS5U68Zz6OLZlg== |
41 | 41 | dependencies:
|
42 | 42 | escape-string-regexp "^5.0.0"
|
43 |
| - execa "^7.1.1" |
| 43 | + execa "^9.6.0" |
44 | 44 |
|
45 | 45 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.4":
|
46 | 46 | version "7.23.4"
|
|
585 | 585 | resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
|
586 | 586 | integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
|
587 | 587 |
|
| 588 | +"@sec-ant/readable-stream@^0.4.1": |
| 589 | + version "0.4.1" |
| 590 | + resolved "https://registry.yarnpkg.com/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz#60de891bb126abfdc5410fdc6166aca065f10a0c" |
| 591 | + integrity sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg== |
| 592 | + |
| 593 | +"@sindresorhus/merge-streams@^4.0.0": |
| 594 | + version "4.0.0" |
| 595 | + resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz#abb11d99aeb6d27f1b563c38147a72d50058e339" |
| 596 | + integrity sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ== |
| 597 | + |
588 | 598 | "@sinonjs/commons@^2.0.0":
|
589 | 599 | version "2.0.0"
|
590 | 600 | resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-2.0.0.tgz#fd4ca5b063554307e8327b4564bd56d3b73924a3"
|
@@ -1661,7 +1671,7 @@ cross-env@^7.0.3:
|
1661 | 1671 | dependencies:
|
1662 | 1672 | cross-spawn "^7.0.1"
|
1663 | 1673 |
|
1664 |
| -cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3: |
| 1674 | +cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3, cross-spawn@^7.0.6: |
1665 | 1675 | version "7.0.6"
|
1666 | 1676 | resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
|
1667 | 1677 | integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
|
@@ -2327,6 +2337,24 @@ execa@^5.0.0:
|
2327 | 2337 | signal-exit "^3.0.3"
|
2328 | 2338 | strip-final-newline "^2.0.0"
|
2329 | 2339 |
|
| 2340 | +execa@^9.6.0: |
| 2341 | + version "9.6.0" |
| 2342 | + resolved "https://registry.yarnpkg.com/execa/-/execa-9.6.0.tgz#38665530e54e2e018384108322f37f35ae74f3bc" |
| 2343 | + integrity sha512-jpWzZ1ZhwUmeWRhS7Qv3mhpOhLfwI+uAX4e5fOcXqwMR7EcJ0pj2kV1CVzHVMX/LphnKWD3LObjZCoJ71lKpHw== |
| 2344 | + dependencies: |
| 2345 | + "@sindresorhus/merge-streams" "^4.0.0" |
| 2346 | + cross-spawn "^7.0.6" |
| 2347 | + figures "^6.1.0" |
| 2348 | + get-stream "^9.0.0" |
| 2349 | + human-signals "^8.0.1" |
| 2350 | + is-plain-obj "^4.1.0" |
| 2351 | + is-stream "^4.0.1" |
| 2352 | + npm-run-path "^6.0.0" |
| 2353 | + pretty-ms "^9.2.0" |
| 2354 | + signal-exit "^4.1.0" |
| 2355 | + strip-final-newline "^4.0.0" |
| 2356 | + yoctocolors "^2.1.1" |
| 2357 | + |
2330 | 2358 | extend@~3.0.2:
|
2331 | 2359 | version "3.0.2"
|
2332 | 2360 | resolved "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz"
|
@@ -2404,6 +2432,13 @@ figures@^5.0.0:
|
2404 | 2432 | escape-string-regexp "^5.0.0"
|
2405 | 2433 | is-unicode-supported "^1.2.0"
|
2406 | 2434 |
|
| 2435 | +figures@^6.1.0: |
| 2436 | + version "6.1.0" |
| 2437 | + resolved "https://registry.yarnpkg.com/figures/-/figures-6.1.0.tgz#935479f51865fa7479f6fa94fc6fc7ac14e62c4a" |
| 2438 | + integrity sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg== |
| 2439 | + dependencies: |
| 2440 | + is-unicode-supported "^2.0.0" |
| 2441 | + |
2407 | 2442 | file-entry-cache@^6.0.1:
|
2408 | 2443 | version "6.0.1"
|
2409 | 2444 | resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
|
@@ -2618,6 +2653,14 @@ get-stream@^6.0.0, get-stream@^6.0.1:
|
2618 | 2653 | resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
|
2619 | 2654 | integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
|
2620 | 2655 |
|
| 2656 | +get-stream@^9.0.0: |
| 2657 | + version "9.0.1" |
| 2658 | + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-9.0.1.tgz#95157d21df8eb90d1647102b63039b1df60ebd27" |
| 2659 | + integrity sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA== |
| 2660 | + dependencies: |
| 2661 | + "@sec-ant/readable-stream" "^0.4.1" |
| 2662 | + is-stream "^4.0.1" |
| 2663 | + |
2621 | 2664 | get-symbol-description@^1.1.0:
|
2622 | 2665 | version "1.1.0"
|
2623 | 2666 | resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.1.0.tgz#7bdd54e0befe8ffc9f3b4e203220d9f1e881b6ee"
|
@@ -2908,6 +2951,11 @@ human-signals@^4.3.0:
|
2908 | 2951 | resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-4.3.1.tgz#ab7f811e851fca97ffbd2c1fe9a958964de321b2"
|
2909 | 2952 | integrity sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==
|
2910 | 2953 |
|
| 2954 | +human-signals@^8.0.1: |
| 2955 | + version "8.0.1" |
| 2956 | + resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-8.0.1.tgz#f08bb593b6d1db353933d06156cedec90abe51fb" |
| 2957 | + integrity sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ== |
| 2958 | + |
2911 | 2959 | husky@^8.0.3:
|
2912 | 2960 | version "8.0.3"
|
2913 | 2961 | resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184"
|
@@ -3210,6 +3258,11 @@ is-plain-obj@^1.1.0:
|
3210 | 3258 | resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
|
3211 | 3259 | integrity sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==
|
3212 | 3260 |
|
| 3261 | +is-plain-obj@^4.1.0: |
| 3262 | + version "4.1.0" |
| 3263 | + resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz#d65025edec3657ce032fd7db63c97883eaed71f0" |
| 3264 | + integrity sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg== |
| 3265 | + |
3213 | 3266 | is-plain-object@^5.0.0:
|
3214 | 3267 | version "5.0.0"
|
3215 | 3268 | resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz"
|
@@ -3260,6 +3313,11 @@ is-stream@^3.0.0:
|
3260 | 3313 | resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-3.0.0.tgz#e6bfd7aa6bef69f4f472ce9bb681e3e57b4319ac"
|
3261 | 3314 | integrity sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==
|
3262 | 3315 |
|
| 3316 | +is-stream@^4.0.1: |
| 3317 | + version "4.0.1" |
| 3318 | + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-4.0.1.tgz#375cf891e16d2e4baec250b85926cffc14720d9b" |
| 3319 | + integrity sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A== |
| 3320 | + |
3263 | 3321 | is-string@^1.1.1:
|
3264 | 3322 | version "1.1.1"
|
3265 | 3323 | resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.1.1.tgz#92ea3f3d5c5b6e039ca8677e5ac8d07ea773cbb9"
|
@@ -3294,6 +3352,11 @@ is-unicode-supported@^1.2.0:
|
3294 | 3352 | resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz#d824984b616c292a2e198207d4a609983842f714"
|
3295 | 3353 | integrity sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==
|
3296 | 3354 |
|
| 3355 | +is-unicode-supported@^2.0.0: |
| 3356 | + version "2.1.0" |
| 3357 | + resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz#09f0ab0de6d3744d48d265ebb98f65d11f2a9b3a" |
| 3358 | + integrity sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ== |
| 3359 | + |
3297 | 3360 | is-url@^1.2.1:
|
3298 | 3361 | version "1.2.4"
|
3299 | 3362 | resolved "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz"
|
@@ -4012,6 +4075,14 @@ npm-run-path@^5.1.0:
|
4012 | 4075 | dependencies:
|
4013 | 4076 | path-key "^4.0.0"
|
4014 | 4077 |
|
| 4078 | +npm-run-path@^6.0.0: |
| 4079 | + version "6.0.0" |
| 4080 | + resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-6.0.0.tgz#25cfdc4eae04976f3349c0b1afc089052c362537" |
| 4081 | + integrity sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA== |
| 4082 | + dependencies: |
| 4083 | + path-key "^4.0.0" |
| 4084 | + unicorn-magic "^0.3.0" |
| 4085 | + |
4015 | 4086 | nyc@^15.1.0:
|
4016 | 4087 | version "15.1.0"
|
4017 | 4088 | resolved "https://registry.yarnpkg.com/nyc/-/nyc-15.1.0.tgz#1335dae12ddc87b6e249d5a1994ca4bdaea75f02"
|
@@ -4322,6 +4393,11 @@ parse-ms@^3.0.0:
|
4322 | 4393 | resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-3.0.0.tgz#3ea24a934913345fcc3656deda72df921da3a70e"
|
4323 | 4394 | integrity sha512-Tpb8Z7r7XbbtBTrM9UhpkzzaMrqA2VXMT3YChzYltwV3P3pM6t8wl7TvpMnSTosz1aQAdVib7kdoys7vYOPerw==
|
4324 | 4395 |
|
| 4396 | +parse-ms@^4.0.0: |
| 4397 | + version "4.0.0" |
| 4398 | + resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-4.0.0.tgz#c0c058edd47c2a590151a718990533fd62803df4" |
| 4399 | + integrity sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw== |
| 4400 | + |
4325 | 4401 | path-exists@^3.0.0:
|
4326 | 4402 | version "3.0.0"
|
4327 | 4403 | resolved "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz"
|
@@ -4464,6 +4540,13 @@ pretty-ms@^8.0.0:
|
4464 | 4540 | dependencies:
|
4465 | 4541 | parse-ms "^3.0.0"
|
4466 | 4542 |
|
| 4543 | +pretty-ms@^9.2.0: |
| 4544 | + version "9.2.0" |
| 4545 | + resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-9.2.0.tgz#e14c0aad6493b69ed63114442a84133d7e560ef0" |
| 4546 | + integrity sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg== |
| 4547 | + dependencies: |
| 4548 | + parse-ms "^4.0.0" |
| 4549 | + |
4467 | 4550 | proc-log@^4.2.0:
|
4468 | 4551 | version "4.2.0"
|
4469 | 4552 | resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-4.2.0.tgz#b6f461e4026e75fdfe228b265e9f7a00779d7034"
|
@@ -4887,6 +4970,11 @@ signal-exit@^4.0.1:
|
4887 | 4970 | resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.0.2.tgz#ff55bb1d9ff2114c13b400688fa544ac63c36967"
|
4888 | 4971 | integrity sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==
|
4889 | 4972 |
|
| 4973 | +signal-exit@^4.1.0: |
| 4974 | + version "4.1.0" |
| 4975 | + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" |
| 4976 | + integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== |
| 4977 | + |
4890 | 4978 | sinon@^18.0.0:
|
4891 | 4979 | version "18.0.0"
|
4892 | 4980 | resolved "https://registry.yarnpkg.com/sinon/-/sinon-18.0.0.tgz#69ca293dbc3e82590a8b0d46c97f63ebc1e5fc01"
|
@@ -5163,6 +5251,11 @@ strip-final-newline@^3.0.0:
|
5163 | 5251 | resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz#52894c313fbff318835280aed60ff71ebf12b8fd"
|
5164 | 5252 | integrity sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==
|
5165 | 5253 |
|
| 5254 | +strip-final-newline@^4.0.0: |
| 5255 | + version "4.0.0" |
| 5256 | + resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-4.0.0.tgz#35a369ec2ac43df356e3edd5dcebb6429aa1fa5c" |
| 5257 | + integrity sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw== |
| 5258 | + |
5166 | 5259 | strip-indent@^4.0.0:
|
5167 | 5260 | version "4.0.0"
|
5168 | 5261 | resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-4.0.0.tgz#b41379433dd06f5eae805e21d631e07ee670d853"
|
@@ -5436,6 +5529,11 @@ undici-types@~6.19.2:
|
5436 | 5529 | resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
|
5437 | 5530 | integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
|
5438 | 5531 |
|
| 5532 | +unicorn-magic@^0.3.0: |
| 5533 | + version "0.3.0" |
| 5534 | + resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz#4efd45c85a69e0dd576d25532fbfa22aa5c8a104" |
| 5535 | + integrity sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA== |
| 5536 | + |
5439 | 5537 | unique-filename@^3.0.0:
|
5440 | 5538 | version "3.0.0"
|
5441 | 5539 | resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-3.0.0.tgz#48ba7a5a16849f5080d26c760c86cf5cf05770ea"
|
@@ -5700,3 +5798,8 @@ yocto-queue@^1.0.0:
|
5700 | 5798 | version "1.0.0"
|
5701 | 5799 | resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
|
5702 | 5800 | integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
|
| 5801 | + |
| 5802 | +yoctocolors@^2.1.1: |
| 5803 | + version "2.1.1" |
| 5804 | + resolved "https://registry.yarnpkg.com/yoctocolors/-/yoctocolors-2.1.1.tgz#e0167474e9fbb9e8b3ecca738deaa61dd12e56fc" |
| 5805 | + integrity sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ== |
0 commit comments