All: Bump KaTeX to 0.13.3 (#4902)

This commit is contained in:
Roman Musin
2021-04-30 12:59:09 +01:00
committed by GitHub
parent 156a681ecf
commit 9a043bfca5
23 changed files with 13 additions and 6 deletions
File diff suppressed because one or more lines are too long
+11 -4
View File
@@ -4730,11 +4730,18 @@
}
},
"katex": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.12.0.tgz",
"integrity": "sha512-y+8btoc/CK70XqcHqjxiGWBOeIL8upbS0peTPXTvgrh21n1RiWWcIpSWM+4uXq+IAgNh9YYQWdc7LVDPDAEEAg==",
"version": "0.13.3",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.13.3.tgz",
"integrity": "sha512-/w0eycuK1xh201T0uFXYOZWPDoeqDHqR+6SLLKsYvNtUCYtmRjq8F+M74sdpzs+dJZYWv2eUsSW0r1AJfhZOCw==",
"requires": {
"commander": "^2.19.0"
"commander": "^6.0.0"
},
"dependencies": {
"commander": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
"integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA=="
}
}
},
"khroma": {
+1 -1
View File
@@ -30,7 +30,7 @@
"highlight.js": "^10.2.1",
"html-entities": "^1.2.1",
"json-stringify-safe": "^5.0.1",
"katex": "^0.12.0",
"katex": "^0.13.3",
"markdown-it": "^10.0.0",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^5.2.5",