From 134573b7f2480f32f053251d62da3f076f67109f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 00:37:27 +0000 Subject: [PATCH] chore(deps): Bump chart.js from 4.4.2 to 4.4.3 in /acarshub-typescript Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.2...v4.4.3) --- updated-dependencies: - dependency-name: chart.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- acarshub-typescript/package-lock.json | 8 ++++---- acarshub-typescript/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/acarshub-typescript/package-lock.json b/acarshub-typescript/package-lock.json index 61ae55b81..1b6716931 100644 --- a/acarshub-typescript/package-lock.json +++ b/acarshub-typescript/package-lock.json @@ -15,7 +15,7 @@ "@fortawesome/free-regular-svg-icons": "^6.5.2", "@fortawesome/free-solid-svg-icons": "^6.5.2", "bootstrap": "^5.3.3", - "chart.js": "^4.4.2", + "chart.js": "^4.4.3", "chartjs-plugin-datalabels": "^2.2.0", "extract-css-chunks-webpack-plugin": "^4.10.0", "file-loader": "^6.2.0", @@ -3689,9 +3689,9 @@ } }, "node_modules/chart.js": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.2.tgz", - "integrity": "sha512-6GD7iKwFpP5kbSD4MeRRRlTnQvxfQREy36uEtm1hzHzcOqwWx0YEHuspuoNlslu+nciLIB7fjjsHkUv/FzFcOg==", + "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==", "dependencies": { "@kurkle/color": "^0.3.0" }, diff --git a/acarshub-typescript/package.json b/acarshub-typescript/package.json index 40d076e2f..f362b69cf 100644 --- a/acarshub-typescript/package.json +++ b/acarshub-typescript/package.json @@ -47,7 +47,7 @@ "@fortawesome/free-regular-svg-icons": "^6.5.2", "@fortawesome/free-solid-svg-icons": "^6.5.2", "bootstrap": "^5.3.3", - "chart.js": "^4.4.2", + "chart.js": "^4.4.3", "chartjs-plugin-datalabels": "^2.2.0", "extract-css-chunks-webpack-plugin": "^4.10.0", "file-loader": "^6.2.0",