From 2ec85661c4f1530cb40ed737a38fdd92ec9902b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 04:43:25 +0000 Subject: [PATCH] build(deps): bump @reduxjs/toolkit from 2.7.0 to 2.8.1 Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 2.7.0 to 2.8.1. - [Release notes](https://github.com/reduxjs/redux-toolkit/releases) - [Commits](https://github.com/reduxjs/redux-toolkit/compare/v2.7.0...v2.8.1) --- updated-dependencies: - dependency-name: "@reduxjs/toolkit" dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f551790a..3fc18bbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@redhat-cloud-services/frontend-components": "5.2.6", "@redhat-cloud-services/frontend-components-notifications": "4.1.20", "@redhat-cloud-services/frontend-components-utilities": "5.0.11", - "@reduxjs/toolkit": "2.7.0", + "@reduxjs/toolkit": "2.8.1", "@scalprum/react-core": "0.9.5", "@sentry/webpack-plugin": "3.4.0", "@unleash/proxy-client-react": "5.0.0", @@ -4062,9 +4062,9 @@ "license": "Apache-2.0" }, "node_modules/@reduxjs/toolkit": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.7.0.tgz", - "integrity": "sha512-XVwolG6eTqwV0N8z/oDlN93ITCIGIop6leXlGJI/4EKy+0POYkR+ABHRSdGXY+0MQvJBP8yAzh+EYFxTuvmBiQ==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.8.1.tgz", + "integrity": "sha512-GLjHS13LiBdiuxSJvfWs3+Cx5yt97mCbuVlDteTusS6VRksPhoWviO8L1e3Re1G94m6lkw/l4pjEEyyNaGf19g==", "license": "MIT", "dependencies": { "@standard-schema/spec": "^1.0.0", @@ -22063,9 +22063,9 @@ "version": "1.0.21" }, "@reduxjs/toolkit": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.7.0.tgz", - "integrity": "sha512-XVwolG6eTqwV0N8z/oDlN93ITCIGIop6leXlGJI/4EKy+0POYkR+ABHRSdGXY+0MQvJBP8yAzh+EYFxTuvmBiQ==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.8.1.tgz", + "integrity": "sha512-GLjHS13LiBdiuxSJvfWs3+Cx5yt97mCbuVlDteTusS6VRksPhoWviO8L1e3Re1G94m6lkw/l4pjEEyyNaGf19g==", "requires": { "@standard-schema/spec": "^1.0.0", "@standard-schema/utils": "^0.3.0", diff --git a/package.json b/package.json index be56ad07..d32c1ed0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@redhat-cloud-services/frontend-components": "5.2.6", "@redhat-cloud-services/frontend-components-notifications": "4.1.20", "@redhat-cloud-services/frontend-components-utilities": "5.0.11", - "@reduxjs/toolkit": "2.7.0", + "@reduxjs/toolkit": "2.8.1", "@scalprum/react-core": "0.9.5", "@sentry/webpack-plugin": "3.4.0", "@unleash/proxy-client-react": "5.0.0",