Skip to content

Commit 04213e2

Browse files
committed
Update DOMPurify
1 parent 8443c06 commit 04213e2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ instead of version numbers.
1212
* Improve performance via enabling Meteor oplog tailing for more queries,
1313
and disabling oplog tailing on GridFS chunks
1414
* Update to Meteor 2.16.0
15+
* Upgrade DOMPurify library which fixes an XSS vulnerability
1516

1617
## 2025-02-11
1718

package.json

+4-2
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.5.8",
41+
"dompurify": "3.2.4",
4242
"exif-parser": "^0.1.12",
4343
"file-saver": "^2.0.5",
4444
"highlight.js": "^10.7.2",
@@ -94,7 +94,9 @@
9494
},
9595
"packages": {
9696
"mongo": {
97-
"oplogExcludeCollections": ["fs.chunks"]
97+
"oplogExcludeCollections": [
98+
"fs.chunks"
99+
]
98100
}
99101
},
100102
"solid": {

0 commit comments

Comments
 (0)