diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0187a56ad..67f932ae6 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -3040,9 +3040,9 @@ "optional": true }, "chart.js": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-2.9.1.tgz", - "integrity": "sha512-DA5dFt0Bz79oz56ezmrwmZqj0hXGs+i9VbCFOcHqbwrHIGv7RI4YqninJKNIAC0qa29WBI9qYTN7LzULlOeunA==", + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-2.9.2.tgz", + "integrity": "sha512-AagP9h27gU7hhx8F64BOFpNZGV0R1Pz1nhsi0M1+KLhtniX6ElqLl0z0obKSiuGMl9tcRe6ZhruCGCJWmH6snQ==", "requires": { "chartjs-color": "^2.1.0", "moment": "^2.10.2" diff --git a/frontend/package.json b/frontend/package.json index e44112f07..b82e9d430 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "dependencies": { "@johmun/vue-tags-input": "^2.1.0", "axios": "^0.19.0", - "chart.js": "^2.9.1", + "chart.js": "^2.9.2", "css-loader": "^2.1.1", "luxon": "^1.21.1", "material-design-icons-iconfont": "^5.0.1",