From e40f1f01ae4248a5243a45ab0f3b5cfe3c945e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 01:33:26 +0000 Subject: [PATCH] Bump react-countup from 6.3.0 to 6.3.2 Bumps [react-countup](https://github.com/glennreyes/react-countup) from 6.3.0 to 6.3.2. - [Release notes](https://github.com/glennreyes/react-countup/releases) - [Commits](https://github.com/glennreyes/react-countup/compare/v6.3.0...v6.3.2) --- 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..5dcf957b 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.2", "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.2", + "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.3.2.tgz", + "integrity": "sha512-ID3344D1Yo0X5CWQiJYXBpiPCYLwMOw1VvNP9geJE+PqpdDmx6iuoMhxXAqjpdaRWiD6zUnLRK6rrnGgDg09pg==", "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.2", + "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.3.2.tgz", + "integrity": "sha512-ID3344D1Yo0X5CWQiJYXBpiPCYLwMOw1VvNP9geJE+PqpdDmx6iuoMhxXAqjpdaRWiD6zUnLRK6rrnGgDg09pg==", "requires": { "countup.js": "^2.2.0" } diff --git a/package.json b/package.json index 59521b21..8a269bc0 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.2", "react-datasheet": "^1.4.9", "react-draggable": "^4.4.4", "recharts": "^2.1.12",