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

Bumps [react-countup](https://github.com/glennreyes/react-countup) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/glennreyes/react-countup/releases)
- [Commits](https://github.com/glennreyes/react-countup/compare/v6.0.0...v6.1.0)

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

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-11-29 02:03:48 +00:00 committed by GitHub
parent 198c275cde
commit 1cd1d3ff72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -48,7 +48,7 @@
"react": "^17.0.2",
"react-chartjs-2": "^2.11.2",
"react-content-loader": "^6.0.3",
"react-countup": "^6.0.0",
"react-countup": "^6.1.0",
"react-dom": "^17.0.2",
"react-json-view": "^1.21.3",
"react-moment": "^1.1.1",
@ -21107,9 +21107,9 @@
}
},
"node_modules/react-countup": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.0.0.tgz",
"integrity": "sha512-Q5M8TbtdeSrnK6UaMgZBaV13GZHKsWh5FedzFM9HSWcI48x1SzJ33fCJcX23juLzguwRU3ZtumqlLdCUJdRPfA==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.1.0.tgz",
"integrity": "sha512-0tN65l4ksaNa4rm8ZKshpGxbIHQ4RAh8TGaKYp06EZ7nZw+haXpW3dQTVDhTey9+10jDkJgdzyXKDmC96c1M8g==",
"dependencies": {
"countup.js": "^2.0.8"
},
@ -43284,9 +43284,9 @@
"requires": {}
},
"react-countup": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.0.0.tgz",
"integrity": "sha512-Q5M8TbtdeSrnK6UaMgZBaV13GZHKsWh5FedzFM9HSWcI48x1SzJ33fCJcX23juLzguwRU3ZtumqlLdCUJdRPfA==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.1.0.tgz",
"integrity": "sha512-0tN65l4ksaNa4rm8ZKshpGxbIHQ4RAh8TGaKYp06EZ7nZw+haXpW3dQTVDhTey9+10jDkJgdzyXKDmC96c1M8g==",
"requires": {
"countup.js": "^2.0.8"
}

View File

@ -43,7 +43,7 @@
"react": "^17.0.2",
"react-chartjs-2": "^2.11.2",
"react-content-loader": "^6.0.3",
"react-countup": "^6.0.0",
"react-countup": "^6.1.0",
"react-dom": "^17.0.2",
"react-json-view": "^1.21.3",
"react-moment": "^1.1.1",