fix(deps): update dependency chart.js to v4.3.1

This commit is contained in:
renovate[bot] 2023-07-27 20:07:19 +00:00 committed by GitHub
parent 94f36025ba
commit a277951559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
web/package-lock.json generated
View file

@ -22,7 +22,7 @@
"@xstate/react": "3.2.2",
"antd": "4.24.12",
"autoprefixer": "^10.4.14",
"chart.js": "^4.2.0",
"chart.js": "^4.3.1",
"classnames": "2.3.2",
"date-fns": "^2.29.3",
"graphemer": "^1.4.0",
@ -17176,9 +17176,9 @@
}
},
"node_modules/chart.js": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.3.0.tgz",
"integrity": "sha512-ynG0E79xGfMaV2xAHdbhwiPLczxnNNnasrmPEXriXsPJGjmhOBYzFVEsB65w2qMDz+CaBJJuJD0inE/ab/h36g==",
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.3.1.tgz",
"integrity": "sha512-QHuISG3hTJ0ftq0I0f5jqH9mNVO9bqG8P+zvMOVslgKajQVvFEX7QAhYNJ+QEmw+uYTwo8XpTimaB82oeTWjxw==",
"dependencies": {
"@kurkle/color": "^0.3.0"
},