From 34c0b0b3e26bab7724ee7c0058a35f2fdbac671f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 15:19:23 +0800 Subject: [PATCH] Bump katex from 0.16.28 to 0.16.33 (#633) Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.28 to 0.16.33. - [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.28...v0.16.33) --- updated-dependencies: - dependency-name: katex dependency-version: 0.16.33 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ab01de..4f532ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "github-markdown-css": "^5.8.1", "highlight.js": "^11.11.1", "jdenticon": "^3.3.0", - "katex": "^0.16.28", + "katex": "^0.16.33", "marked": "^17.0.1", "nodemon": "^3.1.11", "pdfobject": "^2.3.1", @@ -1764,9 +1764,9 @@ } }, "node_modules/katex": { - "version": "0.16.28", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.28.tgz", - "integrity": "sha512-YHzO7721WbmAL6Ov1uzN/l5mY5WWWhJBSW+jq4tkfZfsxmo1hu6frS0EOswvjBUnWE6NtjEs48SFn5CQESRLZg==", + "version": "0.16.33", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.33.tgz", + "integrity": "sha512-q3N5u+1sY9Bu7T4nlXoiRBXWfwSefNGoKeOwekV+gw0cAXQlz2Ww6BLcmBxVDeXBMUDQv6fK5bcNaJLxob3ZQA==", "dev": true, "funding": [ "https://opencollective.com/katex", diff --git a/package.json b/package.json index 41a5fe4..f520775 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "github-markdown-css": "^5.8.1", "highlight.js": "^11.11.1", "jdenticon": "^3.3.0", - "katex": "^0.16.28", + "katex": "^0.16.33", "marked": "^17.0.1", "nodemon": "^3.1.11", "pdfobject": "^2.3.1",