From 406b625fe2e15f47f2d4fe488a2656a24328346c Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Tue, 27 Dec 2022 20:39:42 +0100 Subject: [PATCH] Upgrade countup.js to version 2.3.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ee6592410..d0afbf9b9 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "class-validator": "0.13.1", "color": "4.2.3", "countries-list": "2.6.1", - "countup.js": "2.0.7", + "countup.js": "2.3.2", "date-fns": "2.29.3", "envalid": "7.3.1", "google-spreadsheet": "3.2.0", diff --git a/yarn.lock b/yarn.lock index f76d4725d..c62151466 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7984,10 +7984,10 @@ countries-list@2.6.1: resolved "https://registry.npmjs.org/countries-list/-/countries-list-2.6.1.tgz" integrity sha512-jXM1Nv3U56dPQ1DsUSsEaGmLHburo4fnB7m+1yhWDUVvx5gXCd1ok/y3gXCjXzhqyawG+igcPYcAl4qjkvopaQ== -countup.js@2.0.7: - version "2.0.7" - resolved "https://registry.npmjs.org/countup.js/-/countup.js-2.0.7.tgz" - integrity sha512-FO0nQdvG1iQwHp28wdvkErxnNUSbdkzztqZ6YNHKLHydngD2tdiKEW8dFrqpahF3tj+Ma70h0vyYrCBzxlVWdg== +countup.js@2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/countup.js/-/countup.js-2.3.2.tgz#9a91d95780be1c908d1e6feb548625f353f57988" + integrity sha512-dQ7F/CmKGjaO6cDfhtEXwsKVlXIpJ89dFs8PvkaZH9jBVJ2Z8GU4iwG/qP7MgY8qwr+1skbwR6qecWWQLUzB8Q== cp-file@^7.0.0: version "7.0.0"