From 2a65c8289da4b12de15834a88c93ab05b0374553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:12:11 +0000 Subject: [PATCH] Bump redux-thunk from 2.4.1 to 2.4.2 in /horreum-web Bumps [redux-thunk](https://github.com/reduxjs/redux-thunk) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/reduxjs/redux-thunk/releases) - [Commits](https://github.com/reduxjs/redux-thunk/compare/v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: redux-thunk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- horreum-web/package-lock.json | 9 ++++----- horreum-web/package.json | 3 +-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/horreum-web/package-lock.json b/horreum-web/package-lock.json index d220a22d9..bbf48957e 100644 --- a/horreum-web/package-lock.json +++ b/horreum-web/package-lock.json @@ -43,8 +43,7 @@ "react-to-print": "2.14.15", "recharts": "2.10.4", "redux": "4.2.1", - "redux-first-history": "5.2.0", - "redux-thunk": "2.4.1", + "redux-thunk": "2.4.2", "typescript": "4.9.5", "uuid": "9.0.0", "vite": "5.0.11", @@ -4392,9 +4391,9 @@ } }, "node_modules/redux-thunk": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.1.tgz", - "integrity": "sha512-OOYGNY5Jy2TWvTL1KgAlVy6dcx3siPJ1wTq741EPyUKfn6W6nChdICjZwCd0p8AZBs5kWpZlbkXW2nE/zjUa+Q==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz", + "integrity": "sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==", "peerDependencies": { "redux": "^4" } diff --git a/horreum-web/package.json b/horreum-web/package.json index 3292b4414..7bc3ffb0c 100644 --- a/horreum-web/package.json +++ b/horreum-web/package.json @@ -39,8 +39,7 @@ "react-to-print": "2.14.15", "recharts": "2.10.4", "redux": "4.2.1", - "redux-first-history": "5.2.0", - "redux-thunk": "2.4.1", + "redux-thunk": "2.4.2", "typescript": "4.9.5", "uuid": "9.0.0", "vite": "5.0.11",