From 09079bfba8caa3e888d29d45dc36db00c2ad6229 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Sep 2021 19:18:45 +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-NTHCHECK-1586032 --- 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..19341a6e8f52e 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.0.0", "gatsby-image": "^2.4.19", "gatsby-plugin-manifest": "^2.4.30", "gatsby-plugin-offline": "^3.2.28",