From b1ee6a110f16227086474674e0d25dd0adc756fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:48:53 +0000 Subject: [PATCH] chore(deps): bump react-chartjs-2 in the chart-js group Bumps the chart-js group with 1 update: [react-chartjs-2](https://github.com/reactchartjs/react-chartjs-2). Updates `react-chartjs-2` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/reactchartjs/react-chartjs-2/releases) - [Changelog](https://github.com/reactchartjs/react-chartjs-2/blob/master/CHANGELOG.md) - [Commits](https://github.com/reactchartjs/react-chartjs-2/compare/v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: react-chartjs-2 dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: chart-js ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d3085eb..937834d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "chartjs-plugin-annotation": "3.1.0", "prism-react-renderer": "2.4.1", "react": "19.2.0", - "react-chartjs-2": "5.3.0", + "react-chartjs-2": "5.3.1", "react-dom": "19.2.0" }, "devDependencies": { @@ -14315,9 +14315,10 @@ } }, "node_modules/react-chartjs-2": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-5.3.0.tgz", - "integrity": "sha512-UfZZFnDsERI3c3CZGxzvNJd02SHjaSJ8kgW1djn65H1KK8rehwTjyrRKOG3VTMG8wtHZ5rgAO5oTHtHi9GCCmw==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-5.3.1.tgz", + "integrity": "sha512-h5IPXKg9EXpjoBzUfyWJvllMjG2mQ4EiuHQFhms/AjUm0XSZHhyRy2xVmLXHKrtcdrPO4mnGqRtYoD0vp95A0A==", + "license": "MIT", "peerDependencies": { "chart.js": "^4.1.1", "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/package.json b/package.json index 097f035..a16a52d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "chartjs-plugin-annotation": "3.1.0", "prism-react-renderer": "2.4.1", "react": "19.2.0", - "react-chartjs-2": "5.3.0", + "react-chartjs-2": "5.3.1", "react-dom": "19.2.0" }, "devDependencies": {