From d4e9cdad0d48f0135b34e740d7f3dc4b20de88d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Aug 2020 05:22:32 +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-LODASH-608086 --- 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 3ac6b67b70..45ba68922a 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.0.0-rc.1", - "cypress": "^3.3.1", + "cypress": "^4.11.0", "eslint-plugin-cypress": "^2.2.1" }, "peerDependencies": {