From 8e75ac6cb569b80fce68a6597b4f9bc1528edf1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Dec 2023 14:39:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- 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" },