From 5049e8b7344a89edb1b9938ad22e90a731f0f5e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Oct 2024 06:29:19 +0000 Subject: [PATCH] fix: lib/vue2/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 --- lib/vue2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vue2/package.json b/lib/vue2/package.json index 32f7cb5..110a4c0 100644 --- a/lib/vue2/package.json +++ b/lib/vue2/package.json @@ -7,7 +7,7 @@ "scripts": {}, "dependencies": { "element-ui": "^2.15.3", - "vue": "^2.6.11", + "vue": "^3.0.0", "vue-router": "^3.5.2" }, "devDependencies": {