diff --git a/CHANGELOG.md b/CHANGELOG.md index d16d32925..41fca944c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgraded `@nestjs/passport` from version `10.0.0` to `10.0.3` - Upgraded `angular` from version `17.3.5` to `17.3.10` - Upgraded `class-validator` from version `0.14.0` to `0.14.1` +- Upgraded `countup.js` from version `2.3.2` to `2.8.0` - Upgraded `Nx` from version `19.0.2` to `19.0.5` - Upgraded `passport` from version `0.6.0` to `0.7.0` - Upgraded `passport-jwt` from version `4.0.0` to `4.0.1` diff --git a/package.json b/package.json index 4f71ec9d2..836efe002 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "color": "4.2.3", "countries-and-timezones": "3.4.1", "countries-list": "3.1.0", - "countup.js": "2.3.2", + "countup.js": "2.8.0", "date-fns": "2.29.3", "envalid": "7.3.1", "google-spreadsheet": "3.2.0", diff --git a/yarn.lock b/yarn.lock index 1793e4267..bab596cb7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9937,10 +9937,10 @@ countries-list@3.1.0: resolved "https://registry.yarnpkg.com/countries-list/-/countries-list-3.1.0.tgz#1cbe32f58659c7d6a1e744917689f24c84333ea8" integrity sha512-HpTBLZba1VPTZSjUnUwR7SykxV7Z/7/+ZM5x5wi5tO99Qvom6bE2SC+AQ18016ujg3jSlYBbMITrHNnPAHSM9Q== -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== +countup.js@2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/countup.js/-/countup.js-2.8.0.tgz#64951f2df3ede28839413d654d8fef28251c32a8" + integrity sha512-f7xEhX0awl4NOElHulrl4XRfKoNH3rB+qfNSZZyjSZhaAoUk6elvhH+MNxMmlmuUJ2/QNTWPSA7U4mNtIAKljQ== create-jest@^29.7.0: version "29.7.0"