From b4c02457e7d784fe13c8c3270ecce6abda372494 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Mar 2024 05:29:47 +0000 Subject: [PATCH] fix: examples/using-cypress/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555 --- examples/using-cypress/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-cypress/package.json b/examples/using-cypress/package.json index 2009869639e31..ec5db2918af6b 100644 --- a/examples/using-cypress/package.json +++ b/examples/using-cypress/package.json @@ -17,7 +17,7 @@ "test:e2e:ci": "start-server-and-test develop http://localhost:8000 cy:run" }, "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^3.13.0", "gatsby-image": "^2.4.19", "gatsby-plugin-manifest": "^2.4.30", "gatsby-plugin-offline": "^3.2.28",