mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-57458 Update Katex (#26650)
This commit is contained in:
parent
3a012d709f
commit
30ab45ebb8
@ -47,7 +47,7 @@
|
|||||||
"html-to-react": "1.6.0",
|
"html-to-react": "1.6.0",
|
||||||
"inobounce": "0.2.1",
|
"inobounce": "0.2.1",
|
||||||
"ipaddr.js": "2.1.0",
|
"ipaddr.js": "2.1.0",
|
||||||
"katex": "0.16.3",
|
"katex": "0.16.10",
|
||||||
"key-mirror": "1.0.1",
|
"key-mirror": "1.0.1",
|
||||||
"localforage": "1.10.0",
|
"localforage": "1.10.0",
|
||||||
"localforage-observable": "2.1.1",
|
"localforage-observable": "2.1.1",
|
||||||
|
9
webapp/package-lock.json
generated
9
webapp/package-lock.json
generated
@ -96,7 +96,7 @@
|
|||||||
"html-to-react": "1.6.0",
|
"html-to-react": "1.6.0",
|
||||||
"inobounce": "0.2.1",
|
"inobounce": "0.2.1",
|
||||||
"ipaddr.js": "2.1.0",
|
"ipaddr.js": "2.1.0",
|
||||||
"katex": "0.16.3",
|
"katex": "0.16.10",
|
||||||
"key-mirror": "1.0.1",
|
"key-mirror": "1.0.1",
|
||||||
"localforage": "1.10.0",
|
"localforage": "1.10.0",
|
||||||
"localforage-observable": "2.1.1",
|
"localforage-observable": "2.1.1",
|
||||||
@ -16416,14 +16416,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/katex": {
|
"node_modules/katex": {
|
||||||
"version": "0.16.3",
|
"version": "0.16.10",
|
||||||
|
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.10.tgz",
|
||||||
|
"integrity": "sha512-ZiqaC04tp2O5utMsl2TEZTXxa6WSC4yo0fv5ML++D3QZv/vx2Mct0mTlRx3O+uUkjfuAgOkzsCmq5MiUEsDDdA==",
|
||||||
"funding": [
|
"funding": [
|
||||||
"https://opencollective.com/katex",
|
"https://opencollective.com/katex",
|
||||||
"https://github.com/sponsors/katex"
|
"https://github.com/sponsors/katex"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"commander": "^8.0.0"
|
"commander": "^8.3.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"katex": "cli.js"
|
"katex": "cli.js"
|
||||||
|
Loading…
Reference in New Issue
Block a user