diff --git a/webapp/channels/package.json b/webapp/channels/package.json index 8354dd9517..e14d662e8d 100644 --- a/webapp/channels/package.json +++ b/webapp/channels/package.json @@ -47,7 +47,7 @@ "html-to-react": "1.6.0", "inobounce": "0.2.1", "ipaddr.js": "2.1.0", - "katex": "0.16.3", + "katex": "0.16.10", "key-mirror": "1.0.1", "localforage": "1.10.0", "localforage-observable": "2.1.1", diff --git a/webapp/package-lock.json b/webapp/package-lock.json index 0f21988247..61d5f9d54a 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -96,7 +96,7 @@ "html-to-react": "1.6.0", "inobounce": "0.2.1", "ipaddr.js": "2.1.0", - "katex": "0.16.3", + "katex": "0.16.10", "key-mirror": "1.0.1", "localforage": "1.10.0", "localforage-observable": "2.1.1", @@ -16416,14 +16416,15 @@ } }, "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": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" ], - "license": "MIT", "dependencies": { - "commander": "^8.0.0" + "commander": "^8.3.0" }, "bin": { "katex": "cli.js"