Skip to content

Commit baf3ac4

Browse files
authored
Merge pull request #3247 from gridstack/dependabot/npm_and_yarn/happy-dom-20.8.8
Bump happy-dom from 20.0.2 to 20.8.8
2 parents 35f5535 + 6284de4 commit baf3ac4

1 file changed

Lines changed: 32 additions & 17 deletions

File tree

yarn.lock

Lines changed: 32 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -645,12 +645,12 @@
645645
dependencies:
646646
"@types/unist" "*"
647647

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==
652652
dependencies:
653-
undici-types "~6.21.0"
653+
undici-types "~7.18.0"
654654

655655
"@types/q@^0.0.32":
656656
version "0.0.32"
@@ -677,6 +677,13 @@
677677
resolved "https://registry.yarnpkg.com/@types/whatwg-mimetype/-/whatwg-mimetype-3.0.2.tgz#e5e06dcd3e92d4e622ef0129637707d66c28d6a4"
678678
integrity sha512-c2AKvDT8ToxLIOUlN51gTiHXflsfIFisS4pO7pDPoKouJCESkhZnEy623gwP9laCy5lnLDAw1vAzu2vM2YLOrA==
679679

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+
680687
"@typescript-eslint/eslint-plugin@^5.58.0":
681688
version "5.58.0"
682689
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.58.0.tgz#b1d4b0ad20243269d020ef9bbb036a40b0849829"
@@ -1917,6 +1924,11 @@ entities@^6.0.0:
19171924
resolved "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz#c28c34a43379ca7f61d074130b2f5f7020a30694"
19181925
integrity sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==
19191926

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+
19201932
envinfo@^7.7.3:
19211933
version "7.8.1"
19221934
resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.8.1.tgz#06377e3e5f4d379fea7ac592d5ad8927e0c4d475"
@@ -2822,13 +2834,16 @@ gzip-size@^5.1.1:
28222834
pify "^4.0.1"
28232835

28242836
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==
28282840
dependencies:
2829-
"@types/node" "^20.0.0"
2841+
"@types/node" ">=20.0.0"
28302842
"@types/whatwg-mimetype" "^3.0.2"
2843+
"@types/ws" "^8.18.1"
2844+
entities "^7.0.1"
28312845
whatwg-mimetype "^3.0.0"
2846+
ws "^8.18.3"
28322847

28332848
har-schema@^2.0.0:
28342849
version "2.0.0"
@@ -5537,10 +5552,10 @@ underscore@^1.13.2:
55375552
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441"
55385553
integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==
55395554

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==
55445559

55455560
unified@^9.2.2:
55465561
version "9.2.2"
@@ -5961,10 +5976,10 @@ ws@^3.2.0:
59615976
safe-buffer "~5.1.0"
59625977
ultron "~1.1.0"
59635978

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==
59685983

59695984
xml-name-validator@^5.0.0:
59705985
version "5.0.0"

0 commit comments

Comments
 (0)