From 284531959cda878542da67fb74c2ecab7b3ea07c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Oct 2023 23:08:21 +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-POSTCSS-5926692 --- 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",