Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update dependency happy-dom to v15 [SECURITY] #2193

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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 @@ -147,7 +147,7 @@
"eslint-plugin-testing-library": "^5.5.1",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vitest": "^0.2.0",
"happy-dom": "^10.0.0",
"happy-dom": "^15.0.0",
"node-mocks-http": "^1.12.2",
"prettier": "^3.0.0",
"sass": "^1.56.1",
Expand Down
26 changes: 7 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5272,7 +5272,7 @@ __metadata:
languageName: node
linkType: hard

"css.escape@npm:1.5.1, css.escape@npm:^1.5.1":
"css.escape@npm:1.5.1":
version: 1.5.1
resolution: "css.escape@npm:1.5.1"
checksum: f6d38088d870a961794a2580b2b2af1027731bb43261cfdce14f19238a88664b351cc8978abc20f06cc6bbde725699dec8deb6fe9816b139fc3f2af28719e774
Expand Down Expand Up @@ -7447,17 +7447,14 @@ __metadata:
languageName: node
linkType: hard

"happy-dom@npm:^10.0.0":
version: 10.11.2
resolution: "happy-dom@npm:10.11.2"
"happy-dom@npm:^15.0.0":
version: 15.10.1
resolution: "happy-dom@npm:15.10.1"
dependencies:
css.escape: ^1.5.1
entities: ^4.5.0
iconv-lite: ^0.6.3
webidl-conversions: ^7.0.0
whatwg-encoding: ^2.0.0
whatwg-mimetype: ^3.0.0
checksum: 5781985c594f216fc8c6ae1d673aec2ef8c2eaa57b79036775ce42a55537486321bed9e1e3fc994a6a7ee9cc8729097486877f39d796ab9e440a7ba6e82e2401
checksum: f3fd3c900dd64928e83d210fb8c584b39e3cf84fafc991e511a97c60117ed513461df0425a7c6df600712e879cffb52f260296af9326da9e8018a3bc5c35f1ab
languageName: node
linkType: hard

Expand Down Expand Up @@ -7661,7 +7658,7 @@ __metadata:
flag-icons: ^6.9.2
framer-motion: ^10.0.0
generate-password: ^1.7.0
happy-dom: ^10.0.0
happy-dom: ^15.0.0
html-entities: ^2.3.3
i18next: ^22.5.1
immer: ^10.0.2
Expand Down Expand Up @@ -7860,7 +7857,7 @@ __metadata:
languageName: node
linkType: hard

"iconv-lite@npm:0.6.3, iconv-lite@npm:^0.6.2, iconv-lite@npm:^0.6.3":
"iconv-lite@npm:^0.6.2":
version: 0.6.3
resolution: "iconv-lite@npm:0.6.3"
dependencies:
Expand Down Expand Up @@ -13094,15 +13091,6 @@ __metadata:
languageName: node
linkType: hard

"whatwg-encoding@npm:^2.0.0":
version: 2.0.0
resolution: "whatwg-encoding@npm:2.0.0"
dependencies:
iconv-lite: 0.6.3
checksum: 7087810c410aa9b689cbd6af8773341a53cdc1f3aae2a882c163bd5522ec8ca4cdfc269aef417a5792f411807d5d77d50df4c24e3abb00bb60192858a40cc675
languageName: node
linkType: hard

"whatwg-mimetype@npm:^3.0.0":
version: 3.0.0
resolution: "whatwg-mimetype@npm:3.0.0"
Expand Down
Loading