|
11 | 11 | "@jridgewell/trace-mapping" "^0.3.24"
|
12 | 12 |
|
13 | 13 | "@asamuzakjp/css-color@^3.1.2":
|
14 |
| - version "3.1.3" |
15 |
| - resolved "https://registry.yarnpkg.com/@asamuzakjp/css-color/-/css-color-3.1.3.tgz#e408e8756a0dc561ccf20f52931034ea509ee760" |
16 |
| - integrity sha512-u25AyjuNrRFGb1O7KmWEu0ExN6iJMlUmDSlOPW/11JF8khOrIGG6oCoYpC+4mZlthNVhFUahk68lNrNI91f6Yg== |
| 14 | + version "3.1.5" |
| 15 | + resolved "https://registry.yarnpkg.com/@asamuzakjp/css-color/-/css-color-3.1.5.tgz#b6bc36ad3a10289219102028f10e6d173165350a" |
| 16 | + integrity sha512-w7AmVyTTiU41fNLsFDf+gA2Dwtbx2EJtn2pbJNAGSRAg50loXy1uLXA3hEpD8+eydcomTurw09tq5/AyceCaGg== |
17 | 17 | dependencies:
|
18 | 18 | "@csstools/css-calc" "^2.1.3"
|
19 | 19 | "@csstools/css-color-parser" "^3.0.9"
|
|
3549 | 3549 | "@types/node" "*"
|
3550 | 3550 |
|
3551 | 3551 | "@types/node@*", "@types/node@>=8.1.0", "@types/node@^22.5.5":
|
3552 |
| - version "22.14.1" |
3553 |
| - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.1.tgz#53b54585cec81c21eee3697521e31312d6ca1e6f" |
3554 |
| - integrity sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw== |
| 3552 | + version "22.15.3" |
| 3553 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.3.tgz#b7fb9396a8ec5b5dfb1345d8ac2502060e9af68b" |
| 3554 | + integrity sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw== |
3555 | 3555 | dependencies:
|
3556 | 3556 | undici-types "~6.21.0"
|
3557 | 3557 |
|
|
3670 | 3670 | ts-api-utils "^2.0.1"
|
3671 | 3671 |
|
3672 | 3672 | "@typescript-eslint/eslint-plugin@^8.0.0":
|
3673 |
| - version "8.30.1" |
3674 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.30.1.tgz#9beb9e4fbfdde40410e96587cc56dded1942cdf1" |
3675 |
| - integrity sha512-v+VWphxMjn+1t48/jO4t950D6KR8JaJuNXzi33Ve6P8sEmPr5k6CEXjdGwT6+LodVnEa91EQCtwjWNUCPweo+Q== |
| 3673 | + version "8.31.1" |
| 3674 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.1.tgz#62f1befe59647524994e89de4516d8dcba7a850a" |
| 3675 | + integrity sha512-oUlH4h1ABavI4F0Xnl8/fOtML/eu8nI2A1nYd+f+55XI0BLu+RIqKoCiZKNo6DtqZBEQm5aNKA20G3Z5w3R6GQ== |
3676 | 3676 | dependencies:
|
3677 | 3677 | "@eslint-community/regexpp" "^4.10.0"
|
3678 |
| - "@typescript-eslint/scope-manager" "8.30.1" |
3679 |
| - "@typescript-eslint/type-utils" "8.30.1" |
3680 |
| - "@typescript-eslint/utils" "8.30.1" |
3681 |
| - "@typescript-eslint/visitor-keys" "8.30.1" |
| 3678 | + "@typescript-eslint/scope-manager" "8.31.1" |
| 3679 | + "@typescript-eslint/type-utils" "8.31.1" |
| 3680 | + "@typescript-eslint/utils" "8.31.1" |
| 3681 | + "@typescript-eslint/visitor-keys" "8.31.1" |
3682 | 3682 | graphemer "^1.4.0"
|
3683 | 3683 | ignore "^5.3.1"
|
3684 | 3684 | natural-compare "^1.4.0"
|
|
3707 | 3707 | debug "^4.3.4"
|
3708 | 3708 |
|
3709 | 3709 | "@typescript-eslint/parser@^8.0.0":
|
3710 |
| - version "8.30.1" |
3711 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.30.1.tgz#8a9fa650b046e64656e21d4fdff86535b6a084b6" |
3712 |
| - integrity sha512-H+vqmWwT5xoNrXqWs/fesmssOW70gxFlgcMlYcBaWNPIEWDgLa4W9nkSPmhuOgLnXq9QYgkZ31fhDyLhleCsAg== |
3713 |
| - dependencies: |
3714 |
| - "@typescript-eslint/scope-manager" "8.30.1" |
3715 |
| - "@typescript-eslint/types" "8.30.1" |
3716 |
| - "@typescript-eslint/typescript-estree" "8.30.1" |
3717 |
| - "@typescript-eslint/visitor-keys" "8.30.1" |
| 3710 | + version "8.31.1" |
| 3711 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.1.tgz#e9b0ccf30d37dde724ee4d15f4dbc195995cce1b" |
| 3712 | + integrity sha512-oU/OtYVydhXnumd0BobL9rkJg7wFJ9bFFPmSmB/bf/XWN85hlViji59ko6bSKBXyseT9V8l+CN1nwmlbiN0G7Q== |
| 3713 | + dependencies: |
| 3714 | + "@typescript-eslint/scope-manager" "8.31.1" |
| 3715 | + "@typescript-eslint/types" "8.31.1" |
| 3716 | + "@typescript-eslint/typescript-estree" "8.31.1" |
| 3717 | + "@typescript-eslint/visitor-keys" "8.31.1" |
3718 | 3718 | debug "^4.3.4"
|
3719 | 3719 |
|
3720 | 3720 | "@typescript-eslint/ [email protected]":
|
|
3733 | 3733 | "@typescript-eslint/types" "8.24.0"
|
3734 | 3734 | "@typescript-eslint/visitor-keys" "8.24.0"
|
3735 | 3735 |
|
3736 |
| -"@typescript-eslint/scope-manager@8.30.1": |
3737 |
| - version "8.30.1" |
3738 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.30.1.tgz#f99c7efd53b5ff9fb57e55be71eb855603fd80b7" |
3739 |
| - integrity sha512-+C0B6ChFXZkuaNDl73FJxRYT0G7ufVPOSQkqkpM/U198wUwUFOtgo1k/QzFh1KjpBitaK7R1tgjVz6o9HmsRPg== |
| 3736 | +"@typescript-eslint/scope-manager@8.31.1": |
| 3737 | + version "8.31.1" |
| 3738 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.1.tgz#1eb52e76878f545e4add142e0d8e3e97e7aa443b" |
| 3739 | + integrity sha512-BMNLOElPxrtNQMIsFHE+3P0Yf1z0dJqV9zLdDxN/xLlWMlXK/ApEsVEKzpizg9oal8bAT5Sc7+ocal7AC1HCVw== |
3740 | 3740 | dependencies:
|
3741 |
| - "@typescript-eslint/types" "8.30.1" |
3742 |
| - "@typescript-eslint/visitor-keys" "8.30.1" |
| 3741 | + "@typescript-eslint/types" "8.31.1" |
| 3742 | + "@typescript-eslint/visitor-keys" "8.31.1" |
3743 | 3743 |
|
3744 | 3744 | "@typescript-eslint/ [email protected]":
|
3745 | 3745 | version "6.9.1"
|
|
3761 | 3761 | debug "^4.3.4"
|
3762 | 3762 | ts-api-utils "^2.0.1"
|
3763 | 3763 |
|
3764 |
| -"@typescript-eslint/type-utils@8.30.1": |
3765 |
| - version "8.30.1" |
3766 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.30.1.tgz#151ee0529d6e6df19d8a3a23e81c809d2e4f6b1a" |
3767 |
| - integrity sha512-64uBF76bfQiJyHgZISC7vcNz3adqQKIccVoKubyQcOnNcdJBvYOILV1v22Qhsw3tw3VQu5ll8ND6hycgAR5fEA== |
| 3764 | +"@typescript-eslint/type-utils@8.31.1": |
| 3765 | + version "8.31.1" |
| 3766 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.1.tgz#be0f438fb24b03568e282a0aed85f776409f970c" |
| 3767 | + integrity sha512-fNaT/m9n0+dpSp8G/iOQ05GoHYXbxw81x+yvr7TArTuZuCA6VVKbqWYVZrV5dVagpDTtj/O8k5HBEE/p/HM5LA== |
3768 | 3768 | dependencies:
|
3769 |
| - "@typescript-eslint/typescript-estree" "8.30.1" |
3770 |
| - "@typescript-eslint/utils" "8.30.1" |
| 3769 | + "@typescript-eslint/typescript-estree" "8.31.1" |
| 3770 | + "@typescript-eslint/utils" "8.31.1" |
3771 | 3771 | debug "^4.3.4"
|
3772 | 3772 | ts-api-utils "^2.0.1"
|
3773 | 3773 |
|
|
3781 | 3781 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.0.tgz#694e7fb18d70506c317b816de9521300b0f72c8e"
|
3782 | 3782 | integrity sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw==
|
3783 | 3783 |
|
3784 |
| -"@typescript-eslint/types@8.30.1": |
3785 |
| - version "8.30.1" |
3786 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.30.1.tgz#20ff6d66ab3d8fe0533aeb7092a487393d53f925" |
3787 |
| - integrity sha512-81KawPfkuulyWo5QdyG/LOKbspyyiW+p4vpn4bYO7DM/hZImlVnFwrpCTnmNMOt8CvLRr5ojI9nU1Ekpw4RcEw== |
| 3784 | +"@typescript-eslint/types@8.31.1": |
| 3785 | + version "8.31.1" |
| 3786 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.1.tgz#478ed6f7e8aee1be7b63a60212b6bffe1423b5d4" |
| 3787 | + integrity sha512-SfepaEFUDQYRoA70DD9GtytljBePSj17qPxFHA/h3eg6lPTqGJ5mWOtbXCk1YrVU1cTJRd14nhaXWFu0l2troQ== |
3788 | 3788 |
|
3789 | 3789 | "@typescript-eslint/ [email protected]":
|
3790 | 3790 | version "6.9.1"
|
|
3813 | 3813 | semver "^7.6.0"
|
3814 | 3814 | ts-api-utils "^2.0.1"
|
3815 | 3815 |
|
3816 |
| -"@typescript-eslint/typescript-estree@8.30.1": |
3817 |
| - version "8.30.1" |
3818 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.30.1.tgz#f5c133e4a76a54d25607434f2c276409d7bec4ba" |
3819 |
| - integrity sha512-kQQnxymiUy9tTb1F2uep9W6aBiYODgq5EMSk6Nxh4Z+BDUoYUSa029ISs5zTzKBFnexQEh71KqwjKnRz58lusQ== |
| 3816 | +"@typescript-eslint/typescript-estree@8.31.1": |
| 3817 | + version "8.31.1" |
| 3818 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.1.tgz#37792fe7ef4d3021c7580067c8f1ae66daabacdf" |
| 3819 | + integrity sha512-kaA0ueLe2v7KunYOyWYtlf/QhhZb7+qh4Yw6Ni5kgukMIG+iP773tjgBiLWIXYumWCwEq3nLW+TUywEp8uEeag== |
3820 | 3820 | dependencies:
|
3821 |
| - "@typescript-eslint/types" "8.30.1" |
3822 |
| - "@typescript-eslint/visitor-keys" "8.30.1" |
| 3821 | + "@typescript-eslint/types" "8.31.1" |
| 3822 | + "@typescript-eslint/visitor-keys" "8.31.1" |
3823 | 3823 | debug "^4.3.4"
|
3824 | 3824 | fast-glob "^3.3.2"
|
3825 | 3825 | is-glob "^4.0.3"
|
|
3850 | 3850 | "@typescript-eslint/types" "8.24.0"
|
3851 | 3851 | "@typescript-eslint/typescript-estree" "8.24.0"
|
3852 | 3852 |
|
3853 |
| -"@typescript-eslint/utils@8.30.1": |
3854 |
| - version "8.30.1" |
3855 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.30.1.tgz#23d4824394765948fe73dc7113892f85fdc80efd" |
3856 |
| - integrity sha512-T/8q4R9En2tcEsWPQgB5BQ0XJVOtfARcUvOa8yJP3fh9M/mXraLxZrkCfGb6ChrO/V3W+Xbd04RacUEqk1CFEQ== |
| 3853 | +"@typescript-eslint/utils@8.31.1": |
| 3854 | + version "8.31.1" |
| 3855 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.1.tgz#5628ea0393598a0b2f143d0fc6d019f0dee9dd14" |
| 3856 | + integrity sha512-2DSI4SNfF5T4oRveQ4nUrSjUqjMND0nLq9rEkz0gfGr3tg0S5KB6DhwR+WZPCjzkZl3cH+4x2ce3EsL50FubjQ== |
3857 | 3857 | dependencies:
|
3858 | 3858 | "@eslint-community/eslint-utils" "^4.4.0"
|
3859 |
| - "@typescript-eslint/scope-manager" "8.30.1" |
3860 |
| - "@typescript-eslint/types" "8.30.1" |
3861 |
| - "@typescript-eslint/typescript-estree" "8.30.1" |
| 3859 | + "@typescript-eslint/scope-manager" "8.31.1" |
| 3860 | + "@typescript-eslint/types" "8.31.1" |
| 3861 | + "@typescript-eslint/typescript-estree" "8.31.1" |
3862 | 3862 |
|
3863 | 3863 | "@typescript-eslint/ [email protected]":
|
3864 | 3864 | version "6.9.1"
|
|
3876 | 3876 | "@typescript-eslint/types" "8.24.0"
|
3877 | 3877 | eslint-visitor-keys "^4.2.0"
|
3878 | 3878 |
|
3879 |
| -"@typescript-eslint/visitor-keys@8.30.1": |
3880 |
| - version "8.30.1" |
3881 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.30.1.tgz#510955ef1fb56e08da4b7953a3377258e5942e36" |
3882 |
| - integrity sha512-aEhgas7aJ6vZnNFC7K4/vMGDGyOiqWcYZPpIWrTKuTAlsvDNKy2GFDqh9smL+iq069ZvR0YzEeq0B8NJlLzjFA== |
| 3879 | +"@typescript-eslint/visitor-keys@8.31.1": |
| 3880 | + version "8.31.1" |
| 3881 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.1.tgz#6742b0e3ba1e0c1e35bdaf78c03e759eb8dd8e75" |
| 3882 | + integrity sha512-I+/rgqOVBn6f0o7NDTmAPWWC6NuqhV174lfYvAm9fUaWeiefLdux9/YI3/nLugEn9L8fcSi0XmpKi/r5u0nmpw== |
3883 | 3883 | dependencies:
|
3884 |
| - "@typescript-eslint/types" "8.30.1" |
| 3884 | + "@typescript-eslint/types" "8.31.1" |
3885 | 3885 | eslint-visitor-keys "^4.2.0"
|
3886 | 3886 |
|
3887 | 3887 | "@ungap/structured-clone@^1.2.0":
|
@@ -4235,9 +4235,9 @@ axios@^0.26.1:
|
4235 | 4235 | follow-redirects "^1.14.8"
|
4236 | 4236 |
|
4237 | 4237 | axios@^1.0.0, axios@^1.3.4:
|
4238 |
| - version "1.8.4" |
4239 |
| - resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.4.tgz#78990bb4bc63d2cae072952d374835950a82f447" |
4240 |
| - integrity sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw== |
| 4238 | + version "1.9.0" |
| 4239 | + resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901" |
| 4240 | + integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg== |
4241 | 4241 | dependencies:
|
4242 | 4242 | follow-redirects "^1.15.6"
|
4243 | 4243 | form-data "^4.0.0"
|
@@ -4341,9 +4341,9 @@ bare-events@^2.2.0, bare-events@^2.5.4:
|
4341 | 4341 | integrity sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==
|
4342 | 4342 |
|
4343 | 4343 | bare-fs@^4.0.1:
|
4344 |
| - version "4.1.2" |
4345 |
| - resolved "https://registry.yarnpkg.com/bare-fs/-/bare-fs-4.1.2.tgz#5b048298019f489979d5a6afb480f5204ad4e89b" |
4346 |
| - integrity sha512-8wSeOia5B7LwD4+h465y73KOdj5QHsbbuoUfPBi+pXgFJIPuG7SsiOdJuijWMyfid49eD+WivpfY7KT8gbAzBA== |
| 4344 | + version "4.1.3" |
| 4345 | + resolved "https://registry.yarnpkg.com/bare-fs/-/bare-fs-4.1.3.tgz#9b23313163d844e807aa6eafb4ba82b5f070eefc" |
| 4346 | + integrity sha512-OeEZYIg+2qepaWLyphaOXHAHKo3xkM8y3BeGAvHdMN8GNWvEAU1Yw6rYpGzu/wDDbKxgEjVeVDpgGhDzaeMpjg== |
4347 | 4347 | dependencies:
|
4348 | 4348 | bare-events "^2.5.4"
|
4349 | 4349 | bare-path "^3.0.0"
|
@@ -5475,9 +5475,9 @@ delayed-stream@~1.0.0:
|
5475 | 5475 | integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==
|
5476 | 5476 |
|
5477 | 5477 | detect-libc@^2.0.0, detect-libc@^2.0.1, detect-libc@^2.0.2, detect-libc@^2.0.3:
|
5478 |
| - version "2.0.3" |
5479 |
| - resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.0.3.tgz#f0cd503b40f9939b894697d19ad50895e30cf700" |
5480 |
| - integrity sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw== |
| 5478 | + version "2.0.4" |
| 5479 | + resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.0.4.tgz#f04715b8ba815e53b4d8109655b6508a6865a7e8" |
| 5480 | + integrity sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA== |
5481 | 5481 |
|
5482 | 5482 | detect-newline@^3.0.0:
|
5483 | 5483 | version "3.1.0"
|
@@ -5688,9 +5688,9 @@ ejs@^3.1.10:
|
5688 | 5688 | jake "^10.8.5"
|
5689 | 5689 |
|
5690 | 5690 | electron-to-chromium@^1.5.73:
|
5691 |
| - version "1.5.139" |
5692 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.139.tgz#56ae7d42439e2967a54badbadaeb12f748987f37" |
5693 |
| - integrity sha512-GGnRYOTdN5LYpwbIr0rwP/ZHOQSvAF6TG0LSzp28uCBb9JiXHJGmaaKw29qjNJc5bGnnp6kXJqRnGMQoELwi5w== |
| 5691 | + version "1.5.144" |
| 5692 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.144.tgz#9804fd6c342802e1d4b4fe57babbe8b64ca0b46c" |
| 5693 | + integrity sha512-eJIaMRKeAzxfBSxtjYnoIAw/tdD6VIH6tHBZepZnAbE3Gyqqs5mGN87DvcldPUbVkIljTK8pY0CMcUljP64lfQ== |
5694 | 5694 |
|
5695 | 5695 |
|
5696 | 5696 | version "3.0.0"
|
@@ -5808,6 +5808,11 @@ entities@^4.2.0, entities@^4.4.0, entities@^4.5.0:
|
5808 | 5808 | resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
|
5809 | 5809 | integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
|
5810 | 5810 |
|
| 5811 | +entities@^6.0.0: |
| 5812 | + version "6.0.0" |
| 5813 | + resolved "https://registry.yarnpkg.com/entities/-/entities-6.0.0.tgz#09c9e29cb79b0a6459a9b9db9efb418ac5bb8e51" |
| 5814 | + integrity sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw== |
| 5815 | + |
5811 | 5816 | environment@^1.0.0:
|
5812 | 5817 | version "1.1.0"
|
5813 | 5818 | resolved "https://registry.yarnpkg.com/environment/-/environment-1.1.0.tgz#8e86c66b180f363c7ab311787e0259665f45a9f1"
|
@@ -9569,11 +9574,11 @@ parse5-parser-stream@^7.1.2:
|
9569 | 9574 | parse5 "^7.0.0"
|
9570 | 9575 |
|
9571 | 9576 | parse5@^7.0.0, parse5@^7.1.2:
|
9572 |
| - version "7.2.1" |
9573 |
| - resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.2.1.tgz#8928f55915e6125f430cc44309765bf17556a33a" |
9574 |
| - integrity sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ== |
| 9577 | + version "7.3.0" |
| 9578 | + resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.3.0.tgz#d7e224fa72399c7a175099f45fc2ad024b05ec05" |
| 9579 | + integrity sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw== |
9575 | 9580 | dependencies:
|
9576 |
| - entities "^4.5.0" |
| 9581 | + entities "^6.0.0" |
9577 | 9582 |
|
9578 | 9583 | parseley@^0.12.0:
|
9579 | 9584 | version "0.12.1"
|
@@ -11421,9 +11426,9 @@ type-fest@^1.0.2:
|
11421 | 11426 | integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
|
11422 | 11427 |
|
11423 | 11428 | type-fest@^4.18.2, type-fest@^4.21.0, type-fest@^4.39.1:
|
11424 |
| - version "4.40.0" |
11425 |
| - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.40.0.tgz#62bc09caccb99a75e1ad6b9b4653e8805e5e1eee" |
11426 |
| - integrity sha512-ABHZ2/tS2JkvH1PEjxFDTUWC8dB5OsIGZP4IFLhR293GqT5Y5qB1WwL2kMPYhQW9DVgVD8Hd7I8gjwPIf5GFkw== |
| 11429 | + version "4.40.1" |
| 11430 | + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.40.1.tgz#d78a09f08dd1081a434dd377967650cfd565401d" |
| 11431 | + integrity sha512-9YvLNnORDpI+vghLU/Nf+zSv0kL47KbVJ1o3sKgoTefl6i+zebxbiDQWoe/oWWqPhIgQdRZRT1KA9sCPL810SA== |
11427 | 11432 |
|
11428 | 11433 | typed-array-buffer@^1.0.3:
|
11429 | 11434 | version "1.0.3"
|
|
0 commit comments