From aa285e5afc6b7b20808daf69dc3bb8511190db2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 10:26:59 +0000 Subject: [PATCH] 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.1 - [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.1) Updates `redux-thunk` from 2.4.2 to 3.1.0 - [Release notes](https://github.com/reduxjs/redux-thunk/releases) - [Commits](https://github.com/reduxjs/redux-thunk/compare/v2.4.2...v3.1.0) --- 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-lock.json | 39 +++++++++++++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 27 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6b8385e7b7..c6674e3572 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,9 +47,9 @@ "react-redux": "^8.1.3", "react-router-dom": "^5.2.0", "react-scripts": "^5.0.1", - "redux": "^4.2.1", + "redux": "^5.0.1", "redux-logger": "^3.0.6", - "redux-thunk": "^2.4.2", + "redux-thunk": "^3.1.0", "styled-components": "^6.1.1", "uuid": "^9.0.1", "whatwg-fetch": "^3.6.19" @@ -5131,6 +5131,14 @@ "redux": "^4.0.0" } }, + "node_modules/@types/react-redux/node_modules/redux": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz", + "integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==", + "dependencies": { + "@babel/runtime": "^7.9.2" + } + }, "node_modules/@types/react-transition-group": { "version": "4.4.5", "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.5.tgz", @@ -18544,6 +18552,14 @@ } } }, + "node_modules/react-beautiful-dnd/node_modules/redux": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz", + "integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==", + "dependencies": { + "@babel/runtime": "^7.9.2" + } + }, "node_modules/react-datepicker": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-1.8.0.tgz", @@ -20302,13 +20318,9 @@ } }, "node_modules/redux": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz", - "integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.9.2" - } + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/redux/-/redux-5.0.1.tgz", + "integrity": "sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==" }, "node_modules/redux-logger": { "version": "3.0.6", @@ -20320,12 +20332,11 @@ } }, "node_modules/redux-thunk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz", - "integrity": "sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==", - "license": "MIT", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-3.1.0.tgz", + "integrity": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==", "peerDependencies": { - "redux": "^4" + "redux": "^5.0.0" } }, "node_modules/regenerate": { diff --git a/package.json b/package.json index 3d3322faa0..887a00ae19 100644 --- a/package.json +++ b/package.json @@ -61,9 +61,9 @@ "react-redux": "^8.1.3", "react-router-dom": "^5.2.0", "react-scripts": "^5.0.1", - "redux": "^4.2.1", + "redux": "^5.0.1", "redux-logger": "^3.0.6", - "redux-thunk": "^2.4.2", + "redux-thunk": "^3.1.0", "styled-components": "^6.1.1", "uuid": "^9.0.1", "whatwg-fetch": "^3.6.19"