build(deps): bump chart.js from 4.4.1 to 4.4.2

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.1...v4.4.2)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-28 19:49:12 +00:00 committed by GitHub
parent aa8ada68d9
commit 712a67c555
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -10,7 +10,7 @@
"dependencies": {
"@tabler/icons-react": "^2.47.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.1",
"chart.js": "^4.4.2",
"next": "^14.1.0",
"next-auth": "^4.24.6",
"nodemailer": "^6.9.10",
@ -1294,14 +1294,14 @@
}
},
"node_modules/chart.js": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.1.tgz",
"integrity": "sha512-C74QN1bxwV1v2PEujhmKjOZ7iUM4w6BWs23Md/6aOZZSlwMzeCIDGuZay++rBgChYru7/+QFeoQW0fQoP534Dg==",
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.2.tgz",
"integrity": "sha512-6GD7iKwFpP5kbSD4MeRRRlTnQvxfQREy36uEtm1hzHzcOqwWx0YEHuspuoNlslu+nciLIB7fjjsHkUv/FzFcOg==",
"dependencies": {
"@kurkle/color": "^0.3.0"
},
"engines": {
"pnpm": ">=7"
"pnpm": ">=8"
}
},
"node_modules/client-only": {

View file

@ -11,7 +11,7 @@
"dependencies": {
"@tabler/icons-react": "^2.47.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.1",
"chart.js": "^4.4.2",
"next": "^14.1.0",
"next-auth": "^4.24.6",
"nodemailer": "^6.9.10",