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:
parent
3361666f63
commit
edf03d1cd6
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Changed
|
||||
|
||||
- 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
|
||||
|
||||
|
8
package-lock.json
generated
8
package-lock.json
generated
@ -51,7 +51,7 @@
|
||||
"bull": "4.16.5",
|
||||
"cache-manager": "5.7.6",
|
||||
"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-chart-treemap": "3.1.0",
|
||||
"chartjs-plugin-annotation": "3.1.0",
|
||||
@ -14800,9 +14800,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/chart.js": {
|
||||
"version": "4.4.7",
|
||||
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.7.tgz",
|
||||
"integrity": "sha512-pwkcKfdzTMAU/+jNosKhNL2bHtJc/sSmYgVbuGTEDhzkrhmyihmP7vUc/5ZK9WopidMDHNe3Wm7jOd/WhuHWuw==",
|
||||
"version": "4.4.9",
|
||||
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.9.tgz",
|
||||
"integrity": "sha512-EyZ9wWKgpAU0fLJ43YAEIF8sr5F2W3LqbS40ZJyHIner2lY14ufqv2VMp69MAiZ2rpwxEUxEhIH/0U3xyRynxg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@kurkle/color": "^0.3.0"
|
||||
|
@ -97,7 +97,7 @@
|
||||
"bull": "4.16.5",
|
||||
"cache-manager": "5.7.6",
|
||||
"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-chart-treemap": "3.1.0",
|
||||
"chartjs-plugin-annotation": "3.1.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user