diff --git a/desktop/package-lock.json b/desktop/package-lock.json index 4916e0869..6ead7ba38 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -21,7 +21,7 @@ "@angular/router": "17.3.6", "@fontsource/roboto": "5.0.13", "@mdi/font": "7.4.47", - "chart.js": "4.4.2", + "chart.js": "4.4.3", "chartjs-plugin-zoom": "2.0.1", "hotkeys-js": "3.13.7", "interactjs": "1.10.27", @@ -6325,9 +6325,9 @@ "dev": true }, "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/desktop/package.json b/desktop/package.json index 7147aa74d..3ae08c0cc 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -43,7 +43,7 @@ "@angular/router": "17.3.6", "@fontsource/roboto": "5.0.13", "@mdi/font": "7.4.47", - "chart.js": "4.4.2", + "chart.js": "4.4.3", "chartjs-plugin-zoom": "2.0.1", "hotkeys-js": "3.13.7", "interactjs": "1.10.27",