From b68e7aaba2ebf446fde759b99f83189b1cd3331f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Oct 2024 01:33:26 +0000 Subject: [PATCH] fix: tests/cases/user/vuex/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 --- tests/cases/user/vuex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cases/user/vuex/package.json b/tests/cases/user/vuex/package.json index 83d6c53c152b3..2584bb5e46bc4 100644 --- a/tests/cases/user/vuex/package.json +++ b/tests/cases/user/vuex/package.json @@ -6,7 +6,7 @@ "author": "", "license": "Apache-2.0", "dependencies": { - "vue": "^2.5.2", + "vue": "^3.0.0", "vuex": "latest" } }