From df552d4270ffe723b79e4ffbeb937dd01e6e5377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jun 2021 08:26:04 +0000 Subject: [PATCH] chore:(deps): bump react-countup from 4.3.3 to 4.4.0 in /explorer (#18320) Bumps [react-countup](https://github.com/glennreyes/react-countup) from 4.3.3 to 4.4.0. - [Release notes](https://github.com/glennreyes/react-countup/releases) - [Commits](https://github.com/glennreyes/react-countup/compare/v4.3.3...v4.4.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 | 17 ++++++++++------- explorer/package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index e89208b39..cbc1d3b28 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.3.3", + "react-countup": "^4.4.0", "react-dom": "^17.0.2", "react-moment": "^1.1.1", "react-router-dom": "^5.2.0", @@ -18963,13 +18963,16 @@ } }, "node_modules/react-countup": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-4.3.3.tgz", - "integrity": "sha512-pWnxpwdPNRyJFha/YKKbyc4RLAw8PzmULdgCziGIgw6vxhT1VdccrvQgj38HBSoM2qF/MoLmn4M2klvDWVIdaw==", + "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==", "dependencies": { "countup.js": "^1.9.3", "prop-types": "^15.7.2", "warning": "^4.0.3" + }, + "peerDependencies": { + "react": ">= 16.3.0" } }, "node_modules/react-dev-utils": { @@ -40218,9 +40221,9 @@ } }, "react-countup": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-4.3.3.tgz", - "integrity": "sha512-pWnxpwdPNRyJFha/YKKbyc4RLAw8PzmULdgCziGIgw6vxhT1VdccrvQgj38HBSoM2qF/MoLmn4M2klvDWVIdaw==", + "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==", "requires": { "countup.js": "^1.9.3", "prop-types": "^15.7.2", diff --git a/explorer/package.json b/explorer/package.json index 94f06f658..b8bfb530a 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.3.3", + "react-countup": "^4.4.0", "react-dom": "^17.0.2", "react-moment": "^1.1.1", "react-router-dom": "^5.2.0",