|
762 | 762 | "@parcel/utils" "^1.11.0" |
763 | 763 | physical-cpu-count "^2.0.0" |
764 | 764 |
|
765 | | -"@samverschueren/stream-to-observable@^0.3.0": |
766 | | - version "0.3.0" |
767 | | - resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f" |
768 | | - integrity sha512-MI4Xx6LHs4Webyvi6EbspgyAb4D2Q2VtnCQ1blOJcoLS6mVa8lNN2rkIy1CVxfTUpoyIbCTkXES1rLXztFD1lg== |
769 | | - dependencies: |
770 | | - any-observable "^0.3.0" |
771 | | - |
772 | 765 | "@types/color-name@^1.1.1": |
773 | 766 | version "1.1.1" |
774 | 767 | resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" |
@@ -899,11 +892,6 @@ ansi-to-html@^0.6.4: |
899 | 892 | dependencies: |
900 | 893 | entities "^1.1.2" |
901 | 894 |
|
902 | | -any-observable@^0.3.0: |
903 | | - version "0.3.0" |
904 | | - resolved "https://registry.yarnpkg.com/any-observable/-/any-observable-0.3.0.tgz#af933475e5806a67d0d7df090dd5e8bef65d119b" |
905 | | - integrity sha512-/FQM1EDkTsf63Ub2C6O7GuYFDsSXUwsaZDurV0np41ocwq0jthUAYCmhBX9f+KwlaCgIuWyr/4WlUQUBfKfZog== |
906 | | - |
907 | 895 | anymatch@^2.0.0: |
908 | 896 | version "2.0.0" |
909 | 897 | resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" |
@@ -2102,11 +2090,6 @@ electron-to-chromium@^1.3.322: |
2102 | 2090 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.322.tgz#a6f7e1c79025c2b05838e8e344f6e89eb83213a8" |
2103 | 2091 | integrity sha512-Tc8JQEfGQ1MzfSzI/bTlSr7btJv/FFO7Yh6tanqVmIWOuNCu6/D1MilIEgLtmWqIrsv+o4IjpLAhgMBr/ncNAA== |
2104 | 2092 |
|
2105 | | -elegant-spinner@^2.0.0: |
2106 | | - version "2.0.0" |
2107 | | - resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-2.0.0.tgz#f236378985ecd16da75488d166be4b688fd5af94" |
2108 | | - integrity sha512-5YRYHhvhYzV/FC4AiMdeSIg3jAYGq9xFvbhZMpPlJoBsfYgrw2DSCYeXfat6tYBu45PWiyRr3+flaCPPmviPaA== |
2109 | | - |
2110 | 2093 | elliptic@^6.0.0: |
2111 | 2094 | version "6.5.2" |
2112 | 2095 | resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.2.tgz#05c5678d7173c049d8ca433552224a495d0e3762" |
@@ -3306,44 +3289,39 @@ lines-and-columns@^1.1.6: |
3306 | 3289 | integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= |
3307 | 3290 |
|
3308 | 3291 | lint-staged@^10.0.1: |
3309 | | - version "10.2.8" |
3310 | | - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.8.tgz#fcc76158c9d17f5f6238678dc2f4fe98535b2f68" |
3311 | | - integrity sha512-36VUVhZuTJUG0yuSv66o+/Cep9Uwp+od6VkjNxQjHKWvHClVD0SjAZx++4H3zgdr6DxPoUl1y/PVygfPhzAXQQ== |
| 3292 | + version "10.2.9" |
| 3293 | + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.2.9.tgz#6013ecfa80829cd422446b545fd30a96bca3098c" |
| 3294 | + integrity sha512-ziRAuXEqvJLSXg43ezBpHxRW8FOJCXISaXU//BWrxRrp5cBdRkIx7g5IsB3OI45xYGE0S6cOacfekSjDyDKF2g== |
3312 | 3295 | dependencies: |
3313 | 3296 | chalk "^4.0.0" |
3314 | 3297 | cli-truncate "2.1.0" |
3315 | 3298 | commander "^5.1.0" |
3316 | 3299 | cosmiconfig "^6.0.0" |
3317 | 3300 | debug "^4.1.1" |
3318 | 3301 | dedent "^0.7.0" |
| 3302 | + enquirer "^2.3.5" |
3319 | 3303 | execa "^4.0.1" |
3320 | | - listr2 "^2.0.2" |
| 3304 | + listr2 "^2.1.0" |
3321 | 3305 | log-symbols "^4.0.0" |
3322 | 3306 | micromatch "^4.0.2" |
3323 | 3307 | normalize-path "^3.0.0" |
3324 | 3308 | please-upgrade-node "^3.2.0" |
3325 | 3309 | string-argv "0.3.1" |
3326 | 3310 | stringify-object "^3.3.0" |
3327 | 3311 |
|
3328 | | -listr2@^2.0.2: |
3329 | | - version "2.0.2" |
3330 | | - resolved "https://registry.yarnpkg.com/listr2/-/listr2-2.0.2.tgz#35e11e742ee151a8c446d1649792cadf7eb1d780" |
3331 | | - integrity sha512-HkbraLsbHRFtuT0p1g9KUiMoJeqlPdgsi4Q3mCvBlYnVK+2I1vPdCxBvJ+nAxwpL7SZiyaICWMvLOyMBtu+VKw== |
| 3312 | +listr2@^2.1.0: |
| 3313 | + version "2.1.3" |
| 3314 | + resolved "https://registry.yarnpkg.com/listr2/-/listr2-2.1.3.tgz#f527e197de12ad8c488c566921fa2da34cbc67f6" |
| 3315 | + integrity sha512-6oy3QhrZAlJGrG8oPcRp1hix1zUpb5AvyvZ5je979HCyf48tIj3Hn1TG5+rfyhz30t7HfySH/OIaVbwrI2kruA== |
3332 | 3316 | dependencies: |
3333 | | - "@samverschueren/stream-to-observable" "^0.3.0" |
3334 | 3317 | chalk "^4.0.0" |
3335 | | - cli-cursor "^3.1.0" |
3336 | 3318 | cli-truncate "^2.1.0" |
3337 | | - elegant-spinner "^2.0.0" |
3338 | | - enquirer "^2.3.5" |
3339 | 3319 | figures "^3.2.0" |
3340 | 3320 | indent-string "^4.0.0" |
3341 | 3321 | log-update "^4.0.0" |
3342 | 3322 | p-map "^4.0.0" |
3343 | | - pad "^3.2.0" |
3344 | 3323 | rxjs "^6.5.5" |
3345 | 3324 | through "^2.3.8" |
3346 | | - uuid "^7.0.2" |
3347 | 3325 |
|
3348 | 3326 | locate-path@^3.0.0: |
3349 | 3327 | version "3.0.0" |
@@ -3971,13 +3949,6 @@ p-try@^2.0.0: |
3971 | 3949 | resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" |
3972 | 3950 | integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== |
3973 | 3951 |
|
3974 | | -pad@^3.2.0: |
3975 | | - version "3.2.0" |
3976 | | - resolved "https://registry.yarnpkg.com/pad/-/pad-3.2.0.tgz#be7a1d1cb6757049b4ad5b70e71977158fea95d1" |
3977 | | - integrity sha512-2u0TrjcGbOjBTJpyewEl4hBO3OeX5wWue7eIFPzQTg6wFSvoaHcBTTUY5m+n0hd04gmTCPuY0kCpVIVuw5etwg== |
3978 | | - dependencies: |
3979 | | - wcwidth "^1.0.1" |
3980 | | - |
3981 | 3952 | pako@^0.2.5: |
3982 | 3953 | version "0.2.9" |
3983 | 3954 | resolved "https://registry.yarnpkg.com/pako/-/pako-0.2.9.tgz#f3f7522f4ef782348da8161bad9ecfd51bf83a75" |
@@ -5799,11 +5770,6 @@ uuid@^3.3.2: |
5799 | 5770 | resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866" |
5800 | 5771 | integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ== |
5801 | 5772 |
|
5802 | | -uuid@^7.0.2: |
5803 | | - version "7.0.3" |
5804 | | - resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b" |
5805 | | - integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg== |
5806 | | - |
5807 | 5773 | v8-compile-cache@^2.0.0: |
5808 | 5774 | version "2.1.0" |
5809 | 5775 | resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e" |
|
0 commit comments