From 2ebadf90fd06590f0ba66c3dcdba23d832dd9ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 01:06:09 +0000 Subject: [PATCH] Bump react-countup from 6.3.0 to 6.3.1 Bumps [react-countup](https://github.com/glennreyes/react-countup) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/glennreyes/react-countup/releases) - [Commits](https://github.com/glennreyes/react-countup/compare/v6.3.0...v6.3.1) --- updated-dependencies: - dependency-name: react-countup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3cab9b28..61075b4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "google-libphonenumber": "^3.2.30", "numeral": "^2.0.6", "react-colorful": "^5.5.1", - "react-countup": "^6.3.0", + "react-countup": "^6.3.1", "react-datasheet": "^1.4.9", "react-draggable": "^4.4.4", "recharts": "^2.1.12", @@ -12408,9 +12408,9 @@ } }, "node_modules/react-countup": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.3.0.tgz", - "integrity": "sha512-uZsE+kuisXp/3OZeAuq2lzp6sXKmzw331Et5CRy4ueR9VcOp7z7T6/O1F04BC2Pa2frKmIITsghi3Hh933qWXQ==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.3.1.tgz", + "integrity": "sha512-+Bf1caAZHtmVQ5Jmhe2MZuN1cw1CEP5OdeMph9CBwM5K8DEDGmg00AzcN6fO9XolUhqUfiR0pOEiSyngSrHwig==", "dependencies": { "countup.js": "^2.2.0" }, @@ -23511,9 +23511,9 @@ "requires": {} }, "react-countup": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.3.0.tgz", - "integrity": "sha512-uZsE+kuisXp/3OZeAuq2lzp6sXKmzw331Et5CRy4ueR9VcOp7z7T6/O1F04BC2Pa2frKmIITsghi3Hh933qWXQ==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.3.1.tgz", + "integrity": "sha512-+Bf1caAZHtmVQ5Jmhe2MZuN1cw1CEP5OdeMph9CBwM5K8DEDGmg00AzcN6fO9XolUhqUfiR0pOEiSyngSrHwig==", "requires": { "countup.js": "^2.2.0" } diff --git a/package.json b/package.json index 59521b21..d37d82f2 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "google-libphonenumber": "^3.2.30", "numeral": "^2.0.6", "react-colorful": "^5.5.1", - "react-countup": "^6.3.0", + "react-countup": "^6.3.1", "react-datasheet": "^1.4.9", "react-draggable": "^4.4.4", "recharts": "^2.1.12",