Skip to content
2 changes: 1 addition & 1 deletion plugins/techdocs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@material-ui/lab": "4.0.0-alpha.61",
"@material-ui/styles": "^4.10.0",
"@types/react": "^16.13.1 || ^17.0.0",
"dompurify": "^2.2.9",
"dompurify": "^2.5.4",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Security: DOMPurify version 2.2.9 contains critical security vulnerabilities (CVE-2024-45801) that allow XSS attacks to bypass sanitization through deeply nested HTML structures and prototype pollution

"event-source-polyfill": "1.0.25",
"git-url-parse": "^13.0.0",
"jss": "~10.10.0",
Expand Down
Loading