From d3cbd34ba2a9b3d2e3661beedb6f35ecc1cb4d3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 04:37:37 +0000 Subject: [PATCH] build(deps): bump @reduxjs/toolkit from 2.2.3 to 2.2.5 Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 2.2.3 to 2.2.5. - [Release notes](https://github.com/reduxjs/redux-toolkit/releases) - [Commits](https://github.com/reduxjs/redux-toolkit/compare/v2.2.3...v2.2.5) --- updated-dependencies: - dependency-name: "@reduxjs/toolkit" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 01e27ec6..f755c6d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@redhat-cloud-services/frontend-components": "4.2.10", "@redhat-cloud-services/frontend-components-notifications": "4.1.0", "@redhat-cloud-services/frontend-components-utilities": "4.0.11", - "@reduxjs/toolkit": "2.2.3", + "@reduxjs/toolkit": "2.2.5", "@scalprum/react-core": "0.7.1", "@unleash/proxy-client-react": "4.2.4", "classnames": "2.5.1", @@ -3946,14 +3946,14 @@ "integrity": "sha512-dKYYSLU0cwNkOSq5kSvdKWzgwFGBk45uwAwoHGi44PMQdWkuz+tXhYLrKKAXoSXVahR6VFjBDONlaxok8Lzkcw==" }, "node_modules/@reduxjs/toolkit": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.2.3.tgz", - "integrity": "sha512-76dll9EnJXg4EVcI5YNxZA/9hSAmZsFqzMmNRHvIlzw2WS/twfcVX3ysYrWGJMClwEmChQFC4yRq74tn6fdzRA==", + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.2.5.tgz", + "integrity": "sha512-aeFA/s5NCG7NoJe/MhmwREJxRkDs0ZaSqt0MxhWUrwCf1UQXpwR87RROJEql0uAkLI6U7snBOYOcKw83ew3FPg==", "dependencies": { "immer": "^10.0.3", "redux": "^5.0.1", "redux-thunk": "^3.1.0", - "reselect": "^5.0.1" + "reselect": "^5.1.0" }, "peerDependencies": { "react": "^16.9.0 || ^17.0.0 || ^18", diff --git a/package.json b/package.json index fb9ab4c1..676eedb7 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@redhat-cloud-services/frontend-components": "4.2.10", "@redhat-cloud-services/frontend-components-notifications": "4.1.0", "@redhat-cloud-services/frontend-components-utilities": "4.0.11", - "@reduxjs/toolkit": "2.2.3", + "@reduxjs/toolkit": "2.2.5", "@scalprum/react-core": "0.7.1", "@unleash/proxy-client-react": "4.2.4", "classnames": "2.5.1",