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",