From 661c1679a185a91763aa87d5919ff55f9c2c5c01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Mar 2022 16:52:48 +0000 Subject: [PATCH] fix: integration-tests/production-runtime/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- integration-tests/production-runtime/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/production-runtime/package.json b/integration-tests/production-runtime/package.json index 713d0898e11a9..11634ec3bd27b 100644 --- a/integration-tests/production-runtime/package.json +++ b/integration-tests/production-runtime/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "cypress": "^3.1.0", + "cypress": "^4.12.0", "gatsby": "next", "gatsby-plugin-manifest": "next", "gatsby-plugin-offline": "next",