From 50160eb9dcd6b4e6628c812554cc9af1e4e2c0a9 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 28 Dec 2022 13:22:19 +0100 Subject: [PATCH] Feature/upgrade countup.js to version 2.3.2 (#1548) * Upgrade countup.js to version 2.3.2 * Update changelog --- CHANGELOG.md | 1 + package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b59e010..647ec76d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed the execution time of the asset profile data gathering to every Sunday at lunch time - Upgraded `bull` from version `4.8.5` to `4.10.2` +- Upgraded `countup.js` from version `2.0.7` to `2.3.2` - Upgraded `prisma` from version `4.7.1` to `4.8.0` ## 1.221.0 - 2022-12-26 diff --git a/package.json b/package.json index 25e3c8610..124f846d3 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 8710aa497..66017fb6d 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"