Commit 04213e2 1 parent 8443c06 commit 04213e2 Copy full SHA for 04213e2
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ instead of version numbers.
12
12
* Improve performance via enabling Meteor oplog tailing for more queries,
13
13
and disabling oplog tailing on GridFS chunks
14
14
* Update to Meteor 2.16.0
15
+ * Upgrade DOMPurify library which fixes an XSS vulnerability
15
16
16
17
## 2025-02-11
17
18
Original file line number Diff line number Diff line change 38
38
"codemirror" : " 5.65.8" ,
39
39
"cookie" : " ^0.4.1" ,
40
40
"dayjs" : " ^1.11.1" ,
41
- "dompurify" : " 2.5.8 " ,
41
+ "dompurify" : " 3.2.4 " ,
42
42
"exif-parser" : " ^0.1.12" ,
43
43
"file-saver" : " ^2.0.5" ,
44
44
"highlight.js" : " ^10.7.2" ,
94
94
},
95
95
"packages" : {
96
96
"mongo" : {
97
- "oplogExcludeCollections" : [" fs.chunks" ]
97
+ "oplogExcludeCollections" : [
98
+ " fs.chunks"
99
+ ]
98
100
}
99
101
},
100
102
"solid" : {
You can’t perform that action at this time.
0 commit comments