From cef596bddf1298a0530aabb4439031bdefe23b29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 19:25:53 +0000 Subject: [PATCH] chore(deps): bump katex from 0.17.0 to 0.18.1 Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.17.0 to 0.18.1. - [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.1) --- updated-dependencies: - dependency-name: katex dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f51bc68..3a270e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@astrojs/sitemap": "^3.7.3", "@dagrejs/dagre": "^3.0.0", "astro": "^7.0.7", - "katex": "^0.17.0", + "katex": "^0.18.1", "react": "^19.2.7", "react-dom": "^19.2.7", "rehype-katex": "^7.0.1", @@ -4649,9 +4649,9 @@ "license": "MIT" }, "node_modules/katex": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.17.0.tgz", - "integrity": "sha512-Vdw0ATsQ9V+LuegM/BTwQqV/6cTl5lbGcIrU+BCgLxyf6bo38ybOr372tuSIxir3CN720flu1meYR6XzNMwQnw==", + "version": "0.18.1", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.18.1.tgz", + "integrity": "sha512-Td8GCYSxDAoMhHOlKmCFMJ/hz5qlAAb71n66Dryw9nfCVfumLo7nhuotbvKom/XPADmrYC3O5QR71EPq4DarJQ==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" diff --git a/package.json b/package.json index bf11a66..cdc1304 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@astrojs/sitemap": "^3.7.3", "@dagrejs/dagre": "^3.0.0", "astro": "^7.0.7", - "katex": "^0.17.0", + "katex": "^0.18.1", "react": "^19.2.7", "react-dom": "^19.2.7", "rehype-katex": "^7.0.1",