From 909861abf79f70edcfbfede95c2f8c6d78c5d72a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 05:39:14 +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 c7695f9..f90afff 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "dependencies": { "history": "^2.0.0", "normalizr": "^2.2.1", - "vue": "^2.0.5", + "vue": "^3.0.0", "vue-router": "^2.0.2", "vuex-actions": "^1.1.1", "vuex-localstorage": "^0.3.0",