From ae9a15114052a0b32e93ced58fac717166c00ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 03:25:21 +0000 Subject: [PATCH] chore(deps): bump chart.js from 4.3.3 to 4.4.0 Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.3.3 to 4.4.0. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v4.3.3...v4.4.0) --- updated-dependencies: - dependency-name: chart.js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1862a467dc..b5354abc47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "alpinejs": "^3.12.3", "bootstrap": "^5.3.0", "bootstrap5-autocomplete": "^1.1.20", - "chart.js": "^4.3.3", + "chart.js": "^4.4.0", "chartjs-adapter-date-fns": "^3.0.0", "chartjs-chart-sankey": "^0.12.0", "date-fns": "^2.30.0", @@ -515,9 +515,9 @@ } }, "node_modules/chart.js": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.3.3.tgz", - "integrity": "sha512-aTk7pBw+x6sQYhon/NR3ikfUJuym/LdgpTlgZRe2PaEhjUMKBKyNaFCMVRAyTEWYFNO7qRu7iQVqOw/OqzxZxQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.0.tgz", + "integrity": "sha512-vQEj6d+z0dcsKLlQvbKIMYFHd3t8W/7L2vfJIbYcfyPcRx92CsHqECpueN8qVGNlKyDcr5wBrYAYKnfu/9Q1hQ==", "dependencies": { "@kurkle/color": "^0.3.0" }, diff --git a/package.json b/package.json index 16e6feb27d..25714ff489 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "alpinejs": "^3.12.3", "bootstrap": "^5.3.0", "bootstrap5-autocomplete": "^1.1.20", - "chart.js": "^4.3.3", + "chart.js": "^4.4.0", "chartjs-adapter-date-fns": "^3.0.0", "chartjs-chart-sankey": "^0.12.0", "date-fns": "^2.30.0",