Feature/upgrade chart.js to version 4.4.9 (#4547)

* Upgrade chart.js to version 4.4.9

* Update changelog
This commit is contained in:
Thomas Kaul 2025-04-18 11:13:12 +02:00 committed by GitHub
parent 3361666f63
commit edf03d1cd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 5 deletions

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Added support for activities in a custom currency - Added support for activities in a custom currency
- Upgraded `chart.js` from version `4.4.7` to `4.4.9`
## 2.152.1 - 2025-04-17 ## 2.152.1 - 2025-04-17

8
package-lock.json generated
View File

@ -51,7 +51,7 @@
"bull": "4.16.5", "bull": "4.16.5",
"cache-manager": "5.7.6", "cache-manager": "5.7.6",
"cache-manager-redis-yet": "5.1.4", "cache-manager-redis-yet": "5.1.4",
"chart.js": "4.4.7", "chart.js": "4.4.9",
"chartjs-adapter-date-fns": "3.0.0", "chartjs-adapter-date-fns": "3.0.0",
"chartjs-chart-treemap": "3.1.0", "chartjs-chart-treemap": "3.1.0",
"chartjs-plugin-annotation": "3.1.0", "chartjs-plugin-annotation": "3.1.0",
@ -14800,9 +14800,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/chart.js": { "node_modules/chart.js": {
"version": "4.4.7", "version": "4.4.9",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.7.tgz", "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.9.tgz",
"integrity": "sha512-pwkcKfdzTMAU/+jNosKhNL2bHtJc/sSmYgVbuGTEDhzkrhmyihmP7vUc/5ZK9WopidMDHNe3Wm7jOd/WhuHWuw==", "integrity": "sha512-EyZ9wWKgpAU0fLJ43YAEIF8sr5F2W3LqbS40ZJyHIner2lY14ufqv2VMp69MAiZ2rpwxEUxEhIH/0U3xyRynxg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@kurkle/color": "^0.3.0" "@kurkle/color": "^0.3.0"

View File

@ -97,7 +97,7 @@
"bull": "4.16.5", "bull": "4.16.5",
"cache-manager": "5.7.6", "cache-manager": "5.7.6",
"cache-manager-redis-yet": "5.1.4", "cache-manager-redis-yet": "5.1.4",
"chart.js": "4.4.7", "chart.js": "4.4.9",
"chartjs-adapter-date-fns": "3.0.0", "chartjs-adapter-date-fns": "3.0.0",
"chartjs-chart-treemap": "3.1.0", "chartjs-chart-treemap": "3.1.0",
"chartjs-plugin-annotation": "3.1.0", "chartjs-plugin-annotation": "3.1.0",