We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71a6b9 commit 10f72c8Copy full SHA for 10f72c8
CHANGELOG.md
@@ -10,6 +10,7 @@ instead of version numbers.
10
## 2025-02-06
11
12
* Remove duplicate file description in unrendered files (non-images/videos/PDFs)
13
+* Upgrade KaTeX which fixes a likely irrelevant XSS vulnerability
14
15
## 2025-01-15
16
package.json
@@ -46,7 +46,7 @@
46
"js-cookie": "^2.2.1",
47
"jsdom": "^19.0.0",
48
"jszip": "^3.2.2",
49
- "katex": "0.16.10",
+ "katex": "0.16.21",
50
"markdown-it": "13.0.1",
51
"markdown-it-anchor": "8.6.4",
52
"markdown-it-replacements": "1.0.2",
0 commit comments