From e2242477c52b722744d84ea50bcb407b85e501e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:40:06 -0400 Subject: build(deps): bump @reduxjs/toolkit in /src/main/webui (#710) Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 2.8.2 to 2.9.0. - [Release notes](https://github.com/reduxjs/redux-toolkit/releases) - [Commits](https://github.com/reduxjs/redux-toolkit/compare/v2.8.2...v2.9.0) --- updated-dependencies: - dependency-name: "@reduxjs/toolkit" dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/main/webui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/webui/package.json') diff --git a/src/main/webui/package.json b/src/main/webui/package.json index 8a4223b..d888ab2 100644 --- a/src/main/webui/package.json +++ b/src/main/webui/package.json @@ -20,7 +20,7 @@ "dependencies": { "@heroicons/react": "2.0.16", "@mantine/hooks": "^8.2.8", - "@reduxjs/toolkit": "^2.8.2", + "@reduxjs/toolkit": "^2.9.0", "@rsbuild/core": "^1.5.6", "@rsbuild/plugin-react": "^1.4.0", "@rsbuild/plugin-svgr": "^1.2.2", -- cgit