diff --git a/package-lock.json b/package-lock.json index 58a53fb..2070431 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "astro": "^4.8.3", "astro-i18n-aut": "^0.7.0", "astro-icon": "^1.1.0", - "chart.js": "^4.4.2", + "chart.js": "^4.4.3", "datamaps": "^0.5.9", "flowbite": "^2.3.0", "limax": "4.1.0", @@ -4023,9 +4023,10 @@ } }, "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==", + "license": "MIT", "dependencies": { "@kurkle/color": "^0.3.0" }, diff --git a/package.json b/package.json index 4978ea6..d090456 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "astro": "^4.8.3", "astro-i18n-aut": "^0.7.0", "astro-icon": "^1.1.0", - "chart.js": "^4.4.2", + "chart.js": "^4.4.3", "datamaps": "^0.5.9", "flowbite": "^2.3.0", "limax": "4.1.0",