diff --git a/package-lock.json b/package-lock.json index e68aabbe6..c1e8f9e1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14388,9 +14388,9 @@ } }, "node_modules/katex": { - "version": "0.15.6", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.15.6.tgz", - "integrity": "sha512-UpzJy4yrnqnhXvRPhjEuLA4lcPn6eRngixW7Q3TJErjg3Aw2PuLFBzTkdUb89UtumxjhHTqL3a5GDGETMSwgJA==", + "version": "0.16.4", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.4.tgz", + "integrity": "sha512-WudRKUj8yyBeVDI4aYMNxhx5Vhh2PjpzQw1GRu/LVGqL4m1AxwD1GcUp0IMbdJaf5zsjtj8ghP0DOQRYhroNkw==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" @@ -24504,7 +24504,7 @@ "framer-motion": "6.3.16", "graphql": "15.8.0", "immer": "9.0.15", - "katex": "0.15.6", + "katex": "0.16.4", "lodash": "4.17.21", "luxon": "3.2.1", "mdast-util-find-and-replace": "2.2.0", @@ -28538,7 +28538,7 @@ "graphql": "15.8.0", "immer": "9.0.15", "jest": "27.5.1", - "katex": "0.15.6", + "katex": "0.16.4", "lodash": "4.17.21", "luxon": "3.2.1", "mdast-util-find-and-replace": "2.2.0", @@ -38637,9 +38637,9 @@ } }, "katex": { - "version": "0.15.6", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.15.6.tgz", - "integrity": "sha512-UpzJy4yrnqnhXvRPhjEuLA4lcPn6eRngixW7Q3TJErjg3Aw2PuLFBzTkdUb89UtumxjhHTqL3a5GDGETMSwgJA==", + "version": "0.16.4", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.4.tgz", + "integrity": "sha512-WudRKUj8yyBeVDI4aYMNxhx5Vhh2PjpzQw1GRu/LVGqL4m1AxwD1GcUp0IMbdJaf5zsjtj8ghP0DOQRYhroNkw==", "requires": { "commander": "^8.0.0" }, diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 004c03708..219a030c1 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -23,7 +23,7 @@ "framer-motion": "6.3.16", "graphql": "15.8.0", "immer": "9.0.15", - "katex": "0.15.6", + "katex": "0.16.4", "lodash": "4.17.21", "luxon": "3.2.1", "mdast-util-find-and-replace": "2.2.0",