From a824f952f147c1596fb5c767abba88b57106e59c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 05:55:11 +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 2775803..1f9daac 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "axios": "0.15.3", - "vue": "^2.1.0" + "vue": "^3.0.0" }, "devDependencies": { "autoprefixer": "^6.4.0",