We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9bef2 commit 9650aa3Copy full SHA for 9650aa3
CHANGELOG.md
@@ -14,6 +14,7 @@ instead of version numbers.
14
[[#627](https://github.com/edemaine/coauthor/issues/627)]
15
by moving them after description preview
16
(also improving side-by-side preview)
17
+* Upgrade DOMPurify library which fixes some XSS vulnerabilities
18
19
## 2024-08-12
20
package.json
@@ -38,7 +38,7 @@
38
"codemirror": "5.65.8",
39
"cookie": "^0.4.1",
40
"dayjs": "^1.11.1",
41
- "dompurify": "2.3.10",
+ "dompurify": "2.5.8",
42
"exif-parser": "^0.1.12",
43
"file-saver": "^2.0.5",
44
"highlight.js": "^10.7.2",
0 commit comments