Bump dompurify from 3.4.0 to 3.4.10

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.0 to 3.4.10.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.4.0...3.4.10)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.4.10
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-16 13:39:38 +00:00
committed by Sacha Al Himdani
parent bbce8cd4f4
commit 3b7d076e9d
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -10627,9 +10627,9 @@
}
},
"node_modules/dompurify": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.0.tgz",
"integrity": "sha512-nolgK9JcaUXMSmW+j1yaSvaEaoXYHwWyGJlkoCTghc97KgGDDSnpoU/PlEnw63Ah+TGKFOyY+X5LnxaWbCSfXg==",
"version": "3.4.10",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.10.tgz",
"integrity": "sha512-0xzNv0e7oYC6yyuOGZIABPM4qtg3QxLFniDNPP4ZP90wR8Yq3zgwpRbrNiT4N3IKqDbbYFEJLV+JWEs19aZ//w==",
"license": "(MPL-2.0 OR Apache-2.0)",
"optionalDependencies": {
"@types/trusted-types": "^2.0.7"
@@ -21430,7 +21430,7 @@
"license": "ISC",
"dependencies": {
"@tiptap/pm": "^3.20.2",
"dompurify": "^3.4.0",
"dompurify": "^3.4.10",
"marked": "^15.0.12"
},
"devDependencies": {

View File

@@ -11,7 +11,7 @@
},
"dependencies": {
"@tiptap/pm": "^3.20.2",
"dompurify": "^3.4.0",
"dompurify": "^3.4.10",
"marked": "^15.0.12"
},
"devDependencies": {