MM-57458 Update Katex (#26650)

This commit is contained in:
Harrison Healey 2024-04-04 16:57:35 -04:00 committed by GitHub
parent 3a012d709f
commit 30ab45ebb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View File

@ -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",

View File

@ -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"