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> --- ...eduxjs-toolkit-npm-2.8.2-94891c578c-94bb4714ff.zip | Bin 1517712 -> 0 bytes ...eduxjs-toolkit-npm-2.9.0-78ce18e27f-3c7458a1ba.zip | Bin 0 -> 1535793 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.8.2-94891c578c-94bb4714ff.zip create mode 100644 src/main/webui/.yarn/cache/@reduxjs-toolkit-npm-2.9.0-78ce18e27f-3c7458a1ba.zip (limited to 'src/main') diff --git a/src/main/webui/.yarn/cache/@reduxjs-toolkit-npm-2.8.2-94891c578c-94bb4714ff.zip b/src/main/webui/.yarn/cache/@reduxjs-toolkit-npm-2.8.2-94891c578c-94bb4714ff.zip deleted file mode 100644 index d7d382d..0000000 Binary files a/src/main/webui/.yarn/cache/@reduxjs-toolkit-npm-2.8.2-94891c578c-94bb4714ff.zip and /dev/null differ 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 new file mode 100644 index 0000000..175840c Binary files /dev/null and b/src/main/webui/.yarn/cache/@reduxjs-toolkit-npm-2.9.0-78ce18e27f-3c7458a1ba.zip differ 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", diff --git a/src/main/webui/yarn.lock b/src/main/webui/yarn.lock index 3552178..e461907 100644 --- a/src/main/webui/yarn.lock +++ b/src/main/webui/yarn.lock @@ -1367,9 +1367,9 @@ __metadata: languageName: node linkType: hard -"@reduxjs/toolkit@npm:^2.8.2": - version: 2.8.2 - resolution: "@reduxjs/toolkit@npm:2.8.2" +"@reduxjs/toolkit@npm:^2.9.0": + version: 2.9.0 + resolution: "@reduxjs/toolkit@npm:2.9.0" dependencies: "@standard-schema/spec": ^1.0.0 "@standard-schema/utils": ^0.3.0 @@ -1385,7 +1385,7 @@ __metadata: optional: true react-redux: optional: true - checksum: 94bb4714ff734ea2c0e632a29b0b165507321be097258e6bd66dddca81760610defcc9eff3a46d35e1de010402d24078a7e74648cbc94d5eacfc84dcb01c7161 + checksum: 3c7458a1ba254e9b59e05cdbb5b25c2328108aa5f98f9f0173e90fe03b8f6fb698ad6829de998a6567786ff59748e2d2e1c158ef9764fa4007aeb7dba59c5c3d languageName: node linkType: hard @@ -5937,7 +5937,7 @@ eslint@latest: "@graphql-codegen/client-preset": latest "@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-eslint": latest "@rsbuild/plugin-react": ^1.4.0 -- cgit