From 925bb8b5ca801f4d8f6c563013873b7ee2fd94ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 18:15:31 +0000 Subject: [PATCH] Bump react-countup from 6.1.1 to 6.3.0 Bumps [react-countup](https://github.com/glennreyes/react-countup) from 6.1.1 to 6.3.0. - [Release notes](https://github.com/glennreyes/react-countup/releases) - [Commits](https://github.com/glennreyes/react-countup/compare/v6.1.1...v6.3.0) --- updated-dependencies: - dependency-name: react-countup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index f0edd658ae184..6c0d747f72be2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "react": "^17.0.2", "react-accessible-accordion": "^5.0.0", "react-countdown": "^2.3.2", - "react-countup": "^6.1.1", + "react-countup": "^6.3.0", "react-debounce-input": "^3.2.5", "react-dom": "^17.0.2", "react-helmet": "^6.1.0", @@ -6862,9 +6862,9 @@ } }, "node_modules/countup.js": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.0.8.tgz", - "integrity": "sha512-pW3xwwD+hB+xmtI16xFcuLS0D5hSQqPQWkZOdgpKQyzxCquDNo2VCFPkRw12vmvdpnicXVTcjmYiakG6biwINg==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.3.1.tgz", + "integrity": "sha512-kZ0OIYQo1Ni5VIyZD1BapS1yBaHGCeV/NfgKAunmKsm6EvU84Vs90LQNbeBWzejivJ13FXgq3m4OxOMCnb6aZA==" }, "node_modules/cpx": { "version": "1.5.0", @@ -20517,11 +20517,11 @@ } }, "node_modules/react-countup": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.1.1.tgz", - "integrity": "sha512-9mYlnk/yCFg3g2/65pCTex6mr9h0eYdDMIL4T5nfLj/RzoiqY03wlPxZglzbJ6OzXvU37OmYApwQ4WMZNFr8Aw==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.3.0.tgz", + "integrity": "sha512-uZsE+kuisXp/3OZeAuq2lzp6sXKmzw331Et5CRy4ueR9VcOp7z7T6/O1F04BC2Pa2frKmIITsghi3Hh933qWXQ==", "dependencies": { - "countup.js": "^2.0.8" + "countup.js": "^2.2.0" }, "peerDependencies": { "react": ">= 16.3.0" @@ -31631,9 +31631,9 @@ } }, "countup.js": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.0.8.tgz", - "integrity": "sha512-pW3xwwD+hB+xmtI16xFcuLS0D5hSQqPQWkZOdgpKQyzxCquDNo2VCFPkRw12vmvdpnicXVTcjmYiakG6biwINg==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.3.1.tgz", + "integrity": "sha512-kZ0OIYQo1Ni5VIyZD1BapS1yBaHGCeV/NfgKAunmKsm6EvU84Vs90LQNbeBWzejivJ13FXgq3m4OxOMCnb6aZA==" }, "cpx": { "version": "1.5.0", @@ -41814,11 +41814,11 @@ } }, "react-countup": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.1.1.tgz", - "integrity": "sha512-9mYlnk/yCFg3g2/65pCTex6mr9h0eYdDMIL4T5nfLj/RzoiqY03wlPxZglzbJ6OzXvU37OmYApwQ4WMZNFr8Aw==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.3.0.tgz", + "integrity": "sha512-uZsE+kuisXp/3OZeAuq2lzp6sXKmzw331Et5CRy4ueR9VcOp7z7T6/O1F04BC2Pa2frKmIITsghi3Hh933qWXQ==", "requires": { - "countup.js": "^2.0.8" + "countup.js": "^2.2.0" } }, "react-debounce-input": { diff --git a/package.json b/package.json index 6134e1b1f74e2..7e1326812b4c8 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "react": "^17.0.2", "react-accessible-accordion": "^5.0.0", "react-countdown": "^2.3.2", - "react-countup": "^6.1.1", + "react-countup": "^6.3.0", "react-debounce-input": "^3.2.5", "react-dom": "^17.0.2", "react-helmet": "^6.1.0",