From ec126d9f543100023240673fa9fe1406d139f3fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 06:44:25 +0000 Subject: [PATCH] chore(deps): bump the dependencies-minor-patch group with 2 updates Bumps the dependencies-minor-patch group with 2 updates: [katex](https://github.com/KaTeX/KaTeX) and [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin). Updates `katex` from 0.16.47 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.16.47...v0.18.1) Updates `@eslint-react/eslint-plugin` from 5.17.3 to 5.18.0 - [Release notes](https://github.com/Rel1cx/eslint-react/releases) - [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/Rel1cx/eslint-react/commits/v5.18.0/plugins/eslint-plugin) --- updated-dependencies: - dependency-name: katex dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-minor-patch - dependency-name: "@eslint-react/eslint-plugin" dependency-version: 5.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies-minor-patch ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c88cbd0a..ebf24b20 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@lexical/react": "^0.48.0", "@tauri-apps/api": "^2.11.0", "framer-motion": "^12.38.0", - "katex": "^0.16.44", + "katex": "^0.18.1", "lexical": "^0.48.0", "react": "^19.2.4", "react-dom": "^19.2.4", @@ -57,7 +57,7 @@ "brace-expansion": "^5.0.7" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.17.3", + "@eslint-react/eslint-plugin": "5.18.0", "@eslint/js": "^10.0.1", "@tailwindcss/vite": "^4.2.2", "@tauri-apps/cli": "^2.10.1",