From 86f75cdeb7d9cb7c88212ec29dc9fd183ce034ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Oct 2024 05:54:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VUE-8219889 - https://snyk.io/vuln/SNYK-JS-VUECOMPILERSFC-8219886 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5e1e1e5..de7ae0f 100644 --- a/package.json +++ b/package.json @@ -13,10 +13,10 @@ "element-ui": "^1.1.6", "jsoneditor": "5.5.11", "normalize.css": "^5.0.0", - "vue": "^2.1.10", + "vue": "^3.0.0", "vue-analytics": "^3.0.1", "vue-axios": "^1.2.2", - "vue-chartjs": "2.3.7", + "vue-chartjs": "2.6.0", "vue-router": "^2.2.0", "vuedraggable": "2.8.6", "vuex": "^2.1.2"