|
30 | 30 | "@babel/highlight" "^7.22.13" |
31 | 31 | chalk "^2.4.2" |
32 | 32 |
|
| 33 | +"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0": |
| 34 | + version "7.26.2" |
| 35 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 36 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 37 | + dependencies: |
| 38 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 39 | + js-tokens "^4.0.0" |
| 40 | + picocolors "^1.0.0" |
| 41 | + |
33 | 42 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.15.0": |
34 | 43 | version "7.15.0" |
35 | 44 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" |
|
40 | 49 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.2.tgz#6a12ced93455827037bfb5ed8492820d60fc32cc" |
41 | 50 | integrity sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ== |
42 | 51 |
|
| 52 | +"@babel/compat-data@^7.25.9": |
| 53 | + version "7.26.2" |
| 54 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.2.tgz#278b6b13664557de95b8f35b90d96785850bb56e" |
| 55 | + integrity sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg== |
| 56 | + |
| 57 | +"@babel/core@^7.0.0-0": |
| 58 | + version "7.26.0" |
| 59 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
| 60 | + integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
| 61 | + dependencies: |
| 62 | + "@ampproject/remapping" "^2.2.0" |
| 63 | + "@babel/code-frame" "^7.26.0" |
| 64 | + "@babel/generator" "^7.26.0" |
| 65 | + "@babel/helper-compilation-targets" "^7.25.9" |
| 66 | + "@babel/helper-module-transforms" "^7.26.0" |
| 67 | + "@babel/helpers" "^7.26.0" |
| 68 | + "@babel/parser" "^7.26.0" |
| 69 | + "@babel/template" "^7.25.9" |
| 70 | + "@babel/traverse" "^7.25.9" |
| 71 | + "@babel/types" "^7.26.0" |
| 72 | + convert-source-map "^2.0.0" |
| 73 | + debug "^4.1.0" |
| 74 | + gensync "^1.0.0-beta.2" |
| 75 | + json5 "^2.2.3" |
| 76 | + semver "^6.3.1" |
| 77 | + |
43 | 78 | "@babel/core@^7.12.0", "@babel/core@^7.3.4": |
44 | 79 | version "7.15.0" |
45 | 80 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8" |
|
110 | 145 | "@jridgewell/trace-mapping" "^0.3.17" |
111 | 146 | jsesc "^2.5.1" |
112 | 147 |
|
| 148 | +"@babel/generator@^7.25.9", "@babel/generator@^7.26.0": |
| 149 | + version "7.26.2" |
| 150 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.2.tgz#87b75813bec87916210e5e01939a4c823d6bb74f" |
| 151 | + integrity sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw== |
| 152 | + dependencies: |
| 153 | + "@babel/parser" "^7.26.2" |
| 154 | + "@babel/types" "^7.26.0" |
| 155 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 156 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 157 | + jsesc "^3.0.2" |
| 158 | + |
113 | 159 | "@babel/helper-annotate-as-pure@^7.14.5": |
114 | 160 | version "7.14.5" |
115 | 161 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61" |
|
160 | 206 | lru-cache "^5.1.1" |
161 | 207 | semver "^6.3.1" |
162 | 208 |
|
| 209 | +"@babel/helper-compilation-targets@^7.25.9": |
| 210 | + version "7.25.9" |
| 211 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875" |
| 212 | + integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ== |
| 213 | + dependencies: |
| 214 | + "@babel/compat-data" "^7.25.9" |
| 215 | + "@babel/helper-validator-option" "^7.25.9" |
| 216 | + browserslist "^4.24.0" |
| 217 | + lru-cache "^5.1.1" |
| 218 | + semver "^6.3.1" |
| 219 | + |
163 | 220 | "@babel/helper-create-class-features-plugin@^7.14.5", "@babel/helper-create-class-features-plugin@^7.15.0": |
164 | 221 | version "7.15.0" |
165 | 222 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.0.tgz#c9a137a4d137b2d0e2c649acf536d7ba1a76c0f7" |
|
307 | 364 | dependencies: |
308 | 365 | "@babel/types" "^7.22.15" |
309 | 366 |
|
| 367 | +"@babel/helper-module-imports@^7.25.9": |
| 368 | + version "7.25.9" |
| 369 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715" |
| 370 | + integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw== |
| 371 | + dependencies: |
| 372 | + "@babel/traverse" "^7.25.9" |
| 373 | + "@babel/types" "^7.25.9" |
| 374 | + |
310 | 375 | "@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.0": |
311 | 376 | version "7.15.0" |
312 | 377 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08" |
|
332 | 397 | "@babel/helper-split-export-declaration" "^7.22.6" |
333 | 398 | "@babel/helper-validator-identifier" "^7.22.20" |
334 | 399 |
|
| 400 | +"@babel/helper-module-transforms@^7.26.0": |
| 401 | + version "7.26.0" |
| 402 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
| 403 | + integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
| 404 | + dependencies: |
| 405 | + "@babel/helper-module-imports" "^7.25.9" |
| 406 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 407 | + "@babel/traverse" "^7.25.9" |
| 408 | + |
335 | 409 | "@babel/helper-optimise-call-expression@^7.14.5": |
336 | 410 | version "7.14.5" |
337 | 411 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c" |
|
440 | 514 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
441 | 515 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
442 | 516 |
|
| 517 | +"@babel/helper-string-parser@^7.25.9": |
| 518 | + version "7.25.9" |
| 519 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 520 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 521 | + |
443 | 522 | "@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9": |
444 | 523 | version "7.14.9" |
445 | 524 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48" |
|
450 | 529 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
451 | 530 | integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
452 | 531 |
|
| 532 | +"@babel/helper-validator-identifier@^7.25.9": |
| 533 | + version "7.25.9" |
| 534 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 535 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 536 | + |
453 | 537 | "@babel/helper-validator-option@^7.14.5": |
454 | 538 | version "7.14.5" |
455 | 539 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3" |
|
460 | 544 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040" |
461 | 545 | integrity sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA== |
462 | 546 |
|
| 547 | +"@babel/helper-validator-option@^7.25.9": |
| 548 | + version "7.25.9" |
| 549 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72" |
| 550 | + integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw== |
| 551 | + |
463 | 552 | "@babel/helper-wrap-function@^7.14.5": |
464 | 553 | version "7.14.5" |
465 | 554 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.14.5.tgz#5919d115bf0fe328b8a5d63bcb610f51601f2bff" |
|
497 | 586 | "@babel/traverse" "^7.23.2" |
498 | 587 | "@babel/types" "^7.23.0" |
499 | 588 |
|
| 589 | +"@babel/helpers@^7.26.0": |
| 590 | + version "7.26.0" |
| 591 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
| 592 | + integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
| 593 | + dependencies: |
| 594 | + "@babel/template" "^7.25.9" |
| 595 | + "@babel/types" "^7.26.0" |
| 596 | + |
500 | 597 | "@babel/highlight@^7.14.5": |
501 | 598 | version "7.14.5" |
502 | 599 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9" |
|
525 | 622 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
526 | 623 | integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
527 | 624 |
|
| 625 | +"@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.2": |
| 626 | + version "7.26.2" |
| 627 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11" |
| 628 | + integrity sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ== |
| 629 | + dependencies: |
| 630 | + "@babel/types" "^7.26.0" |
| 631 | + |
528 | 632 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15": |
529 | 633 | version "7.22.15" |
530 | 634 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.15.tgz#02dc8a03f613ed5fdc29fb2f728397c78146c962" |
|
1805 | 1909 | "@babel/parser" "^7.22.15" |
1806 | 1910 | "@babel/types" "^7.22.15" |
1807 | 1911 |
|
| 1912 | +"@babel/template@^7.25.9": |
| 1913 | + version "7.25.9" |
| 1914 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016" |
| 1915 | + integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg== |
| 1916 | + dependencies: |
| 1917 | + "@babel/code-frame" "^7.25.9" |
| 1918 | + "@babel/parser" "^7.25.9" |
| 1919 | + "@babel/types" "^7.25.9" |
| 1920 | + |
1808 | 1921 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8", "@babel/traverse@^7.15.0", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0": |
1809 | 1922 | version "7.15.0" |
1810 | 1923 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98" |
|
1836 | 1949 | debug "^4.1.0" |
1837 | 1950 | globals "^11.1.0" |
1838 | 1951 |
|
| 1952 | +"@babel/traverse@^7.25.9": |
| 1953 | + version "7.25.9" |
| 1954 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84" |
| 1955 | + integrity sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw== |
| 1956 | + dependencies: |
| 1957 | + "@babel/code-frame" "^7.25.9" |
| 1958 | + "@babel/generator" "^7.25.9" |
| 1959 | + "@babel/parser" "^7.25.9" |
| 1960 | + "@babel/template" "^7.25.9" |
| 1961 | + "@babel/types" "^7.25.9" |
| 1962 | + debug "^4.3.1" |
| 1963 | + globals "^11.1.0" |
| 1964 | + |
1839 | 1965 | "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.7.2": |
1840 | 1966 | version "7.15.0" |
1841 | 1967 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd" |
|
1853 | 1979 | "@babel/helper-validator-identifier" "^7.22.20" |
1854 | 1980 | to-fast-properties "^2.0.0" |
1855 | 1981 |
|
| 1982 | +"@babel/types@^7.25.9", "@babel/types@^7.26.0": |
| 1983 | + version "7.26.0" |
| 1984 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
| 1985 | + integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== |
| 1986 | + dependencies: |
| 1987 | + "@babel/helper-string-parser" "^7.25.9" |
| 1988 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1989 | + |
1856 | 1990 | "@cnakazawa/watch@^1.0.3": |
1857 | 1991 | version "1.0.4" |
1858 | 1992 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a" |
|
2334 | 2468 | "@jridgewell/sourcemap-codec" "^1.4.10" |
2335 | 2469 | "@jridgewell/trace-mapping" "^0.3.9" |
2336 | 2470 |
|
| 2471 | +"@jridgewell/gen-mapping@^0.3.5": |
| 2472 | + version "0.3.5" |
| 2473 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" |
| 2474 | + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== |
| 2475 | + dependencies: |
| 2476 | + "@jridgewell/set-array" "^1.2.1" |
| 2477 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 2478 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 2479 | + |
2337 | 2480 | "@jridgewell/resolve-uri@^3.1.0": |
2338 | 2481 | version "3.1.1" |
2339 | 2482 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
|
2344 | 2487 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
2345 | 2488 | integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
2346 | 2489 |
|
| 2490 | +"@jridgewell/set-array@^1.2.1": |
| 2491 | + version "1.2.1" |
| 2492 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" |
| 2493 | + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== |
| 2494 | + |
2347 | 2495 | "@jridgewell/source-map@^0.3.3": |
2348 | 2496 | version "0.3.5" |
2349 | 2497 | resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.5.tgz#a3bb4d5c6825aab0d281268f47f6ad5853431e91" |
|
2365 | 2513 | "@jridgewell/resolve-uri" "^3.1.0" |
2366 | 2514 | "@jridgewell/sourcemap-codec" "^1.4.14" |
2367 | 2515 |
|
| 2516 | +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": |
| 2517 | + version "0.3.25" |
| 2518 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" |
| 2519 | + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== |
| 2520 | + dependencies: |
| 2521 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 2522 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 2523 | + |
2368 | 2524 | "@lint-todo/utils@^13.1.1": |
2369 | 2525 | version "13.1.1" |
2370 | 2526 | resolved "https://registry.yarnpkg.com/@lint-todo/utils/-/utils-13.1.1.tgz#5c054d61ee037b9e552add118264771122cc1166" |
@@ -5157,6 +5313,16 @@ browserslist@^4.14.5, browserslist@^4.21.9, browserslist@^4.22.1: |
5157 | 5313 | node-releases "^2.0.13" |
5158 | 5314 | update-browserslist-db "^1.0.13" |
5159 | 5315 |
|
| 5316 | +browserslist@^4.24.0: |
| 5317 | + version "4.24.2" |
| 5318 | + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.2.tgz#f5845bc91069dbd55ee89faf9822e1d885d16580" |
| 5319 | + integrity sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg== |
| 5320 | + dependencies: |
| 5321 | + caniuse-lite "^1.0.30001669" |
| 5322 | + electron-to-chromium "^1.5.41" |
| 5323 | + node-releases "^2.0.18" |
| 5324 | + update-browserslist-db "^1.1.1" |
| 5325 | + |
5160 | 5326 | |
5161 | 5327 | version "2.1.1" |
5162 | 5328 | resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05" |
@@ -5361,6 +5527,11 @@ caniuse-lite@^1.0.30001541: |
5361 | 5527 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001561.tgz#752f21f56f96f1b1a52e97aae98c57c562d5d9da" |
5362 | 5528 | integrity sha512-NTt0DNoKe958Q0BE0j0c1V9jbUzhBxHIEJy7asmGrpE0yG63KTV7PLHPnK2E1O9RsQrQ081I3NLuXGS6zht3cw== |
5363 | 5529 |
|
| 5530 | +caniuse-lite@^1.0.30001669: |
| 5531 | + version "1.0.30001676" |
| 5532 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001676.tgz#fe133d41fe74af8f7cc93b8a714c3e86a86e6f04" |
| 5533 | + integrity sha512-Qz6zwGCiPghQXGJvgQAem79esjitvJ+CxSbSQkW9H/UX5hg8XM88d4lp2W+MEQ81j+Hip58Il+jGVdazk1z9cw== |
| 5534 | + |
5364 | 5535 | capture-exit@^2.0.0: |
5365 | 5536 | version "2.0.0" |
5366 | 5537 | resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4" |
@@ -6448,6 +6619,11 @@ electron-to-chromium@^1.4.535: |
6448 | 6619 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.576.tgz#0c6940fdc0d60f7e34bd742b29d8fa847c9294d1" |
6449 | 6620 | integrity sha512-yXsZyXJfAqzWk1WKryr0Wl0MN2D47xodPvEEwlVePBnhU5E7raevLQR+E6b9JAD3GfL/7MbAL9ZtWQQPcLx7wA== |
6450 | 6621 |
|
| 6622 | +electron-to-chromium@^1.5.41: |
| 6623 | + version "1.5.49" |
| 6624 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.49.tgz#9358f514ab6eeed809a8689f4b39ea5114ae729c" |
| 6625 | + integrity sha512-ZXfs1Of8fDb6z7WEYZjXpgIRF6MEu8JdeGA0A40aZq6OQbS+eJpnnV49epZRna2DU/YsEjSQuGtQPPtvt6J65A== |
| 6626 | + |
6451 | 6627 | ember-auto-import@^2.5.0, ember-auto-import@^2.6.0, ember-auto-import@^2.6.1, ember-auto-import@^2.6.3: |
6452 | 6628 | version "2.6.3" |
6453 | 6629 | resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-2.6.3.tgz#f18d1b93dd10b08ba5496518436f9d56dd4e000a" |
@@ -7399,6 +7575,11 @@ escalade@^3.1.1: |
7399 | 7575 | resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" |
7400 | 7576 | integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== |
7401 | 7577 |
|
| 7578 | +escalade@^3.2.0: |
| 7579 | + version "3.2.0" |
| 7580 | + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5" |
| 7581 | + integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA== |
| 7582 | + |
7402 | 7583 | escape-goat@^2.0.0: |
7403 | 7584 | version "2.1.1" |
7404 | 7585 | resolved "https://registry.yarnpkg.com/escape-goat/-/escape-goat-2.1.1.tgz#1b2dc77003676c457ec760b2dc68edb648188675" |
@@ -10128,6 +10309,11 @@ jsesc@^2.5.1: |
10128 | 10309 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" |
10129 | 10310 | integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== |
10130 | 10311 |
|
| 10312 | +jsesc@^3.0.2: |
| 10313 | + version "3.0.2" |
| 10314 | + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e" |
| 10315 | + integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g== |
| 10316 | + |
10131 | 10317 | jsesc@~0.3.x: |
10132 | 10318 | version "0.3.0" |
10133 | 10319 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.3.0.tgz#1bf5ee63b4539fe2e26d0c1e99c240b97a457972" |
@@ -11441,6 +11627,11 @@ node-releases@^2.0.13: |
11441 | 11627 | resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d" |
11442 | 11628 | integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ== |
11443 | 11629 |
|
| 11630 | +node-releases@^2.0.18: |
| 11631 | + version "2.0.18" |
| 11632 | + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f" |
| 11633 | + integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g== |
| 11634 | + |
11444 | 11635 | |
11445 | 11636 | version "0.7.3" |
11446 | 11637 | resolved "https://registry.yarnpkg.com/node-watch/-/node-watch-0.7.3.tgz#6d4db88e39c8d09d3ea61d6568d80e5975abc7ab" |
@@ -12058,6 +12249,11 @@ picocolors@^1.0.0: |
12058 | 12249 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" |
12059 | 12250 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== |
12060 | 12251 |
|
| 12252 | +picocolors@^1.1.0: |
| 12253 | + version "1.1.1" |
| 12254 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 12255 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 12256 | + |
12061 | 12257 | picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1: |
12062 | 12258 | version "2.2.2" |
12063 | 12259 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" |
@@ -14713,6 +14909,14 @@ update-browserslist-db@^1.0.13: |
14713 | 14909 | escalade "^3.1.1" |
14714 | 14910 | picocolors "^1.0.0" |
14715 | 14911 |
|
| 14912 | +update-browserslist-db@^1.1.1: |
| 14913 | + version "1.1.1" |
| 14914 | + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz#80846fba1d79e82547fb661f8d141e0945755fe5" |
| 14915 | + integrity sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A== |
| 14916 | + dependencies: |
| 14917 | + escalade "^3.2.0" |
| 14918 | + picocolors "^1.1.0" |
| 14919 | + |
14716 | 14920 | |
14717 | 14921 | version "5.0.1" |
14718 | 14922 | resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-5.0.1.tgz#1f92d45fb1f70b9e33880a72dd262bc12d22c20d" |
|
0 commit comments