From 78fc092c0bdc431639ce7dece2fffadb9e690dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 04:53:40 +0000 Subject: [PATCH] build(deps): bump redux and redux-thunk Bumps [redux](https://github.com/reduxjs/redux) and [redux-thunk](https://github.com/reduxjs/redux-thunk). These dependencies needed to be updated together. Updates `redux` from 4.2.1 to 5.0.0 - [Release notes](https://github.com/reduxjs/redux/releases) - [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/redux/compare/v4.2.1...v5.0.0) Updates `redux-thunk` from 2.4.2 to 3.0.1 - [Release notes](https://github.com/reduxjs/redux-thunk/releases) - [Commits](https://github.com/reduxjs/redux-thunk/compare/v2.4.2...v3.0.1) --- updated-dependencies: - dependency-name: redux dependency-type: direct:production update-type: version-update:semver-major - dependency-name: redux-thunk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 23 +++++++++++++++-------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index f046ff8744c..ae1acb2a831 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,9 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-redux": "8.1.3", - "redux": "4.2.1", + "redux": "5.0.0", "redux-logger": "3.0.6", - "redux-thunk": "2.4.2", + "redux-thunk": "3.1.0", "uuidjs": "4.2.12" }, "description": "The most secure collaboration platform.", diff --git a/yarn.lock b/yarn.lock index d2dfe0c87c0..339d5813334 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13726,16 +13726,23 @@ __metadata: languageName: node linkType: hard -"redux-thunk@npm:2.4.2": - version: 2.4.2 - resolution: "redux-thunk@npm:2.4.2" +"redux-thunk@npm:3.1.0": + version: 3.1.0 + resolution: "redux-thunk@npm:3.1.0" peerDependencies: - redux: ^4 - checksum: c7f757f6c383b8ec26152c113e20087818d18ed3edf438aaad43539e9a6b77b427ade755c9595c4a163b6ad3063adf3497e5fe6a36c68884eb1f1cfb6f049a5c + redux: ^5.0.0 + checksum: bea96f8233975aad4c9f24ca1ffd08ac7ec91eaefc26e7ba9935544dc55d7f09ba2aa726676dab53dc79d0c91e8071f9729cddfea927f4c41839757d2ade0f50 + languageName: node + linkType: hard + +"redux@npm:5.0.0": + version: 5.0.0 + resolution: "redux@npm:5.0.0" + checksum: be49160d4bd01e10108c425ade999f1b456204895c4bdd0c7825ab09efffded51955c5c242847406a7b3f273e9011a9c102848c512a099a75617b97b13d2cca8 languageName: node linkType: hard -"redux@npm:4.2.1, redux@npm:^4.0.0": +"redux@npm:^4.0.0": version: 4.2.1 resolution: "redux@npm:4.2.1" dependencies: @@ -16429,9 +16436,9 @@ __metadata: react: 18.2.0 react-dom: 18.2.0 react-redux: 8.1.3 - redux: 4.2.1 + redux: 5.0.0 redux-logger: 3.0.6 - redux-thunk: 2.4.2 + redux-thunk: 3.1.0 rimraf: 5.0.5 sinon: 17.0.1 sort-json: 2.0.1