From 60364a9218b6cf1fe17a4abc22b5fffff057400b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 06:44:49 +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.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.47...v0.17.0) Updates `@eslint-react/eslint-plugin` from 5.8.10 to 5.8.16 - [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.8.16/plugins/eslint-plugin) --- updated-dependencies: - dependency-name: katex dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies-minor-patch - dependency-name: "@eslint-react/eslint-plugin" dependency-version: 5.8.16 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 72ef5a72..b31c803e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@lexical/react": "^0.45.0", "@tauri-apps/api": "^2.11.0", "framer-motion": "^12.38.0", - "katex": "^0.16.0", + "katex": "^0.17.0", "lexical": "^0.45.0", "react": "^19.2.4", "react-dom": "^19.2.4", @@ -57,7 +57,7 @@ "vite": "^8.0.5" }, "devDependencies": { - "@eslint-react/eslint-plugin": "5.8.10", + "@eslint-react/eslint-plugin": "5.8.16", "@eslint/js": "^10.0.1", "@tailwindcss/vite": "^4.2.2", "@tauri-apps/cli": "^2.10.1",