From d0fd42739d7299abff88a210a4186da7014e5fe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 08:53:29 +0000 Subject: [PATCH] Bump katex from 0.16.21 to 0.17.0 Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.21 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.21...v0.17.0) --- updated-dependencies: - dependency-name: katex dependency-version: 0.17.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 158ceba..4bf2c6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "highlight.js": "^11.5", "hugo-installer": "^3.1", "instant.page": "^5.1", - "katex": "^0.16", + "katex": "^0.17", "lazysizes": "^5.3", "markdownlint-cli2": "^0.4.0", "netlify-plugin-submit-sitemap": "^0.4.0", @@ -4482,15 +4482,14 @@ } }, "node_modules/katex": { - "version": "0.16.21", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.21.tgz", - "integrity": "sha512-XvqR7FgOHtWupfMiigNzmh+MgUVmDGU2kXZm899ZkPfcuoPuFxyHmXsgATDpFZDAXCI8tvinaVcDo8PIIJSo4A==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.17.0.tgz", + "integrity": "sha512-Vdw0ATsQ9V+LuegM/BTwQqV/6cTl5lbGcIrU+BCgLxyf6bo38ybOr372tuSIxir3CN720flu1meYR6XzNMwQnw==", "dev": true, "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" ], - "license": "MIT", "dependencies": { "commander": "^8.3.0" }, @@ -10110,9 +10109,9 @@ } }, "katex": { - "version": "0.16.21", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.21.tgz", - "integrity": "sha512-XvqR7FgOHtWupfMiigNzmh+MgUVmDGU2kXZm899ZkPfcuoPuFxyHmXsgATDpFZDAXCI8tvinaVcDo8PIIJSo4A==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.17.0.tgz", + "integrity": "sha512-Vdw0ATsQ9V+LuegM/BTwQqV/6cTl5lbGcIrU+BCgLxyf6bo38ybOr372tuSIxir3CN720flu1meYR6XzNMwQnw==", "dev": true, "requires": { "commander": "^8.3.0" diff --git a/package.json b/package.json index ef1ec2e..432a58a 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "highlight.js": "^11.5", "hugo-installer": "^3.1", "instant.page": "^5.1", - "katex": "^0.16", + "katex": "^0.17", "lazysizes": "^5.3", "markdownlint-cli2": "^0.4.0", "netlify-plugin-submit-sitemap": "^0.4.0",