Skip to content

Commit

Permalink
fix(deps): update dependency chart.js to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2023
1 parent ef67982 commit 5cf674f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@sapphire/utilities": "3.11.2",
"axios": "1.4.0",
"canvas": "2.11.2",
"chart.js": "3.9.1",
"chart.js": "4.3.3",
"chartjs-node-canvas": "4.1.6",
"chartjs-plugin-datalabels": "2.2.0",
"colorette": "2.0.20",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,13 @@ __metadata:
languageName: node
linkType: hard

"@kurkle/color@npm:^0.3.0":
version: 0.3.2
resolution: "@kurkle/color@npm:0.3.2"
checksum: 79e97b31f8f6efb28c69d373f94b0c7480226fe8ec95221f518ac998e156444a496727ce47de6d728eb5c3369288e794cba82cae34253deb0d472d3bfe080e49
languageName: node
linkType: hard

"@mapbox/node-pre-gyp@npm:^1.0.0":
version: 1.0.11
resolution: "@mapbox/node-pre-gyp@npm:1.0.11"
Expand Down Expand Up @@ -2202,10 +2209,12 @@ __metadata:
languageName: node
linkType: hard

"chart.js@npm:3.9.1":
version: 3.9.1
resolution: "chart.js@npm:3.9.1"
checksum: 9ab0c0ac01215af0b3f020f2e313030fd6e347b48ed17d5484ee9c4e8ead45e78ae71bea16c397621c386b409ce0b14bf17f9f6c2492cd15b56c0f433efdfff6
"chart.js@npm:4.3.3":
version: 4.3.3
resolution: "chart.js@npm:4.3.3"
dependencies:
"@kurkle/color": ^0.3.0
checksum: 548605fc0a0a64fdc591a41159a2be86c1b408339d6e57b566c04dc157331b003db285a6139801d1700596acde8f0521bc6a156da29388025581619db6600073
languageName: node
linkType: hard

Expand Down Expand Up @@ -4841,7 +4850,7 @@ __metadata:
"@typescript-eslint/parser": 5.59.9
axios: 1.4.0
canvas: 2.11.2
chart.js: 3.9.1
chart.js: 4.3.3
chartjs-node-canvas: 4.1.6
chartjs-plugin-datalabels: 2.2.0
colorette: 2.0.20
Expand Down

0 comments on commit 5cf674f

Please sign in to comment.