From fd114728ebe5f066c3efd2b491300bb40d9950a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 21:38:51 +0000 Subject: [PATCH] Bump katex from 0.16.11 to 0.16.21 Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.11 to 0.16.21. - [Release notes](https://github.com/KaTeX/KaTeX/releases) - [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md) - [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.11...v0.16.21) --- updated-dependencies: - dependency-name: katex dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8cf6609fb..361360cad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "htmx.org": "^2", "jquery": "^3.7.1", "jstree": "^3.3.17", - "katex": "^0.16.11", + "katex": "^0.16.21", "markdown-it": "^14.1.0", "mathjax": "^3.2.2", "prosemirror-commands": "^1.6.2", @@ -4337,9 +4337,9 @@ } }, "node_modules/katex": { - "version": "0.16.11", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.11.tgz", - "integrity": "sha512-RQrI8rlHY92OLf3rho/Ts8i/XvjgguEjOkO1BEXcU3N8BqPpSzBNwV/G0Ukr+P/l3ivvJUE/Fa/CwbS6HesGNQ==", + "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" @@ -10231,9 +10231,9 @@ } }, "katex": { - "version": "0.16.11", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.11.tgz", - "integrity": "sha512-RQrI8rlHY92OLf3rho/Ts8i/XvjgguEjOkO1BEXcU3N8BqPpSzBNwV/G0Ukr+P/l3ivvJUE/Fa/CwbS6HesGNQ==", + "version": "0.16.21", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.21.tgz", + "integrity": "sha512-XvqR7FgOHtWupfMiigNzmh+MgUVmDGU2kXZm899ZkPfcuoPuFxyHmXsgATDpFZDAXCI8tvinaVcDo8PIIJSo4A==", "requires": { "commander": "^8.3.0" }, diff --git a/package.json b/package.json index cdbffe65e..18862ba80 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "htmx.org": "^2", "jquery": "^3.7.1", "jstree": "^3.3.17", - "katex": "^0.16.11", + "katex": "^0.16.21", "markdown-it": "^14.1.0", "mathjax": "^3.2.2", "prosemirror-commands": "^1.6.2",