From 1b7727b6344e9c3d8eb740d50c086a3af9f62845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 14:20:20 +0000 Subject: [PATCH] Bump katex from 0.16.22 to 0.16.47 Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.22 to 0.16.47. - [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.22...v0.16.47) --- updated-dependencies: - dependency-name: katex dependency-version: 0.16.47 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b125e7..e9cedea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "hexo-theme-butterfly": "^4.13.0", "hexo-theme-landscape": "^1.0.0", "hexo-wordcount": "^6.0.1", - "katex": "^0.16.22", + "katex": "^0.16.47", "markdown-it-katex": "^2.0.3" } }, @@ -1571,13 +1571,14 @@ } }, "node_modules/katex": { - "version": "0.16.22", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.22.tgz", - "integrity": "sha512-XCHRdUw4lf3SKBaJe4EvgqIuWwkPSo9XoeO8GjQW94Bp7TWv9hNhzZjZ+OH9yf1UmLygb7DIT5GSFQiyt16zYg==", + "version": "0.16.47", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.47.tgz", + "integrity": "sha512-Eeo8Ys1doU1z+x8AZsPpQu+p/QcZBI5PeOo7QGQdy2x2m0MU/hYagBbGOmXwr5KVbEfVuWv9LpnQWeehogurjg==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" ], + "license": "MIT", "dependencies": { "commander": "^8.3.0" }, diff --git a/package.json b/package.json index f85d8e7..b74cca2 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "hexo-theme-butterfly": "^4.13.0", "hexo-theme-landscape": "^1.0.0", "hexo-wordcount": "^6.0.1", - "katex": "^0.16.22", + "katex": "^0.16.47", "markdown-it-katex": "^2.0.3" } }