From e9094e033e4430dfca3282357e4c186c030a1f0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Mar 2022 00:02:25 +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-MINIMIST-2429795 --- 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 4b8a798f99..b874116522 100644 --- a/packages/@vue/cli-plugin-e2e-cypress/package.json +++ b/packages/@vue/cli-plugin-e2e-cypress/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@vue/cli-shared-utils": "^4.2.3", - "cypress": "^3.8.3", + "cypress": "^4.12.0", "eslint-plugin-cypress": "^2.8.1" }, "peerDependencies": {