From 89c6bd66328d1dd797eca1b40c67f824ac04064a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 20:33:03 +0000 Subject: [PATCH] Bump katex from 0.17.0 to 0.18.1 in the production-minor-patch group Bumps the production-minor-patch group with 1 update: [katex](https://github.com/KaTeX/KaTeX). Updates `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 dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1afca22..7818c3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "tfstudio", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tfstudio", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "dependencies": { "js-yaml": "^4.3.0", - "katex": "^0.17.0", + "katex": "^0.18.1", "ml-levenberg-marquardt": "^5.0.1", "plotly.js-dist-min": "^3.7.0", "react": "^18.2.0", @@ -3205,9 +3205,9 @@ } }, "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 db29db1..8c57c84 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "dependencies": { "js-yaml": "^4.3.0", - "katex": "^0.17.0", + "katex": "^0.18.1", "ml-levenberg-marquardt": "^5.0.1", "plotly.js-dist-min": "^3.7.0", "react": "^18.2.0",