|
2628 | 2628 | parse5 "^7.0.0" |
2629 | 2629 |
|
2630 | 2630 | "@types/jsdom@^21.1.6": |
2631 | | - version "21.1.6" |
2632 | | - resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-21.1.6.tgz#bcbc7b245787ea863f3da1ef19aa1dcfb9271a1b" |
2633 | | - integrity sha512-/7kkMsC+/kMs7gAYmmBR9P0vGTnOoLhQhyhQJSlXGI5bzTHp6xdo0TtKWQAsz6pmSAeVqKSbqeyP6hytqr9FDw== |
| 2631 | + version "21.1.7" |
| 2632 | + resolved "https://registry.yarnpkg.com/@types/jsdom/-/jsdom-21.1.7.tgz#9edcb09e0b07ce876e7833922d3274149c898cfa" |
| 2633 | + integrity sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA== |
2634 | 2634 | dependencies: |
2635 | 2635 | "@types/node" "*" |
2636 | 2636 | "@types/tough-cookie" "*" |
|
2669 | 2669 | integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g== |
2670 | 2670 |
|
2671 | 2671 | "@types/node@*": |
2672 | | - version "20.12.6" |
2673 | | - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.6.tgz#72d068870518d7da1d97b49db401e2d6a1805294" |
2674 | | - integrity sha512-3KurE8taB8GCvZBPngVbp0lk5CKi8M9f9k1rsADh0Evdz5SzJ+Q+Hx9uHoFGsLnLnd1xmkDQr2hVhlA0Mn0lKQ== |
| 2672 | + version "25.6.0" |
| 2673 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.6.0.tgz#4e09bad9b469871f2d0f68140198cbd714f4edca" |
| 2674 | + integrity sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ== |
2675 | 2675 | dependencies: |
2676 | | - undici-types "~5.26.4" |
| 2676 | + undici-types "~7.19.0" |
2677 | 2677 |
|
2678 | 2678 | "@types/node@^18.0.0": |
2679 | 2679 | version "18.19.31" |
@@ -4141,6 +4141,11 @@ entities@^4.4.0: |
4141 | 4141 | resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" |
4142 | 4142 | integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== |
4143 | 4143 |
|
| 4144 | +entities@^6.0.0: |
| 4145 | + version "6.0.1" |
| 4146 | + resolved "https://registry.yarnpkg.com/entities/-/entities-6.0.1.tgz#c28c34a43379ca7f61d074130b2f5f7020a30694" |
| 4147 | + integrity sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g== |
| 4148 | + |
4144 | 4149 | envinfo@^7.7.3: |
4145 | 4150 | version "7.12.0" |
4146 | 4151 | resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.12.0.tgz#b56723b39c2053d67ea5714f026d05d4f5cc7acd" |
@@ -7206,7 +7211,14 @@ parse-numeric-range@^1.3.0: |
7206 | 7211 | resolved "https://registry.yarnpkg.com/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz#7c63b61190d61e4d53a1197f0c83c47bb670ffa3" |
7207 | 7212 | integrity sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ== |
7208 | 7213 |
|
7209 | | -parse5@^7.0.0, parse5@^7.1.1, parse5@^7.1.2: |
| 7214 | +parse5@^7.0.0: |
| 7215 | + version "7.3.0" |
| 7216 | + resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.3.0.tgz#d7e224fa72399c7a175099f45fc2ad024b05ec05" |
| 7217 | + integrity sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw== |
| 7218 | + dependencies: |
| 7219 | + entities "^6.0.0" |
| 7220 | + |
| 7221 | +parse5@^7.1.1, parse5@^7.1.2: |
7210 | 7222 | version "7.1.2" |
7211 | 7223 | resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.1.2.tgz#0736bebbfd77793823240a23b7fc5e010b7f8e32" |
7212 | 7224 | integrity sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw== |
@@ -8799,6 +8811,11 @@ undici-types@~5.26.4: |
8799 | 8811 | resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" |
8800 | 8812 | integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== |
8801 | 8813 |
|
| 8814 | +undici-types@~7.19.0: |
| 8815 | + version "7.19.2" |
| 8816 | + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.19.2.tgz#1b67fc26d0f157a0cba3a58a5b5c1e2276b8ba2a" |
| 8817 | + integrity sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg== |
| 8818 | + |
8802 | 8819 | unicode-canonical-property-names-ecmascript@^2.0.0: |
8803 | 8820 | version "2.0.0" |
8804 | 8821 | resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc" |
|
0 commit comments