From cfa5f9a063c4deab7d0575d6f32577d5c4eeb994 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Oct 2024 01:40:19 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1de1412e..f7eb0ebc 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "tslib": "^2.3.1", "unplugin-auto-import": "^0.16.4", - "vue": "~2.7.14", + "vue": "~3.0.0", "vue-i18n": "~8.28.2", "vuex": "~3.6.2" },