diff --git a/package-lock.json b/package-lock.json index 831ea04..48a1778 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2770,9 +2770,9 @@ "dev": true }, "chart.js": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-2.9.2.tgz", - "integrity": "sha512-AagP9h27gU7hhx8F64BOFpNZGV0R1Pz1nhsi0M1+KLhtniX6ElqLl0z0obKSiuGMl9tcRe6ZhruCGCJWmH6snQ==", + "version": "2.9.4", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-2.9.4.tgz", + "integrity": "sha512-B07aAzxcrikjAPyV+01j7BmOpxtQETxTSlQ26BEYJ+3iUkbNKaOJ/nDbT6JjyqYxseM0ON12COHYdU2cTIjC7A==", "requires": { "chartjs-color": "^2.1.0", "moment": "^2.10.2" diff --git a/package.json b/package.json index 4865afc..8f1683a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "axios": "^0.19.0", "bootstrap": "^4.3.1", "bootstrap-vue": "^2.0.4", - "chart.js": "^2.9.2", + "chart.js": "^2.9.4", "core-js": "^3.3.2", "vue": "^2.6.10", "vue-axios": "^2.1.5",