diff --git a/package.json b/package.json index c91d5b2..b56ab3b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@material-ui/core": "^4.11.3", "@material-ui/icons": "^4.11.2", "csstype": "2.6.14", - "react-countup": "^4.3.3", + "react-countup": "^4.4.0", "rewards-lite": "^1.0.5" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 58e256e..8575eaa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -483,10 +483,10 @@ prop-types@^15.6.2, prop-types@^15.7.2: object-assign "^4.1.1" react-is "^16.8.1" -react-countup@^4.3.3: - version "4.3.3" - resolved "https://registry.yarnpkg.com/react-countup/-/react-countup-4.3.3.tgz#143a8d854d47290b73d6915eac20a12d839153c2" - integrity sha512-pWnxpwdPNRyJFha/YKKbyc4RLAw8PzmULdgCziGIgw6vxhT1VdccrvQgj38HBSoM2qF/MoLmn4M2klvDWVIdaw== +react-countup@^4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/react-countup/-/react-countup-4.4.0.tgz#ca5c0a971c442a06a7bc52f3921ad2e66ba65990" + integrity sha512-PSSpvRT5FCjCVh3NzPpz/SgeG8b9LnpfCSO1TEMK8K/GhmxI+s8D/KbxGCFsmmeq+Y0cnf2KepUHssPfH/7iyw== dependencies: countup.js "^1.9.3" prop-types "^15.7.2"