|
645 | 645 | dependencies: |
646 | 646 | "@types/unist" "*" |
647 | 647 |
|
648 | | -"@types/node@*", "@types/node@^20.0.0": |
649 | | - version "20.19.20" |
650 | | - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.20.tgz#116f5432a1e6383415a57cf5e00b5ac9b2a2ad03" |
651 | | - integrity sha512-2Q7WS25j4pS1cS8yw3d6buNCVJukOTeQ39bAnwR6sOJbaxvyCGebzTMypDFN82CxBLnl+lSWVdCCWbRY6y9yZQ== |
| 648 | +"@types/node@*", "@types/node@>=20.0.0": |
| 649 | + version "25.5.0" |
| 650 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.5.0.tgz#5c99f37c443d9ccc4985866913f1ed364217da31" |
| 651 | + integrity sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw== |
652 | 652 | dependencies: |
653 | | - undici-types "~6.21.0" |
| 653 | + undici-types "~7.18.0" |
654 | 654 |
|
655 | 655 | "@types/q@^0.0.32": |
656 | 656 | version "0.0.32" |
|
677 | 677 | resolved "https://registry.yarnpkg.com/@types/whatwg-mimetype/-/whatwg-mimetype-3.0.2.tgz#e5e06dcd3e92d4e622ef0129637707d66c28d6a4" |
678 | 678 | integrity sha512-c2AKvDT8ToxLIOUlN51gTiHXflsfIFisS4pO7pDPoKouJCESkhZnEy623gwP9laCy5lnLDAw1vAzu2vM2YLOrA== |
679 | 679 |
|
| 680 | +"@types/ws@^8.18.1": |
| 681 | + version "8.18.1" |
| 682 | + resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.18.1.tgz#48464e4bf2ddfd17db13d845467f6070ffea4aa9" |
| 683 | + integrity sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg== |
| 684 | + dependencies: |
| 685 | + "@types/node" "*" |
| 686 | + |
680 | 687 | "@typescript-eslint/eslint-plugin@^5.58.0": |
681 | 688 | version "5.58.0" |
682 | 689 | resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.58.0.tgz#b1d4b0ad20243269d020ef9bbb036a40b0849829" |
@@ -1917,6 +1924,11 @@ entities@^6.0.0: |
1917 | 1924 | resolved "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz#c28c34a43379ca7f61d074130b2f5f7020a30694" |
1918 | 1925 | integrity sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g== |
1919 | 1926 |
|
| 1927 | +entities@^7.0.1: |
| 1928 | + version "7.0.1" |
| 1929 | + resolved "https://registry.yarnpkg.com/entities/-/entities-7.0.1.tgz#26e8a88889db63417dcb9a1e79a3f1bc92b5976b" |
| 1930 | + integrity sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA== |
| 1931 | + |
1920 | 1932 | envinfo@^7.7.3: |
1921 | 1933 | version "7.8.1" |
1922 | 1934 | resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.8.1.tgz#06377e3e5f4d379fea7ac592d5ad8927e0c4d475" |
@@ -2822,13 +2834,16 @@ gzip-size@^5.1.1: |
2822 | 2834 | pify "^4.0.1" |
2823 | 2835 |
|
2824 | 2836 | happy-dom@^20.0.0: |
2825 | | - version "20.0.2" |
2826 | | - resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-20.0.2.tgz#da676a1e3d0742aff8ba4789db90445842538808" |
2827 | | - integrity sha512-pYOyu624+6HDbY+qkjILpQGnpvZOusItCk+rvF5/V+6NkcgTKnbOldpIy22tBnxoaLtlM9nXgoqAcW29/B7CIw== |
| 2837 | + version "20.8.8" |
| 2838 | + resolved "https://registry.yarnpkg.com/happy-dom/-/happy-dom-20.8.8.tgz#ad87a83340161943d7f7425dae9ca237b6cd4bc7" |
| 2839 | + integrity sha512-5/F8wxkNxYtsN0bXfMwIyNLZ9WYsoOYPbmoluqVJqv8KBUbcyKZawJ7uYK4WTX8IHBLYv+VXIwfeNDPy1oKMwQ== |
2828 | 2840 | dependencies: |
2829 | | - "@types/node" "^20.0.0" |
| 2841 | + "@types/node" ">=20.0.0" |
2830 | 2842 | "@types/whatwg-mimetype" "^3.0.2" |
| 2843 | + "@types/ws" "^8.18.1" |
| 2844 | + entities "^7.0.1" |
2831 | 2845 | whatwg-mimetype "^3.0.0" |
| 2846 | + ws "^8.18.3" |
2832 | 2847 |
|
2833 | 2848 | har-schema@^2.0.0: |
2834 | 2849 | version "2.0.0" |
@@ -5537,10 +5552,10 @@ underscore@^1.13.2: |
5537 | 5552 | resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441" |
5538 | 5553 | integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A== |
5539 | 5554 |
|
5540 | | -undici-types@~6.21.0: |
5541 | | - version "6.21.0" |
5542 | | - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb" |
5543 | | - integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ== |
| 5555 | +undici-types@~7.18.0: |
| 5556 | + version "7.18.2" |
| 5557 | + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9" |
| 5558 | + integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w== |
5544 | 5559 |
|
5545 | 5560 | unified@^9.2.2: |
5546 | 5561 | version "9.2.2" |
@@ -5961,10 +5976,10 @@ ws@^3.2.0: |
5961 | 5976 | safe-buffer "~5.1.0" |
5962 | 5977 | ultron "~1.1.0" |
5963 | 5978 |
|
5964 | | -ws@^8.18.0: |
5965 | | - version "8.18.3" |
5966 | | - resolved "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz#b56b88abffde62791c639170400c93dcb0c95472" |
5967 | | - integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg== |
| 5979 | +ws@^8.18.0, ws@^8.18.3: |
| 5980 | + version "8.20.0" |
| 5981 | + resolved "https://registry.yarnpkg.com/ws/-/ws-8.20.0.tgz#4cd9532358eba60bc863aad1623dfb045a4d4af8" |
| 5982 | + integrity sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA== |
5968 | 5983 |
|
5969 | 5984 | xml-name-validator@^5.0.0: |
5970 | 5985 | version "5.0.0" |
|
0 commit comments