From 9c77b70b916d1c96f4d8c775b541dac3195e4ff8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jun 2023 02:25:42 +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-PARSEURL-3024398 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 - https://snyk.io/vuln/SNYK-JS-RAMDA-1582370 - https://snyk.io/vuln/SNYK-JS-REACTDEVUTILS-1083268 - https://snyk.io/vuln/SNYK-JS-SHARP-2848109 --- e2e-tests/path-prefix/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e2e-tests/path-prefix/package.json b/e2e-tests/path-prefix/package.json index 2e2460c057bbd..718edc182b5bc 100644 --- a/e2e-tests/path-prefix/package.json +++ b/e2e-tests/path-prefix/package.json @@ -4,14 +4,14 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "cypress": "^3.1.0", - "gatsby": "^2.3.34", + "cypress": "^6.6.0", + "gatsby": "^4.0.0", "gatsby-plugin-feed": "^2.1.2", "gatsby-plugin-image": "~1.0.0", - "gatsby-plugin-manifest": "^2.0.17", + "gatsby-plugin-manifest": "^4.8.0", "gatsby-plugin-offline": "^2.0.23", "gatsby-plugin-react-helmet": "^3.0.6", - "gatsby-plugin-sharp": "^2.0.37", + "gatsby-plugin-sharp": "^4.8.0", "gatsby-plugin-sitemap": "^2.0.12", "react": "^16.8.0", "react-dom": "^16.8.0",