From 54211ad8c652ee3d8c2dacb804e834ca237bfdc5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Aug 2022 02:33:39 +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-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-PARSEPATH-2936439 --- examples/using-cypress/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/using-cypress/package.json b/examples/using-cypress/package.json index 2009869639e31..c3f2d5c4ef370 100644 --- a/examples/using-cypress/package.json +++ b/examples/using-cypress/package.json @@ -17,13 +17,13 @@ "test:e2e:ci": "start-server-and-test develop http://localhost:8000 cy:run" }, "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^4.0.0", "gatsby-image": "^2.4.19", "gatsby-plugin-manifest": "^2.4.30", "gatsby-plugin-offline": "^3.2.28", "gatsby-plugin-react-helmet": "^3.3.11", - "gatsby-plugin-sharp": "^2.6.36", - "gatsby-source-filesystem": "^2.3.30", + "gatsby-plugin-sharp": "^4.0.0", + "gatsby-source-filesystem": "^4.21.0", "gatsby-transformer-sharp": "^2.5.15", "prop-types": "^15.7.2", "react": "^16.12.0",