From b2004ffb071a5b9d4f4a40f3fbd6454fe5bd0a60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Aug 2022 01:31:02 +0000 Subject: [PATCH] fix: e2e-tests/path-prefix/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 --- e2e-tests/path-prefix/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e-tests/path-prefix/package.json b/e2e-tests/path-prefix/package.json index 82319edd4fa91..55f00b822aeb2 100644 --- a/e2e-tests/path-prefix/package.json +++ b/e2e-tests/path-prefix/package.json @@ -5,15 +5,15 @@ "author": "Kyle Mathews ", "dependencies": { "cypress": "^3.1.0", - "gatsby": "^2.3.34", + "gatsby": "^4.0.0", "gatsby-plugin-feed": "^2.1.2", "gatsby-plugin-image": "^0.4.0", "gatsby-plugin-manifest": "^2.0.17", "gatsby-plugin-offline": "^2.0.23", "gatsby-plugin-react-helmet": "^3.0.6", - "gatsby-plugin-sharp": "^2.0.37", + "gatsby-plugin-sharp": "^4.0.0", "gatsby-plugin-sitemap": "^2.0.12", - "gatsby-source-filesystem": "^2.8.1", + "gatsby-source-filesystem": "^4.21.0", "gatsby-transformer-sharp": "^2.9.0", "react": "^16.9.0", "react-dom": "^16.9.0",