From 3889bae4e505a50c59eef12a9bb6d7657c243854 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 09:18:17 +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-YAML-5458867 --- e2e-tests/gatsby-static-image/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/gatsby-static-image/package.json b/e2e-tests/gatsby-static-image/package.json index 7735b34f22135..1938526a16dc8 100644 --- a/e2e-tests/gatsby-static-image/package.json +++ b/e2e-tests/gatsby-static-image/package.json @@ -5,7 +5,7 @@ "author": "Kyle Mathews ", "dependencies": { "cypress": "^3.1.0", - "gatsby": "^2.0.118", + "gatsby": "^4.25.2", "gatsby-plugin-image": "^0.0.2", "gatsby-plugin-sharp": "^2.0.20", "react": "^16.8.0",