From 01d494b0a5cf24f9c8c97522b8ead7dea76d4718 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 14:22:25 +0000 Subject: [PATCH] chore(deps): update dependency redux-thunk to v3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- client/package-lock.json | 11 ++++++----- client/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 6680f82c..9ad541dc 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -60,7 +60,7 @@ "recharts": "^2.8.0", "redux": "^3.7.2", "redux-actions": "^0.13.0", - "redux-thunk": "^2.2.0", + "redux-thunk": "^3.0.0", "slick-carousel": "^1.8.1", "superagent": "^5.0.5", "typeface-roboto": "1.1.13", @@ -24562,11 +24562,12 @@ "dev": true }, "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==", + "license": "MIT", "peerDependencies": { - "redux": "^4" + "redux": "^5.0.0" } }, "node_modules/reflect.getprototypeof": { diff --git a/client/package.json b/client/package.json index 70660f74..49794a18 100644 --- a/client/package.json +++ b/client/package.json @@ -54,7 +54,7 @@ "recharts": "^2.8.0", "redux": "^3.7.2", "redux-actions": "^0.13.0", - "redux-thunk": "^2.2.0", + "redux-thunk": "^3.0.0", "slick-carousel": "^1.8.1", "@svgr/webpack": "8.1.0", "superagent": "^5.0.5",