From 480156b7494e30fc56d7fe94a6b16e984c113b79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 06:45:14 +0000 Subject: [PATCH] chore(deps): bump the dependencies-minor-patch group across 1 directory with 2 updates Bumps the dependencies-minor-patch group with 2 updates in the / directory: [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.4 - [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.4) Updates `@eslint-react/eslint-plugin` from 5.18.3 to 5.18.6 - [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.6/plugins/eslint-plugin) --- updated-dependencies: - dependency-name: katex dependency-version: 0.18.4 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.6 dependency-type: direct:development update-type: version-update:semver-patch 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 798a474f..8f427f40 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@lexical/react": "^0.49.0", "@tauri-apps/api": "^2.11.0", "framer-motion": "^13.0.0", - "katex": "^0.16.44", + "katex": "^0.18.4", "lexical": "^0.49.0", "react": "^19.2.4", "react-dom": "^19.2.4", @@ -59,7 +59,7 @@ "nanoid": "^3.3.17" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.18.3", + "@eslint-react/eslint-plugin": "5.18.6", "@eslint/js": "^10.0.1", "@tailwindcss/vite": "^4.2.2", "@tauri-apps/cli": "^2.10.1",