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

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

---
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] 2023-12-05 20:00:46 +00:00 committed by GitHub
parent 8e49af85e0
commit 157ad23dd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -10,7 +10,7 @@
"dependencies": {
"@tabler/icons-react": "^2.42.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.3.0",
"chart.js": "^4.4.1",
"next": "^13.5.6",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.7",
@ -1215,9 +1215,9 @@
}
},
"node_modules/chart.js": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.0.tgz",
"integrity": "sha512-vQEj6d+z0dcsKLlQvbKIMYFHd3t8W/7L2vfJIbYcfyPcRx92CsHqECpueN8qVGNlKyDcr5wBrYAYKnfu/9Q1hQ==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.1.tgz",
"integrity": "sha512-C74QN1bxwV1v2PEujhmKjOZ7iUM4w6BWs23Md/6aOZZSlwMzeCIDGuZay++rBgChYru7/+QFeoQW0fQoP534Dg==",
"dependencies": {
"@kurkle/color": "^0.3.0"
},

View file

@ -11,7 +11,7 @@
"dependencies": {
"@tabler/icons-react": "^2.42.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.3.0",
"chart.js": "^4.4.1",
"next": "^13.5.6",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.7",