chore:(deps): bump react-countup from 4.4.0 to 5.0.0 in /explorer (#18915)

Bumps [react-countup](https://github.com/glennreyes/react-countup) from 4.4.0 to 5.0.0.
- [Release notes](https://github.com/glennreyes/react-countup/releases)
- [Commits](https://github.com/glennreyes/react-countup/compare/v4.4.0...v5.0.0)

---
updated-dependencies:
- dependency-name: react-countup
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-07-27 08:07:40 +00:00 committed by GitHub
parent df1bec4f5f
commit eb6656a553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View File

@ -43,7 +43,7 @@
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-chartjs-2": "^2.11.2",
"react-countup": "^4.4.0",
"react-countup": "^5.0.0",
"react-dom": "^17.0.2",
"react-moment": "^1.1.1",
"react-router-dom": "^5.2.0",
@ -6985,9 +6985,9 @@
}
},
"node_modules/countup.js": {
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/countup.js/-/countup.js-1.9.3.tgz",
"integrity": "sha1-zj5QzXFgRB5HjwfaMYle3MDxyd0="
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.0.7.tgz",
"integrity": "sha512-FO0nQdvG1iQwHp28wdvkErxnNUSbdkzztqZ6YNHKLHydngD2tdiKEW8dFrqpahF3tj+Ma70h0vyYrCBzxlVWdg=="
},
"node_modules/create-ecdh": {
"version": "4.0.4",
@ -19091,11 +19091,11 @@
}
},
"node_modules/react-countup": {
"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==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-5.0.0.tgz",
"integrity": "sha512-nfskEVNHELkQ5famxdE13Xl/zODG3g67hNY4y6yhiIInonOo/b0P2yHHi7wYFaEKLixDPIQfcIzssg/jW3pYdg==",
"dependencies": {
"countup.js": "^1.9.3",
"countup.js": "^2.0.7",
"prop-types": "^15.7.2",
"warning": "^4.0.3"
},
@ -30645,9 +30645,9 @@
}
},
"countup.js": {
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/countup.js/-/countup.js-1.9.3.tgz",
"integrity": "sha1-zj5QzXFgRB5HjwfaMYle3MDxyd0="
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.0.7.tgz",
"integrity": "sha512-FO0nQdvG1iQwHp28wdvkErxnNUSbdkzztqZ6YNHKLHydngD2tdiKEW8dFrqpahF3tj+Ma70h0vyYrCBzxlVWdg=="
},
"create-ecdh": {
"version": "4.0.4",
@ -40443,11 +40443,11 @@
}
},
"react-countup": {
"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==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-5.0.0.tgz",
"integrity": "sha512-nfskEVNHELkQ5famxdE13Xl/zODG3g67hNY4y6yhiIInonOo/b0P2yHHi7wYFaEKLixDPIQfcIzssg/jW3pYdg==",
"requires": {
"countup.js": "^1.9.3",
"countup.js": "^2.0.7",
"prop-types": "^15.7.2",
"warning": "^4.0.3"
}

View File

@ -39,7 +39,7 @@
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-chartjs-2": "^2.11.2",
"react-countup": "^4.4.0",
"react-countup": "^5.0.0",
"react-dom": "^17.0.2",
"react-moment": "^1.1.1",
"react-router-dom": "^5.2.0",