From e46c0cf941203a4d894d2283675d26fc0068008b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 08:59:14 +0000 Subject: [PATCH] chore(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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e356bd3..4adc07f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@dnd-kit/sortable": "^8.0.0", "@open-ish/utility-storagefy": "1.1.1", "@open-ish/utility-trycatchfy": "1.3.2", - "@reduxjs/toolkit": "^2.3.0", + "@reduxjs/toolkit": "^2.5.0", "axios": "^1.1.3", "classnames": "^2.3.2", "react": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index 7030649..e4a130e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2326,10 +2326,10 @@ schema-utils "^3.0.0" source-map "^0.7.3" -"@reduxjs/toolkit@^2.3.0": - version "2.3.0" - resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-2.3.0.tgz#d00134634d6c1678e8563ac50026e429e3b64420" - integrity sha512-WC7Yd6cNGfHx8zf+iu+Q1UPTfEcXhQ+ATi7CV1hlrSAaQBdlPzg7Ww/wJHNQem7qG9rxmWoFCDCPubSvFObGzA== +"@reduxjs/toolkit@^2.5.0": + version "2.5.0" + resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-2.5.0.tgz#4679b09b4da211cb9a821803aabf86a13c96fbfa" + integrity sha512-awNe2oTodsZ6LmRqmkFhtb/KH03hUhxOamEQy411m3Njj3BbFvoBovxo4Q1cBWnV1ErprVj9MlF0UPXkng0eyg== dependencies: immer "^10.0.3" redux "^5.0.1"