chore:(deps): bump react-countup from 5.2.0 to 6.0.0 in /explorer (#20029)

Bumps [react-countup](https://github.com/glennreyes/react-countup) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/glennreyes/react-countup/releases)
- [Commits](https://github.com/glennreyes/react-countup/compare/v5.2.0...v6.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-09-20 08:07:23 +00:00 committed by GitHub
parent 9c6b916c30
commit 7a785e067a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -44,7 +44,7 @@
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-chartjs-2": "^2.11.2",
"react-countup": "^5.2.0",
"react-countup": "^6.0.0",
"react-dom": "^17.0.2",
"react-moment": "^1.1.1",
"react-router-dom": "^5.3.0",
@ -19019,9 +19019,9 @@
}
},
"node_modules/react-countup": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-5.2.0.tgz",
"integrity": "sha512-R6+FIrW8ypwoAe0Q0CZ16OhrgAntnnnch7HrnRAy9miXFKk8jQzVADjNtGSoNUuJeq/ZFiiXCGJCJIAmRJ5fLg==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.0.0.tgz",
"integrity": "sha512-Q5M8TbtdeSrnK6UaMgZBaV13GZHKsWh5FedzFM9HSWcI48x1SzJ33fCJcX23juLzguwRU3ZtumqlLdCUJdRPfA==",
"dependencies": {
"countup.js": "^2.0.8"
},
@ -40127,9 +40127,9 @@
}
},
"react-countup": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-5.2.0.tgz",
"integrity": "sha512-R6+FIrW8ypwoAe0Q0CZ16OhrgAntnnnch7HrnRAy9miXFKk8jQzVADjNtGSoNUuJeq/ZFiiXCGJCJIAmRJ5fLg==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.0.0.tgz",
"integrity": "sha512-Q5M8TbtdeSrnK6UaMgZBaV13GZHKsWh5FedzFM9HSWcI48x1SzJ33fCJcX23juLzguwRU3ZtumqlLdCUJdRPfA==",
"requires": {
"countup.js": "^2.0.8"
}

View File

@ -39,7 +39,7 @@
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-chartjs-2": "^2.11.2",
"react-countup": "^5.2.0",
"react-countup": "^6.0.0",
"react-dom": "^17.0.2",
"react-moment": "^1.1.1",
"react-router-dom": "^5.3.0",