diff --git a/package-lock.json b/package-lock.json index c399fd5b8b75c..7e6d36b738e84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,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.2", "react-debounce-input": "^3.2.5", "react-dom": "^17.0.2", "react-helmet": "^6.1.0", @@ -6869,9 +6869,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.2", + "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.3.2.tgz", + "integrity": "sha512-dQ7F/CmKGjaO6cDfhtEXwsKVlXIpJ89dFs8PvkaZH9jBVJ2Z8GU4iwG/qP7MgY8qwr+1skbwR6qecWWQLUzB8Q==" }, "node_modules/cpx": { "version": "1.5.0", @@ -20529,11 +20529,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.2", + "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.3.2.tgz", + "integrity": "sha512-ID3344D1Yo0X5CWQiJYXBpiPCYLwMOw1VvNP9geJE+PqpdDmx6iuoMhxXAqjpdaRWiD6zUnLRK6rrnGgDg09pg==", "dependencies": { - "countup.js": "^2.0.8" + "countup.js": "^2.2.0" }, "peerDependencies": { "react": ">= 16.3.0" @@ -31606,9 +31606,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.2", + "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.3.2.tgz", + "integrity": "sha512-dQ7F/CmKGjaO6cDfhtEXwsKVlXIpJ89dFs8PvkaZH9jBVJ2Z8GU4iwG/qP7MgY8qwr+1skbwR6qecWWQLUzB8Q==" }, "cpx": { "version": "1.5.0", @@ -41779,11 +41779,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.2", + "resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.3.2.tgz", + "integrity": "sha512-ID3344D1Yo0X5CWQiJYXBpiPCYLwMOw1VvNP9geJE+PqpdDmx6iuoMhxXAqjpdaRWiD6zUnLRK6rrnGgDg09pg==", "requires": { - "countup.js": "^2.0.8" + "countup.js": "^2.2.0" } }, "react-debounce-input": { diff --git a/package.json b/package.json index 9ec5382974516..19b639f9e125f 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,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.2", "react-debounce-input": "^3.2.5", "react-dom": "^17.0.2", "react-helmet": "^6.1.0",