Skip to content

Commit 9650aa3

Browse files
committed
Upgrade DOMPurify
1 parent ff9bef2 commit 9650aa3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ instead of version numbers.
1414
[[#627](https://github.com/edemaine/coauthor/issues/627)]
1515
by moving them after description preview
1616
(also improving side-by-side preview)
17+
* Upgrade DOMPurify library which fixes some XSS vulnerabilities
1718

1819
## 2024-08-12
1920

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"codemirror": "5.65.8",
3939
"cookie": "^0.4.1",
4040
"dayjs": "^1.11.1",
41-
"dompurify": "2.3.10",
41+
"dompurify": "2.5.8",
4242
"exif-parser": "^0.1.12",
4343
"file-saver": "^2.0.5",
4444
"highlight.js": "^10.7.2",

0 commit comments

Comments
 (0)