fix(deps): update dependency dompurify to v3

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-02-07 22:17:54 +00:00
committed by Github changeset workflow
parent 032a8c9f28
commit 3631fb4c1a
5 changed files with 30 additions and 13 deletions
+2 -2
View File
@@ -66,7 +66,7 @@
"@material-ui/lab": "4.0.0-alpha.61",
"@material-ui/styles": "^4.10.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"dompurify": "^2.2.9",
"dompurify": "^3.0.0",
"event-source-polyfill": "1.0.25",
"git-url-parse": "^13.0.0",
"jss": "~10.10.0",
@@ -89,7 +89,7 @@
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/dompurify": "^2.2.2",
"@types/dompurify": "^3.0.0",
"@types/event-source-polyfill": "^1.0.0",
"canvas": "^2.10.2"
},