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> --- ...eduxjs-toolkit-npm-2.9.0-78ce18e27f-3c7458a1ba.zip | Bin 1535793 -> 0 bytes ...eduxjs-toolkit-npm-2.9.2-236c2652d4-bc267173ab.zip | Bin 0 -> 1552454 bytes src/main/webui/package.json | 2 +- src/main/webui/yarn.lock | 10 +++++----- 4 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 src/main/webui/.yarn/cache/@reduxjs-toolkit-npm-2.9.0-78ce18e27f-3c7458a1ba.zip create mode 100644 src/main/webui/.yarn/cache/@reduxjs-toolkit-npm-2.9.2-236c2652d4-bc267173ab.zip (limited to 'src') diff --git a/src/main/webui/.yarn/cache/@reduxjs-toolkit-npm-2.9.0-78ce18e27f-3c7458a1ba.zip b/src/main/webui/.yarn/cache/@reduxjs-toolkit-npm-2.9.0-78ce18e27f-3c7458a1ba.zip deleted file mode 100644 index 175840c..0000000 Binary files a/src/main/webui/.yarn/cache/@reduxjs-toolkit-npm-2.9.0-78ce18e27f-3c7458a1ba.zip and /dev/null differ diff --git a/src/main/webui/.yarn/cache/@reduxjs-toolkit-npm-2.9.2-236c2652d4-bc267173ab.zip b/src/main/webui/.yarn/cache/@reduxjs-toolkit-npm-2.9.2-236c2652d4-bc267173ab.zip new file mode 100644 index 0000000..af55bd8 Binary files /dev/null and b/src/main/webui/.yarn/cache/@reduxjs-toolkit-npm-2.9.2-236c2652d4-bc267173ab.zip differ diff --git a/src/main/webui/package.json b/src/main/webui/package.json index 17908a6..8660339 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.3.4", - "@reduxjs/toolkit": "^2.9.0", + "@reduxjs/toolkit": "^2.9.2", "@rsbuild/core": "^1.5.17", "@rsbuild/plugin-react": "^1.4.1", "@rsbuild/plugin-svgr": "^1.2.2", 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