From 2dad2058abad80bcfeea7aea804e2dc34cc3c171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jul 2021 08:21:48 +0000 Subject: [PATCH] chore:(deps): bump react-countup from 5.0.0 to 5.1.0 in /explorer (#18939) Bumps [react-countup](https://github.com/glennreyes/react-countup) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/glennreyes/react-countup/releases) - [Commits](https://github.com/glennreyes/react-countup/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: react-countup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 16 +++++++--------- explorer/package.json | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 4e9d22df6..e479aff0c 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": "^5.0.0", + "react-countup": "^5.1.0", "react-dom": "^17.0.2", "react-moment": "^1.1.1", "react-router-dom": "^5.2.0", @@ -19091,12 +19091,11 @@ } }, "node_modules/react-countup": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-5.0.0.tgz", - "integrity": "sha512-nfskEVNHELkQ5famxdE13Xl/zODG3g67hNY4y6yhiIInonOo/b0P2yHHi7wYFaEKLixDPIQfcIzssg/jW3pYdg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-5.1.0.tgz", + "integrity": "sha512-aDVXrnef5ByOqJfUOS0Gm0R8BQSfZagFoqczSbuPXdidTZh52OYZ8JN+cX58oouxvBOYwRvkhwPr0qUVrIpryw==", "dependencies": { "countup.js": "^2.0.7", - "prop-types": "^15.7.2", "warning": "^4.0.3" }, "peerDependencies": { @@ -40443,12 +40442,11 @@ } }, "react-countup": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-5.0.0.tgz", - "integrity": "sha512-nfskEVNHELkQ5famxdE13Xl/zODG3g67hNY4y6yhiIInonOo/b0P2yHHi7wYFaEKLixDPIQfcIzssg/jW3pYdg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-5.1.0.tgz", + "integrity": "sha512-aDVXrnef5ByOqJfUOS0Gm0R8BQSfZagFoqczSbuPXdidTZh52OYZ8JN+cX58oouxvBOYwRvkhwPr0qUVrIpryw==", "requires": { "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 57232f5c0..7f92359a6 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": "^5.0.0", + "react-countup": "^5.1.0", "react-dom": "^17.0.2", "react-moment": "^1.1.1", "react-router-dom": "^5.2.0",