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",