From 94bdec37b60bcb51907a3111e56a8516e1392083 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jun 2023 19:58:10 +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-SEMVER-3247795 --- examples/using-cypress/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-cypress/package.json b/examples/using-cypress/package.json index 2009869639e31..e848ca5f4c7c0 100644 --- a/examples/using-cypress/package.json +++ b/examples/using-cypress/package.json @@ -17,12 +17,12 @@ "test:e2e:ci": "start-server-and-test develop http://localhost:8000 cy:run" }, "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^5.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-plugin-sharp": "^3.13.0", "gatsby-source-filesystem": "^2.3.30", "gatsby-transformer-sharp": "^2.5.15", "prop-types": "^15.7.2",