From 07b9d8407f4f8b108f0c867eb89e533dea5e4c23 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Oct 2024 05:21:46 +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 1ad8bf08f..61bbadd97 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "node-fetch": "^2.6.1", "p-map": "^3.0.0", "regenerator-runtime": "^0.13.7", - "vue": "^2.6.12", + "vue": "^3.0.0", "vue-async-computed": "^3.9.0", "vue-meta": "^2.4.0", "vue-multiselect": "^2.1.6",