build(deps): bump @reduxjs/toolkit from 2.3.0 to 2.5.0

Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 2.3.0 to 2.5.0.
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](https://github.com/reduxjs/redux-toolkit/compare/v2.3.0...v2.5.0)

---
updated-dependencies:
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-20 04:33:49 +00:00 committed by Klara Simickova
parent 36163d984d
commit 68c7b566e9
2 changed files with 6 additions and 7 deletions

11
package-lock.json generated
View file

@ -16,7 +16,7 @@
"@redhat-cloud-services/frontend-components": "4.2.22",
"@redhat-cloud-services/frontend-components-notifications": "4.1.1",
"@redhat-cloud-services/frontend-components-utilities": "4.0.19",
"@reduxjs/toolkit": "2.3.0",
"@reduxjs/toolkit": "2.5.0",
"@scalprum/react-core": "0.9.3",
"@sentry/webpack-plugin": "2.22.6",
"@unleash/proxy-client-react": "4.3.1",
@ -4095,10 +4095,9 @@
"license": "Apache-2.0"
},
"node_modules/@reduxjs/toolkit": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.3.0.tgz",
"integrity": "sha512-WC7Yd6cNGfHx8zf+iu+Q1UPTfEcXhQ+ATi7CV1hlrSAaQBdlPzg7Ww/wJHNQem7qG9rxmWoFCDCPubSvFObGzA==",
"license": "MIT",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.5.0.tgz",
"integrity": "sha512-awNe2oTodsZ6LmRqmkFhtb/KH03hUhxOamEQy411m3Njj3BbFvoBovxo4Q1cBWnV1ErprVj9MlF0UPXkng0eyg==",
"dependencies": {
"immer": "^10.0.3",
"redux": "^5.0.1",
@ -4106,7 +4105,7 @@
"reselect": "^5.1.0"
},
"peerDependencies": {
"react": "^16.9.0 || ^17.0.0 || ^18",
"react": "^16.9.0 || ^17.0.0 || ^18 || ^19",
"react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0"
},
"peerDependenciesMeta": {