From 71bd4c7ce7ad330c4afb79776a05fe3f9d94b923 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Mar 2023 19:35:41 +0000 Subject: [PATCH] fix: e2e-tests/gatsby-static-image/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PARSEURL-3023021 - 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 - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- e2e-tests/gatsby-static-image/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e-tests/gatsby-static-image/package.json b/e2e-tests/gatsby-static-image/package.json index 8bfbdb634b417..edcb1a157360c 100644 --- a/e2e-tests/gatsby-static-image/package.json +++ b/e2e-tests/gatsby-static-image/package.json @@ -4,10 +4,10 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "cypress": "^3.1.0", - "gatsby": "^2.0.118", + "cypress": "^6.6.0", + "gatsby": "^4.14.0", "gatsby-plugin-image": "^0.0.2", - "gatsby-plugin-sharp": "^2.0.20", + "gatsby-plugin-sharp": "^4.8.0", "gatsby-source-filesystem": "^3.3.0", "react": "^16.9.0", "react-dom": "^16.9.0"