From f2f8a1f976be24ae71b0d3e73ddc647d1927cb89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 13:48:39 +0000 Subject: [PATCH] build(deps): Bump chart.js from 4.4.8 to 4.5.0 in /chess_mate/frontend Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.8 to 4.5.0. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.8...v4.5.0) --- updated-dependencies: - dependency-name: chart.js dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- chess_mate/frontend/package-lock.json | 8 ++++---- chess_mate/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chess_mate/frontend/package-lock.json b/chess_mate/frontend/package-lock.json index 0987e54..e99b38f 100644 --- a/chess_mate/frontend/package-lock.json +++ b/chess_mate/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "axios": "^1.7.9", - "chart.js": "^4.4.8", + "chart.js": "^4.5.0", "cra-template": "1.2.0", "jwt-decode": "^4.0.0", "lucide-react": "^0.474.0", @@ -6357,9 +6357,9 @@ } }, "node_modules/chart.js": { - "version": "4.4.8", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.8.tgz", - "integrity": "sha512-IkGZlVpXP+83QpMm4uxEiGqSI7jFizwVtF3+n5Pc3k7sMO+tkd0qxh2OzLhenM0K80xtmAONWGBn082EiBQSDA==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.5.0.tgz", + "integrity": "sha512-aYeC/jDgSEx8SHWZvANYMioYMZ2KX02W6f6uVfyteuCGcadDLcYVHdfdygsTQkQ4TKn5lghoojAsPj5pu0SnvQ==", "license": "MIT", "dependencies": { "@kurkle/color": "^0.3.0" diff --git a/chess_mate/frontend/package.json b/chess_mate/frontend/package.json index b5f233d..624bb7d 100644 --- a/chess_mate/frontend/package.json +++ b/chess_mate/frontend/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "axios": "^1.7.9", - "chart.js": "^4.4.8", + "chart.js": "^4.5.0", "cra-template": "1.2.0", "jwt-decode": "^4.0.0", "lucide-react": "^0.474.0",