mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-62864] Bump katex to 0.16.21 (#30095)
This commit is contained in:
parent
dc37cf5cf9
commit
169274b3aa
@ -45,7 +45,7 @@
|
||||
"html-to-react": "1.6.0",
|
||||
"inobounce": "0.2.1",
|
||||
"ipaddr.js": "2.1.0",
|
||||
"katex": "0.16.10",
|
||||
"katex": "0.16.21",
|
||||
"localforage": "1.10.0",
|
||||
"localforage-observable": "2.1.1",
|
||||
"lodash": "4.17.21",
|
||||
|
9
webapp/package-lock.json
generated
9
webapp/package-lock.json
generated
@ -98,7 +98,7 @@
|
||||
"html-to-react": "1.6.0",
|
||||
"inobounce": "0.2.1",
|
||||
"ipaddr.js": "2.1.0",
|
||||
"katex": "0.16.10",
|
||||
"katex": "0.16.21",
|
||||
"localforage": "1.10.0",
|
||||
"localforage-observable": "2.1.1",
|
||||
"lodash": "4.17.21",
|
||||
@ -20268,9 +20268,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/katex": {
|
||||
"version": "0.16.10",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.10.tgz",
|
||||
"integrity": "sha512-ZiqaC04tp2O5utMsl2TEZTXxa6WSC4yo0fv5ML++D3QZv/vx2Mct0mTlRx3O+uUkjfuAgOkzsCmq5MiUEsDDdA==",
|
||||
"version": "0.16.21",
|
||||
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.21.tgz",
|
||||
"integrity": "sha512-XvqR7FgOHtWupfMiigNzmh+MgUVmDGU2kXZm899ZkPfcuoPuFxyHmXsgATDpFZDAXCI8tvinaVcDo8PIIJSo4A==",
|
||||
"funding": [
|
||||
"https://opencollective.com/katex",
|
||||
"https://github.com/sponsors/katex"
|
||||
@ -28204,6 +28204,7 @@
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mattermost/types": "^9.3.0 || ^10.0.0",
|
||||
"typescript": "^4.3.0 || ^5.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
|
Loading…
Reference in New Issue
Block a user