From 617767b22fa597031b9cacb4067993ab6b5d0f3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:22:54 +0000 Subject: [PATCH] Bump redux-thunk from 2.4.2 to 3.1.0 Bumps [redux-thunk](https://github.com/reduxjs/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-thunk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1124ead1..0d6c1bb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-select": "~1.0.0-rc.3", "redux": "~3.6.0", "redux-devtools-extension": "~1.0.0", - "redux-thunk": "~2.4.2", + "redux-thunk": "~3.1.0", "zoo-grommet": "~0.3.5", "zooniverse-react-components": "~0.14.1" }, @@ -13159,11 +13159,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==", + "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/reflect.getprototypeof": { @@ -27203,9 +27203,9 @@ } }, "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==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-3.1.0.tgz", + "integrity": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==" }, "reflect.getprototypeof": { "version": "1.0.4", diff --git a/package.json b/package.json index f4335b82..e99462b5 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "react-select": "~1.0.0-rc.3", "redux": "~3.6.0", "redux-devtools-extension": "~1.0.0", - "redux-thunk": "~2.4.2", + "redux-thunk": "~3.1.0", "zoo-grommet": "~0.3.5", "zooniverse-react-components": "~0.14.1" },