From ec332dfaa9bb20bffbf08bc309dc0452d260b76c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 09:41:35 +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-ANSIREGEX-1583908 --- 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 4f16ab51c469e..a794e7c2fb4db 100644 --- a/e2e-tests/production-runtime/package.json +++ b/e2e-tests/production-runtime/package.json @@ -5,7 +5,7 @@ "author": "Kyle Mathews ", "dependencies": { "cypress": "3.4.1", - "gatsby": "^2.22.9", + "gatsby": "^3.13.0", "gatsby-plugin-image": "^0.0.2", "gatsby-plugin-manifest": "^2.0.17", "gatsby-plugin-offline": "^3.0.0",