From 37c6e6637507a6fe2fbbd2452c7ed2e91532a990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 08:22:48 +0000 Subject: [PATCH] Bump katex from 0.16.22 to 0.18.2 Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.22 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.16.22...v0.18.2) --- updated-dependencies: - dependency-name: katex dependency-version: 0.18.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 35 +++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 32 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6fba325..caa68e20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "highlight.js": "^11.5", "hugo-installer": "^4.0.1", "instant.page": "^5.1", - "katex": "^0.16", + "katex": "^0.18", "lazysizes": "^5.3", "markdownlint-cli2": "^0.18.1", "netlify-plugin-submit-sitemap": "^0.4.0", @@ -6239,9 +6239,9 @@ } }, "node_modules/katex": { - "version": "0.16.22", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.22.tgz", - "integrity": "sha512-XCHRdUw4lf3SKBaJe4EvgqIuWwkPSo9XoeO8GjQW94Bp7TWv9hNhzZjZ+OH9yf1UmLygb7DIT5GSFQiyt16zYg==", + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.18.2.tgz", + "integrity": "sha512-3snve4y0SXTMequLim1FMiPvLGElySam0blN5xQZBqEY3lOJz1TnuaaiugnBZBqHzlSAGmFTYL7MCQkORuLKCA==", "dev": true, "funding": [ "https://opencollective.com/katex", @@ -6838,6 +6838,33 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/micromark-extension-math/node_modules/commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 12" + } + }, + "node_modules/micromark-extension-math/node_modules/katex": { + "version": "0.16.47", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.47.tgz", + "integrity": "sha512-Eeo8Ys1doU1z+x8AZsPpQu+p/QcZBI5PeOo7QGQdy2x2m0MU/hYagBbGOmXwr5KVbEfVuWv9LpnQWeehogurjg==", + "dev": true, + "funding": [ + "https://opencollective.com/katex", + "https://github.com/sponsors/katex" + ], + "license": "MIT", + "dependencies": { + "commander": "^8.3.0" + }, + "bin": { + "katex": "cli.js" + } + }, "node_modules/micromark-factory-destination": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", diff --git a/package.json b/package.json index 113491e2..752d25e0 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "highlight.js": "^11.5", "hugo-installer": "^4.0.1", "instant.page": "^5.1", - "katex": "^0.16", + "katex": "^0.18", "lazysizes": "^5.3", "markdownlint-cli2": "^0.18.1", "netlify-plugin-submit-sitemap": "^0.4.0",