From 075055c28af0bf67671ebc93dd301537c293d9e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2024 06:09:00 +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 605a9c4..4c7f9ae 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "axios": "^0.19.0", "core-js": "^3.13.1", - "vue": "^2.6.13" + "vue": "^3.0.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^4.5.12",