diff --git a/explorer/package-lock.json b/explorer/package-lock.json index e89208b39f..cbc1d3b28a 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -43,7 +43,7 @@ "prettier": "^2.3.2", "react": "^17.0.2", "react-chartjs-2": "^2.11.2", - "react-countup": "^4.3.3", + "react-countup": "^4.4.0", "react-dom": "^17.0.2", "react-moment": "^1.1.1", "react-router-dom": "^5.2.0", @@ -18963,13 +18963,16 @@ } }, "node_modules/react-countup": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-4.3.3.tgz", - "integrity": "sha512-pWnxpwdPNRyJFha/YKKbyc4RLAw8PzmULdgCziGIgw6vxhT1VdccrvQgj38HBSoM2qF/MoLmn4M2klvDWVIdaw==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-4.4.0.tgz", + "integrity": "sha512-PSSpvRT5FCjCVh3NzPpz/SgeG8b9LnpfCSO1TEMK8K/GhmxI+s8D/KbxGCFsmmeq+Y0cnf2KepUHssPfH/7iyw==", "dependencies": { "countup.js": "^1.9.3", "prop-types": "^15.7.2", "warning": "^4.0.3" + }, + "peerDependencies": { + "react": ">= 16.3.0" } }, "node_modules/react-dev-utils": { @@ -40218,9 +40221,9 @@ } }, "react-countup": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-4.3.3.tgz", - "integrity": "sha512-pWnxpwdPNRyJFha/YKKbyc4RLAw8PzmULdgCziGIgw6vxhT1VdccrvQgj38HBSoM2qF/MoLmn4M2klvDWVIdaw==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-4.4.0.tgz", + "integrity": "sha512-PSSpvRT5FCjCVh3NzPpz/SgeG8b9LnpfCSO1TEMK8K/GhmxI+s8D/KbxGCFsmmeq+Y0cnf2KepUHssPfH/7iyw==", "requires": { "countup.js": "^1.9.3", "prop-types": "^15.7.2", diff --git a/explorer/package.json b/explorer/package.json index 94f06f658e..b8bfb530a1 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -39,7 +39,7 @@ "prettier": "^2.3.2", "react": "^17.0.2", "react-chartjs-2": "^2.11.2", - "react-countup": "^4.3.3", + "react-countup": "^4.4.0", "react-dom": "^17.0.2", "react-moment": "^1.1.1", "react-router-dom": "^5.2.0",