From 531b1a448df9dce06a07d92a363f529f88f82e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 21:29:59 +0000 Subject: [PATCH] chore(deps): bump chart.js from 4.4.3 to 4.4.4 in /resources/js Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.3 to 4.4.4. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.3...v4.4.4) --- updated-dependencies: - dependency-name: chart.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- resources/js/package-lock.json | 8 ++++---- resources/js/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/js/package-lock.json b/resources/js/package-lock.json index 59d98c4..1db3a25 100644 --- a/resources/js/package-lock.json +++ b/resources/js/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "chart.js": "^4.4.3", + "chart.js": "^4.4.4", "font-awesome": "^4.7.0", "htmx.org": "^2.0.2" }, @@ -407,9 +407,9 @@ "integrity": "sha512-fuscdXJ9G1qb7W8VdHi+IwRqij3lBkosAm4ydQtEmbY58OzHXqQhvlxqEkoz0yssNVn38bcpRWgA9PP+OGoisw==" }, "node_modules/chart.js": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.3.tgz", - "integrity": "sha512-qK1gkGSRYcJzqrrzdR6a+I0vQ4/R+SoODXyAjscQ/4mzuNzySaMCd+hyVxitSY1+L2fjPD1Gbn+ibNqRmwQeLw==", + "version": "4.4.4", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.4.tgz", + "integrity": "sha512-emICKGBABnxhMjUjlYRR12PmOXhJ2eJjEHL2/dZlWjxRAZT1D8xplLFq5M0tMQK8ja+wBS/tuVEJB5C6r7VxJA==", "dependencies": { "@kurkle/color": "^0.3.0" }, diff --git a/resources/js/package.json b/resources/js/package.json index ec515fc..2f4c07f 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -11,7 +11,7 @@ "author": "", "license": "MIT", "dependencies": { - "chart.js": "^4.4.3", + "chart.js": "^4.4.4", "font-awesome": "^4.7.0", "htmx.org": "^2.0.2" },