|
404 | 404 | "@types/minimatch" "*"
|
405 | 405 | "@types/node" "*"
|
406 | 406 |
|
407 |
| -"@types/is-windows@^0.2.0": |
408 |
| - version "0.2.0" |
409 |
| - resolved "https://registry.yarnpkg.com/@types/is-windows/-/is-windows-0.2.0.tgz#6f24ee48731d31168ea510610d6dd15e5fc9c6ff" |
410 |
| - integrity sha1-byTuSHMdMRaOpRBhDW3RXl/Jxv8= |
| 407 | +"@types/is-windows@^1.0.0": |
| 408 | + version "1.0.0" |
| 409 | + resolved "https://registry.yarnpkg.com/@types/is-windows/-/is-windows-1.0.0.tgz#1011fa129d87091e2f6faf9042d6704cdf2e7be0" |
| 410 | + integrity sha512-tJ1rq04tGKuIJoWIH0Gyuwv4RQ3+tIu7wQrC0MV47raQ44kIzXSSFKfrxFUOWVRvesoF7mrTqigXmqoZJsXwTg== |
411 | 411 |
|
412 | 412 | "@types/istanbul-lib-coverage@^2.0.1":
|
413 | 413 | version "2.0.1"
|
@@ -791,22 +791,22 @@ builtins@^1.0.3:
|
791 | 791 | resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
|
792 | 792 | integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og=
|
793 | 793 |
|
794 |
| -c8@7.0.1: |
795 |
| - version "7.0.1" |
796 |
| - resolved "https://registry.yarnpkg.com/c8/-/c8-7.0.1.tgz#a4f8403ee331a03666aff582a917840f20d2522d" |
797 |
| - integrity sha512-kItgBaizNmOtRHM0QDRXbHAiatwGM54z+ec8aGxq8GGPC4OehjKkoV0/mADx2Azbl0SK9JdMl03DdUWZUAEyEA== |
| 794 | +c8@7.1.0: |
| 795 | + version "7.1.0" |
| 796 | + resolved "https://registry.yarnpkg.com/c8/-/c8-7.1.0.tgz#3978192fd94b0349bffd0ffd12b87b3219386c38" |
| 797 | + integrity sha512-r4ba14DehwROz7Sm/JpwqL+s2FGGMiVmgnhAtYJ/jQcPpR7L+yEO3MUoQXHOFBetqd+mpTY5XiNY79QY6bYpnw== |
798 | 798 | dependencies:
|
799 | 799 | "@bcoe/v8-coverage" "^0.2.3"
|
800 | 800 | "@istanbuljs/schema" "^0.1.2"
|
801 | 801 | find-up "^4.0.0"
|
802 | 802 | foreground-child "^2.0.0"
|
803 |
| - furi "^1.3.0" |
| 803 | + furi "^2.0.0" |
804 | 804 | istanbul-lib-coverage "^3.0.0"
|
805 | 805 | istanbul-lib-report "^3.0.0"
|
806 | 806 | istanbul-reports "^3.0.0"
|
807 | 807 | rimraf "^3.0.0"
|
808 | 808 | test-exclude "^6.0.0"
|
809 |
| - v8-to-istanbul "^4.0.1" |
| 809 | + v8-to-istanbul "^4.1.2" |
810 | 810 | yargs "^15.0.0"
|
811 | 811 | yargs-parser "^16.0.0"
|
812 | 812 |
|
@@ -1627,12 +1627,12 @@ function-bind@^1.1.1:
|
1627 | 1627 | resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
|
1628 | 1628 | integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
|
1629 | 1629 |
|
1630 |
| -furi@^1.3.0: |
1631 |
| - version "1.3.0" |
1632 |
| - resolved "https://registry.yarnpkg.com/furi/-/furi-1.3.0.tgz#5fd4186d805ae80a3acd29efaf954761003391f8" |
1633 |
| - integrity sha512-TYoXEeRLKHXNWcCBP0VH1psPktQ9G8Y0GfZwMXCvwVbhbfNx7JItKWhB5mMBYufNjqxEHq+Ivd1nLtr5vQyVoQ== |
| 1630 | +furi@^2.0.0: |
| 1631 | + version "2.0.0" |
| 1632 | + resolved "https://registry.yarnpkg.com/furi/-/furi-2.0.0.tgz#13d85826a1af21acc691da6254b3888fc39f0b4a" |
| 1633 | + integrity sha512-uKuNsaU0WVaK/vmvj23wW1bicOFfyqSsAIH71bRZx8kA4Xj+YCHin7CJKJJjkIsmxYaPFLk9ljmjEyB7xF7WvQ== |
1634 | 1634 | dependencies:
|
1635 |
| - "@types/is-windows" "^0.2.0" |
| 1635 | + "@types/is-windows" "^1.0.0" |
1636 | 1636 | is-windows "^1.0.2"
|
1637 | 1637 |
|
1638 | 1638 | get-caller-file@^2.0.1:
|
@@ -4339,10 +4339,10 @@ uuid@^3.3.2:
|
4339 | 4339 | resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
|
4340 | 4340 | integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==
|
4341 | 4341 |
|
4342 |
| -v8-to-istanbul@^4.0.1: |
4343 |
| - version "4.0.1" |
4344 |
| - resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-4.0.1.tgz#d6a2a3823b8ff49bdf2167ff2a45d82dff81d02f" |
4345 |
| - integrity sha512-x0yZvZAkjJwdD3fPiJzYP37aod0ati4LlmD2RmpKjqewjKAov/u/ytZ8ViIZb07cN4cePKzl9ijiUi7C1LQ8hQ== |
| 4342 | +v8-to-istanbul@^4.1.2: |
| 4343 | + version "4.1.2" |
| 4344 | + resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-4.1.2.tgz#387d173be5383dbec209d21af033dcb892e3ac82" |
| 4345 | + integrity sha512-G9R+Hpw0ITAmPSr47lSlc5A1uekSYzXxTMlFxso2xoffwo4jQnzbv1p9yXIinO8UMZKfAFewaCHwWvnH4Jb4Ug== |
4346 | 4346 | dependencies:
|
4347 | 4347 | "@types/istanbul-lib-coverage" "^2.0.1"
|
4348 | 4348 | convert-source-map "^1.6.0"
|
|
0 commit comments