diff --git a/horreum-web/package-lock.json b/horreum-web/package-lock.json index 779276b03..436112891 100644 --- a/horreum-web/package-lock.json +++ b/horreum-web/package-lock.json @@ -45,7 +45,7 @@ "react-to-print": "2.14.15", "recharts": "2.10.4", "redux": "4.2.1", - "redux-first-history": "5.1.1", + "redux-first-history": "5.2.0", "redux-thunk": "2.4.1", "typescript": "4.9.5", "uuid": "9.0.0" @@ -15262,12 +15262,12 @@ } }, "node_modules/redux-first-history": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/redux-first-history/-/redux-first-history-5.1.1.tgz", - "integrity": "sha512-ujVHv+y9wC2rqavS5tLiSu6zkw+VYrEea+/ggwVTRuutadEtwxSRlaK19ry/PTLSQtFuUF1Xu+plL5erD4roVw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/redux-first-history/-/redux-first-history-5.2.0.tgz", + "integrity": "sha512-7kLqtSXGPZIgvEhl3B+3wRvzePvvZggpVqg+jpR2ZVqu2ESGj9DF6hMHpoEP7bGHqddljjKYjnRmtSetYEiG2Q==", "peerDependencies": { "history": "^4.7.2 || ^5.0", - "redux": "^3.6.0 || ^4.0.0" + "redux": "^3.6.0 || ^4.0.0 || ^5.0.0" } }, "node_modules/redux-thunk": { diff --git a/horreum-web/package.json b/horreum-web/package.json index b0eee3aa2..dd4c664d7 100644 --- a/horreum-web/package.json +++ b/horreum-web/package.json @@ -40,7 +40,7 @@ "react-to-print": "2.14.15", "recharts": "2.10.4", "redux": "4.2.1", - "redux-first-history": "5.1.1", + "redux-first-history": "5.2.0", "redux-thunk": "2.4.1", "typescript": "4.9.5", "uuid": "9.0.0"