From 630a20435d6b87573e67f88bce543a35a352aef4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Aug 2020 08:44:50 +0000 Subject: [PATCH] fix: e2e-tests/production-runtime/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-608086 --- e2e-tests/production-runtime/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/production-runtime/package.json b/e2e-tests/production-runtime/package.json index 937217f8e0720..941fade8e52ef 100644 --- a/e2e-tests/production-runtime/package.json +++ b/e2e-tests/production-runtime/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "cypress": "^3.1.0", + "cypress": "^4.11.0", "gatsby": "latest", "gatsby-plugin-manifest": "latest", "gatsby-plugin-offline": "latest",