From 04c724516a63859823ba2e0b5e983e2c89e529e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 13:59:50 +0000 Subject: [PATCH] Bump katex from 0.16.42 to 0.16.45 Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.42 to 0.16.45. - [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.42...v0.16.45) --- updated-dependencies: - dependency-name: katex dependency-version: 0.16.45 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5110bea..efd3d05 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "flexsearch": "^0.8.212", "gray-matter": "^4.0.3", - "katex": "^0.16.25", + "katex": "^0.16.45", "leaflet": "^1.9.4", "lucide-react": "^1.7.0", "next": "^16.2.1", diff --git a/yarn.lock b/yarn.lock index f3a8b42..d26c16e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -942,10 +942,10 @@ js-yaml@^3.13.1: argparse "^1.0.7" esprima "^4.0.0" -katex@^0.16.25: - version "0.16.42" - resolved "https://registry.yarnpkg.com/katex/-/katex-0.16.42.tgz#444e81ad095e1c14e54229f65c26b5ea4e5e153c" - integrity sha512-sZ4jqyEXfHTLEFK+qsFYToa3UZ0rtFcPGwKpyiRYh2NJn8obPWOQ+/u7ux0F6CAU/y78+Mksh1YkxTPXTh47TQ== +katex@^0.16.45: + version "0.16.45" + resolved "https://registry.yarnpkg.com/katex/-/katex-0.16.45.tgz#ba60d39c54746b6b8d39ce0e7f6eace07143149c" + integrity sha512-pQpZbdBu7wCTmQUh7ufPmLr0pFoObnGUoL/yhtwJDgmmQpbkg/0HSVti25Fu4rmd1oCR6NGWe9vqTWuWv3GcNA== dependencies: commander "^8.3.0"