diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e4fe649e..8ca90a30 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,7 +18,7 @@ "date-fns": "^2.30.0", "highlight.js": "^11.8.0", "html-to-text": "^9.0.5", - "katex": "^0.16.9", + "katex": "^0.16.10", "lodash": "^4.17.21", "pinia": "^2.1.3", "recordrtc": "^5.6.2", @@ -11554,9 +11554,9 @@ } }, "node_modules/katex": { - "version": "0.16.9", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.9.tgz", - "integrity": "sha512-fsSYjWS0EEOwvy81j3vRA8TEAhQhKiqO+FQaKWp0m39qwOzHVBgAUBIXWj1pB+O2W3fIpNa6Y9KSKCVbfPhyAQ==", + "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" diff --git a/frontend/package.json b/frontend/package.json index 84a0c1e1..213219f9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "date-fns": "^2.30.0", "highlight.js": "^11.8.0", "html-to-text": "^9.0.5", - "katex": "^0.16.9", + "katex": "^0.16.10", "lodash": "^4.17.21", "pinia": "^2.1.3", "recordrtc": "^5.6.2",