Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 949d2da

Browse files
committedApr 8, 2025·
Update DOMPurify
Only breaking change is IE compatibility.
1 parent 840c7bf commit 949d2da

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed
 

‎package-lock.json

+9-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"@testing-library/jest-dom": "^5.14.1",
2424
"@testing-library/react": "^14.0.0",
2525
"@testing-library/user-event": "^14.4.3",
26-
"@types/dompurify": "^2.3.1",
2726
"@types/lodash.debounce": "^4.0.6",
2827
"@types/lodash.sortby": "^4.7.6",
2928
"@types/lunr": "^2.3.4",
@@ -33,7 +32,7 @@
3332
"@types/react-dom": "^18.3.0",
3433
"base64-js": "^1.5.1",
3534
"crelt": "^1.0.5",
36-
"dompurify": "^2.3.3",
35+
"dompurify": "^3.2.5",
3736
"file-saver": "^2.0.5",
3837
"framer-motion": "^10.2.4",
3938
"lodash.debounce": "^4.0.8",

0 commit comments

Comments
 (0)
Please sign in to comment.