From be7a9efc52dda8bfbfe215b0027b0098b2b9a812 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 21 Sep 2025 17:47:50 +0200 Subject: [PATCH] Feature/upgrade countup.js to version 2.9.0 (#5534) * Upgrade countup.js to version 2.9.0 * Update changelog --- CHANGELOG.md | 1 + package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13477c517..732d37680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Renamed the show access token dialog component to user account registration dialog component - Refreshed the cryptocurrencies list +- Upgraded `countup.js` from version `2.8.2` to `2.9.0` ### Fixed diff --git a/package-lock.json b/package-lock.json index 64a90002a..39e3c66a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "color": "5.0.0", "countries-and-timezones": "3.8.0", "countries-list": "3.1.1", - "countup.js": "2.8.2", + "countup.js": "2.9.0", "date-fns": "4.1.0", "envalid": "8.1.0", "fuse.js": "7.1.0", @@ -18619,9 +18619,9 @@ "license": "MIT" }, "node_modules/countup.js": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.8.2.tgz", - "integrity": "sha512-UtRoPH6udaru/MOhhZhI/GZHJKAyAxuKItD2Tr7AbrqrOPBX/uejWBBJt8q86169AMqKkE9h9/24kFWbUk/Bag==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.9.0.tgz", + "integrity": "sha512-llqrvyXztRFPp6+i8jx25phHWcVWhrHO4Nlt0uAOSKHB8778zzQswa4MU3qKBvkXfJKftRYFJuVHez67lyKdHg==", "license": "MIT" }, "node_modules/create-jest": { diff --git a/package.json b/package.json index 7ede9549d..69ba4a466 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "color": "5.0.0", "countries-and-timezones": "3.8.0", "countries-list": "3.1.1", - "countup.js": "2.8.2", + "countup.js": "2.9.0", "date-fns": "4.1.0", "envalid": "8.1.0", "fuse.js": "7.1.0",