From dc65f147641f6d946f3daecddf75c8a89cd554f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 21:02:39 +0000 Subject: [PATCH] fix: packages/@vue/cli-plugin-e2e-cypress/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- packages/@vue/cli-plugin-e2e-cypress/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vue/cli-plugin-e2e-cypress/package.json b/packages/@vue/cli-plugin-e2e-cypress/package.json index 31185a3e30..dc0e15a1af 100644 --- a/packages/@vue/cli-plugin-e2e-cypress/package.json +++ b/packages/@vue/cli-plugin-e2e-cypress/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@vue/cli-shared-utils": "^3.0.0-rc.3", - "cypress": "^3.0.0", + "cypress": "^7.4.0", "eslint-plugin-cypress": "^2.0.1" } }