From 1e9389298b7872f189461e7e573d86729bbe03a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 13:48:12 +0000 Subject: [PATCH] build(deps): Bump chart.js from 4.4.8 to 4.4.9 in /chess_mate/frontend Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.8 to 4.4.9. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.8...v4.4.9) --- updated-dependencies: - dependency-name: chart.js dependency-version: 4.4.9 dependency-type: direct:production update-type: version-update:semver-patch ... 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..c259bdf 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.4.9", "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.4.9", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.9.tgz", + "integrity": "sha512-EyZ9wWKgpAU0fLJ43YAEIF8sr5F2W3LqbS40ZJyHIner2lY14ufqv2VMp69MAiZ2rpwxEUxEhIH/0U3xyRynxg==", "license": "MIT", "dependencies": { "@kurkle/color": "^0.3.0" diff --git a/chess_mate/frontend/package.json b/chess_mate/frontend/package.json index b5f233d..6441d18 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.4.9", "cra-template": "1.2.0", "jwt-decode": "^4.0.0", "lucide-react": "^0.474.0",