From d95e785851006d54f6df65f0c5e678c2cf610880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 17:07:04 -0400 Subject: build(deps): bump @reduxjs/toolkit in /src/main/webui (#734) Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/reduxjs/redux-toolkit/releases) - [Commits](https://github.com/reduxjs/redux-toolkit/compare/v2.9.0...v2.9.1) --- updated-dependencies: - dependency-name: "@reduxjs/toolkit" dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/main/webui/yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main/webui/yarn.lock') diff --git a/src/main/webui/yarn.lock b/src/main/webui/yarn.lock index 16405c3..1416e70 100644 --- a/src/main/webui/yarn.lock +++ b/src/main/webui/yarn.lock @@ -1328,9 +1328,9 @@ __metadata: languageName: node linkType: hard -"@reduxjs/toolkit@npm:^2.9.0": - version: 2.9.0 - resolution: "@reduxjs/toolkit@npm:2.9.0" +"@reduxjs/toolkit@npm:^2.9.2": + version: 2.9.2 + resolution: "@reduxjs/toolkit@npm:2.9.2" dependencies: "@standard-schema/spec": ^1.0.0 "@standard-schema/utils": ^0.3.0 @@ -1346,7 +1346,7 @@ __metadata: optional: true react-redux: optional: true - checksum: 3c7458a1ba254e9b59e05cdbb5b25c2328108aa5f98f9f0173e90fe03b8f6fb698ad6829de998a6567786ff59748e2d2e1c158ef9764fa4007aeb7dba59c5c3d + checksum: bc267173abc8a84301a96d60ee5f90e8fe23a5912964dc4ba74d28290ea9cffd2f93ca4fcca11b2de8eba073de94cc526d6dd463a8b9e867714400d680c21939 languageName: node linkType: hard @@ -5898,7 +5898,7 @@ eslint@latest: "@graphql-codegen/client-preset": latest "@heroicons/react": 2.0.16 "@mantine/hooks": ^8.3.4 - "@reduxjs/toolkit": ^2.9.0 + "@reduxjs/toolkit": ^2.9.2 "@rsbuild/core": ^1.5.17 "@rsbuild/plugin-eslint": latest "@rsbuild/plugin-react": ^1.4.1 -- cgit