diff --git a/package-lock.json b/package-lock.json index f870f1757..e5ba43f55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "react-redux": "7.2.2", "react-router": "6.18.0", "react-router-dom": "6.18.0", - "react-router-hash-link": "2.3.1", + "react-router-hash-link": "2.4.3", "react-scroll": "1.8.4", "react-string-replace": "1.1.1", "react-transition-group": "4.4.1", @@ -16111,9 +16111,10 @@ } }, "node_modules/react-router-hash-link": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/react-router-hash-link/-/react-router-hash-link-2.3.1.tgz", - "integrity": "sha512-QVYLaBLmRGovSbQv4Tbjqnl9JMEQ8c5rWebkZU16ovgZtpmNIf2znGj3uWaKkAL7lhuYBPcC3OAfhw7lk/QwNw==", + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/react-router-hash-link/-/react-router-hash-link-2.4.3.tgz", + "integrity": "sha512-NU7GWc265m92xh/aYD79Vr1W+zAIXDWp3L2YZOYP4rCqPnJ6LI6vh3+rKgkidtYijozHclaEQTAHaAaMWPVI4A==", + "license": "MIT", "dependencies": { "prop-types": "^15.7.2" }, diff --git a/package.json b/package.json index 453ce5c26..b5932b264 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "react-redux": "7.2.2", "react-router": "6.18.0", "react-router-dom": "6.18.0", - "react-router-hash-link": "2.3.1", + "react-router-hash-link": "2.4.3", "react-scroll": "1.8.4", "react-string-replace": "1.1.1", "react-transition-group": "4.4.1",