From c522899179d1a5e4d1e1abeebd740ba5dbbd4496 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Oct 2024 04:46:05 +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 f8eff3b..deb9a2e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "firebaseui": "^4.0.0", "masonry-layout": "^4.2.2", "snyk": "^1.164.0", - "vue": "^2.6.10", + "vue": "^3.0.0", "vue-router": "^3.0.6", "vuefire": "^2.0.0-alpha.24", "vuex": "^3.1.1",