diff --git a/package-lock.json b/package-lock.json index 4f501c524..aef7708b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17943,9 +17943,9 @@ } }, "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==" }, "redux-logger": { "version": "3.0.6", diff --git a/package.json b/package.json index 27c171414..d129d5349 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "react-redux": "8.1.3", "react-router-dom": "6.3.0", "redux": "4.2.1", - "redux-first-history": "5.1.1", + "redux-first-history": "5.2.0", "redux-logger": "3.0.6", "uuid": "9.0.1" },