Skip to content

Commit 1351d4d

Browse files
authored
Fix/CVE 2025 62410 (#7088)
* fix: update happy-dom to 20.0.2 minimum * add changeset
1 parent 3b2fccc commit 1351d4d

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.changeset/tender-coats-poke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tiptap/html': patch
3+
---
4+
5+
Fix [CVE-2025-62410](https://www.cve.org/CVERecord?id=CVE-2025-62410) by updating happy-dom to ^20.0.2

packages/html/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"devDependencies": {
4646
"@tiptap/core": "workspace:^",
4747
"@tiptap/pm": "workspace:^",
48-
"happy-dom": "^20.0.0"
48+
"happy-dom": "^20.0.2"
4949
},
5050
"peerDependencies": {
5151
"@tiptap/core": "workspace:^",
5252
"@tiptap/pm": "workspace:^",
53-
"happy-dom": "^20.0.0"
53+
"happy-dom": "^20.0.2"
5454
},
5555
"repository": {
5656
"type": "git",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)