From 97ae5ce5fc1283d9b1880532f8c93aa5ff545cbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 01:06:52 +0000 Subject: [PATCH] chore(deps): bump katex Bumps the client-minor-patch-updates group in /client with 1 update: [katex](https://github.com/KaTeX/KaTeX). Updates `katex` from 0.16.47 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.47...v0.17.0) --- updated-dependencies: - dependency-name: katex dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: client-minor-patch-updates ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 1551d9d..e73c7f8 100644 --- a/client/package.json +++ b/client/package.json @@ -17,7 +17,7 @@ "clsx": "^2.1.1", "dompurify": "^3.4.1", "highlight.js": "^11.11.1", - "katex": "^0.16.45", + "katex": "^0.17.0", "lucide-react": "^1.11.0", "marked": "^17.0.6", "react": "^19.0.0",