From d900fb62ad24d2df75805480ceb9652652791d0d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Oct 2024 05:18:40 +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 c688cb2..2266211 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "v-jsoneditor": "^1.4.1", "vaah-vue-clicktocopy": "^1.1.5", "vaah-vue-pagination": "^1.1.5", - "vue": "^2.6.12", + "vue": "^3.0.0", "vue-avatar": "^2.2.0", "vue-axios": "^3.2.0", "vue-codemirror": "^4.0.6",