From b106822925037684e405fcf6f27b3b0ee98a9851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:26:33 +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 6dc2b5fc48..05c282dec5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "react-sizes": "~1.0.4", "react-translate-component": "~0.15.1", "redux": "~4.2.1", - "redux-thunk": "~2.4.1", + "redux-thunk": "~3.1.0", "regl": "~1.3.11", "shortid": "~2.2.14", "sort-into-columns": "~1.0.0", @@ -13878,11 +13878,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": { @@ -27884,9 +27884,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 2ae2c80f1a..79fb4229dd 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react-sizes": "~1.0.4", "react-translate-component": "~0.15.1", "redux": "~4.2.1", - "redux-thunk": "~2.4.1", + "redux-thunk": "~3.1.0", "regl": "~1.3.11", "shortid": "~2.2.14", "sort-into-columns": "~1.0.0",