Merge pull request #115 from Ravinou/dependabot/npm_and_yarn/chart.js-4.4.1

build(deps): bump chart.js from 4.4.0 to 4.4.1
This commit is contained in:
Ravinou 2023-12-30 15:04:13 +01:00 committed by GitHub
commit 3a3fe992ff
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.44.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.44.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",