chore(deps): bump dompurify to ^3.4.10 (3.4.11) — fixes low-severity advisory

dompurify 3.4.8 is flagged by yarn audit (npm advisory 1120805: a Trusted Types policy survives clearConfig and can poison later RETURN_TRUSTED_TYPE output, patched in >=3.4.9). It's the library behind SanitizeHtml — the client's XSS defence — so keep it current. After the bump yarn audit reports 0 vulnerabilities. typecheck 0, tests green.
This commit is contained in:
simoleo89
2026-06-17 21:50:54 +02:00
parent 1b032bcd23
commit 3a93e309f2
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
"@tanstack/react-query": "5",
"@tanstack/react-query-devtools": "5",
"@tanstack/react-virtual": "^3.14.2",
"dompurify": "^3.4.8",
"dompurify": "^3.4.10",
"emoji-mart": "^5.6.0",
"emoji-toolkit": "10.0.0",
"framer-motion": "^12.40.0",