Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"editorconfig": "3.0.2",
"eslint": "9.39.4",
"growl": "1.10.5",
"happy-dom": "20.9.0",
"happy-dom": "20.10.2",
"husky": "9.1.7",
"is-ci": "4.1.0",
"micromatch": "4.0.8",
Expand Down
30 changes: 20 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,7 @@ __metadata:
editorconfig: "npm:3.0.2"
eslint: "npm:9.39.4"
growl: "npm:1.10.5"
happy-dom: "npm:20.9.0"
happy-dom: "npm:20.10.2"
husky: "npm:9.1.7"
is-ci: "npm:4.1.0"
micromark-util-character: "npm:2.1.1"
Expand Down Expand Up @@ -4066,6 +4066,15 @@ __metadata:
languageName: node
linkType: hard

"buffer-image-size@npm:^0.6.4":
version: 0.6.4
resolution: "buffer-image-size@npm:0.6.4"
dependencies:
"@types/node": "npm:*"
checksum: 10/82d4ca9bc8e71c9c0cbc74191d3613100d0a20dd21da018c6f373d7dc88ec4a9225eebe06c44a982de074f695402e81ab8a8daa40afce36b915042fa9fb32c52
languageName: node
linkType: hard

"builtin-modules@npm:^5.0.0":
version: 5.2.0
resolution: "builtin-modules@npm:5.2.0"
Expand Down Expand Up @@ -6431,17 +6440,18 @@ __metadata:
languageName: node
linkType: hard

"happy-dom@npm:20.9.0":
version: 20.9.0
resolution: "happy-dom@npm:20.9.0"
"happy-dom@npm:20.10.2":
version: 20.10.2
resolution: "happy-dom@npm:20.10.2"
dependencies:
"@types/node": "npm:>=20.0.0"
"@types/whatwg-mimetype": "npm:^3.0.2"
"@types/ws": "npm:^8.18.1"
buffer-image-size: "npm:^0.6.4"
entities: "npm:^7.0.1"
whatwg-mimetype: "npm:^3.0.0"
ws: "npm:^8.18.3"
checksum: 10/5b54d641b467a8826de995a4541e55d79f58e3513e78209c5ff7ef8aa598c201550a8c2975aad465d5605bcf2788314164402f350eaa9014c0d6d6f896cc30c7
ws: "npm:^8.21.0"
checksum: 10/4811621c0c642e75aa6325decf120c7b6545b33c6531b8541e7033f4160f0c52a3eed7ff88fbc93327fedb657327ab43e8bb5dce20906ac41439e8946157dcb0
languageName: node
linkType: hard

Expand Down Expand Up @@ -12394,9 +12404,9 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^8.18.3":
version: 8.20.1
resolution: "ws@npm:8.20.1"
"ws@npm:^8.21.0":
version: 8.21.0
resolution: "ws@npm:8.21.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ">=5.0.2"
Expand All @@ -12405,7 +12415,7 @@ __metadata:
optional: true
utf-8-validate:
optional: true
checksum: 10/8c4d2b06dc65381b6bfab1f2e584275dabd30a99a5ce058b4dc76f3d03fad1921cef3a21d8f53127d30a808cfd1864aa2fe6890a5d43359f682457315baec873
checksum: 10/088411956432c8f876158409d5a285cb9ad1382f593391f51d3a599bd0a5b277f876609ebd00fc3596321c4a4c9064d6fffe1ebad960e8ea7fd9ae25324f35c2
languageName: node
linkType: hard

Expand Down
Loading