From 74d31fd02afb1c9244bf1bea50357b6335b4c729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 07:13:31 +0000 Subject: [PATCH] chore(deps-dev): bump the minor-patch group in /gui with 2 updates Updates the requirements on [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) and [happy-dom](https://github.com/capricorn86/happy-dom) to permit the latest version. Updates `eslint-plugin-react-refresh` to 0.5.6 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.5.5...v0.5.6) Updates `happy-dom` from 20.12.0 to 20.14.0 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v20.12.0...v20.14.0) --- updated-dependencies: - dependency-name: eslint-plugin-react-refresh dependency-version: 0.5.6 dependency-type: direct:development dependency-group: minor-patch - dependency-name: happy-dom dependency-version: 20.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- gui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/package.json b/gui/package.json index cfd38f21..43c5e469 100644 --- a/gui/package.json +++ b/gui/package.json @@ -31,9 +31,9 @@ "@vitejs/plugin-react": "^6.1.1", "eslint": "^10.9.1", "eslint-plugin-react-hooks": "^7.1.1", - "eslint-plugin-react-refresh": "^0.5.5", + "eslint-plugin-react-refresh": "^0.5.6", "globals": "^17.11.0", - "happy-dom": "20.12.0", + "happy-dom": "20.14.0", "typescript": "~6.0.2", "typescript-eslint": "^8.69.0", "vite": "^8.1.0"