From 7250fd964c6a820392b6ac76055741dead48557e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Jan 2024 14:38:27 +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-INFLIGHT-6095116 --- 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 8bfbdb634b417..aa90c307a3664 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": "^5.13.2", "gatsby-plugin-image": "^0.0.2", "gatsby-plugin-sharp": "^2.0.20", "gatsby-source-filesystem": "^3.3.0",