From 8b8dad5866d8dca25702262a4003262f28ef9791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 13:57:23 +0000 Subject: [PATCH] Bump katex from 0.17.0 to 0.18.2 Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.17.0 to 0.18.2. - [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.17.0...v0.18.2) --- updated-dependencies: - dependency-name: katex dependency-version: 0.18.2 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 aa6bced..061748c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "flexsearch": "^0.8.212", "gray-matter": "^4.0.3", - "katex": "^0.17.0", + "katex": "^0.18.2", "leaflet": "^1.9.4", "lucide-react": "^1.7.0", "next": "^16.3.0", diff --git a/yarn.lock b/yarn.lock index b794dc5..2666bc4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -954,10 +954,10 @@ js-yaml@^3.13.1: argparse "^1.0.7" esprima "^4.0.0" -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== +katex@^0.18.2: + version "0.18.2" + resolved "https://registry.yarnpkg.com/katex/-/katex-0.18.2.tgz#7ab6ff83e21c097a59c9afd213b2d2955fa6c6ce" + integrity sha512-3snve4y0SXTMequLim1FMiPvLGElySam0blN5xQZBqEY3lOJz1TnuaaiugnBZBqHzlSAGmFTYL7MCQkORuLKCA== dependencies: commander "^8.3.0"