From eb6656a553372511ce5c88255469a8bb73553c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 08:07:40 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 30 +++++++++++++++--------------- explorer/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index f1585f8612..903978bf41 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.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" } diff --git a/explorer/package.json b/explorer/package.json index f020df1449..b0b8df91f0 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.4.0", + "react-countup": "^5.0.0", "react-dom": "^17.0.2", "react-moment": "^1.1.1", "react-router-dom": "^5.2.0",