From bcc0030a8b70d0abb8cf0d8d79a126fbc480401d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:49:20 +0000 Subject: [PATCH] chore(deps): bump katex from 0.16.47 to 0.17.0 Bumps [katex](https://github.com/KaTeX/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 ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5162212..40278ab 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "astro-icon": "^1.1.5", "dayjs": "^1.11.19", "fuse.js": "^7.1.0", - "katex": "^0.16.28", + "katex": "^0.17.0", "mermaid": "^11.12.2", "mouse-firework": "^0.3.0-beta.1", "photoswipe": "^5.4.4",