diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d85f6988c..2720618de 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,7 +13,7 @@ "bulma": "^1.0.4", "lodash": "^4.18.1", "vue": "^2.7.15", - "vue-chartjs": "^5.3.3", + "vue-chartjs": "^5.3.4", "vue-router": "^3.6.5", "vue-template-compiler": "^2.7.16", "vuex": "^3.6.2" @@ -9070,9 +9070,9 @@ } }, "node_modules/vue-chartjs": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/vue-chartjs/-/vue-chartjs-5.3.3.tgz", - "integrity": "sha512-jqxtL8KZ6YJ5NTv6XzrzLS7osyegOi28UGNZW0h9OkDL7Sh1396ht4Dorh04aKrl2LiSalQ84WtqiG0RIJb0tA==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/vue-chartjs/-/vue-chartjs-5.3.4.tgz", + "integrity": "sha512-x3Fqob8RQvrTdssfi9ecsCzEkFOd8JPmNwSkSQzdfKj/uBsRJs/Y88cZcZIEcPsTVfMGwMo4MOoihoDG2DoE/g==", "peerDependencies": { "chart.js": "^4.1.1", "vue": "^3.0.0-0 || ^2.7.0" @@ -16195,9 +16195,9 @@ } }, "vue-chartjs": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/vue-chartjs/-/vue-chartjs-5.3.3.tgz", - "integrity": "sha512-jqxtL8KZ6YJ5NTv6XzrzLS7osyegOi28UGNZW0h9OkDL7Sh1396ht4Dorh04aKrl2LiSalQ84WtqiG0RIJb0tA==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/vue-chartjs/-/vue-chartjs-5.3.4.tgz", + "integrity": "sha512-x3Fqob8RQvrTdssfi9ecsCzEkFOd8JPmNwSkSQzdfKj/uBsRJs/Y88cZcZIEcPsTVfMGwMo4MOoihoDG2DoE/g==", "requires": {} }, "vue-eslint-parser": { diff --git a/frontend/package.json b/frontend/package.json index c80a605f9..1d64772dc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,7 +10,7 @@ "bulma": "^1.0.4", "lodash": "^4.18.1", "vue": "^2.7.15", - "vue-chartjs": "^5.3.3", + "vue-chartjs": "^5.3.4", "vue-router": "^3.6.5", "vue-template-compiler": "^2.7.16", "vuex": "^3.6.2"