From b521e186bf6b325697710d091c685ea91515f198 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 18:31:32 +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-JSON5-3182856 --- 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..1315d3539d000 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.0.0", "gatsby-plugin-image": "^0.0.2", "gatsby-plugin-manifest": "^2.0.17", "gatsby-plugin-offline": "^3.0.0",