From 053683fa113cb8a48a28fd410adaf8b352c48f65 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Jun 2023 19:27:18 +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-GATSBY-5671647 - https://snyk.io/vuln/SNYK-JS-GATSBYCLI-5671903 - https://snyk.io/vuln/SNYK-JS-GATSBYPLUGINSHARP-5671648 --- e2e-tests/gatsby-static-image/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e-tests/gatsby-static-image/package.json b/e2e-tests/gatsby-static-image/package.json index 7735b34f22135..359318ba2fcd7 100644 --- a/e2e-tests/gatsby-static-image/package.json +++ b/e2e-tests/gatsby-static-image/package.json @@ -5,9 +5,9 @@ "author": "Kyle Mathews ", "dependencies": { "cypress": "^3.1.0", - "gatsby": "^2.0.118", + "gatsby": "^5.0.0", "gatsby-plugin-image": "^0.0.2", - "gatsby-plugin-sharp": "^2.0.20", + "gatsby-plugin-sharp": "^5.10.0", "react": "^16.8.0", "react-dom": "^16.8.0" },