From a463b5511ba62d0b70d3716ee2621b875304e361 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:29:16 +0200 Subject: [PATCH] Task/upgrade countup.js to version 2.10.0 (#6636) * Upgrade countup.js to version 2.10.0 * Update changelog --- CHANGELOG.md | 6 ++++++ package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aef0aee61..d32a6ea89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Changed + +- Upgraded `countup.js` from version `2.9.0` to `2.10.0` + ## 2.255.0 - 2026-03-20 ### Changed diff --git a/package-lock.json b/package-lock.json index 0e2e26a85..81a24f54f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "cookie-parser": "1.4.7", "countries-and-timezones": "3.8.0", "countries-list": "3.3.0", - "countup.js": "2.9.0", + "countup.js": "2.10.0", "date-fns": "4.1.0", "dotenv": "17.2.3", "dotenv-expand": "12.0.3", @@ -18751,9 +18751,9 @@ "license": "MIT" }, "node_modules/countup.js": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.9.0.tgz", - "integrity": "sha512-llqrvyXztRFPp6+i8jx25phHWcVWhrHO4Nlt0uAOSKHB8778zzQswa4MU3qKBvkXfJKftRYFJuVHez67lyKdHg==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.10.0.tgz", + "integrity": "sha512-QQpZx7oYxsR+OeITlZe46fY/OQjV11oBqjY8wgIXzLU2jIz8GzOrbMhqKLysGY8bWI3T1ZNrYkwGzKb4JNgyzg==", "license": "MIT" }, "node_modules/create-require": { diff --git a/package.json b/package.json index 5eb3558e6..7c15c7f1d 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "cookie-parser": "1.4.7", "countries-and-timezones": "3.8.0", "countries-list": "3.3.0", - "countup.js": "2.9.0", + "countup.js": "2.10.0", "date-fns": "4.1.0", "dotenv": "17.2.3", "dotenv-expand": "12.0.3",