From 800be9102993900a686eaff832257e0f20f68b27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 13:54:16 +0000 Subject: [PATCH] Bump katex from 0.16.45 to 0.17.0 Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.45 to 0.17.0. - [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.45...v0.17.0) --- updated-dependencies: - dependency-name: katex dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6790674..d7b013d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "flexsearch": "^0.8.212", "gray-matter": "^4.0.3", - "katex": "^0.16.45", + "katex": "^0.17.0", "leaflet": "^1.9.4", "lucide-react": "^1.7.0", "next": "^16.2.10", diff --git a/yarn.lock b/yarn.lock index 5d98bd2..da29a4a 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.45: - version "0.16.45" - resolved "https://registry.yarnpkg.com/katex/-/katex-0.16.45.tgz#ba60d39c54746b6b8d39ce0e7f6eace07143149c" - integrity sha512-pQpZbdBu7wCTmQUh7ufPmLr0pFoObnGUoL/yhtwJDgmmQpbkg/0HSVti25Fu4rmd1oCR6NGWe9vqTWuWv3GcNA== +katex@^0.17.0: + version "0.17.0" + resolved "https://registry.yarnpkg.com/katex/-/katex-0.17.0.tgz#536e25874ec9ac8728e3b4b7bf7fec6557b7dbf4" + integrity sha512-Vdw0ATsQ9V+LuegM/BTwQqV/6cTl5lbGcIrU+BCgLxyf6bo38ybOr372tuSIxir3CN720flu1meYR6XzNMwQnw== dependencies: commander "^8.3.0"