From 824376d380f95597fc4896a1194cea07d09c4695 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Feb 2025 02:13:35 +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-HTTPPROXYMIDDLEWARE-8229906 --- 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..79c9e18dc84ac 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": "^3.13.0", "gatsby-plugin-image": "^0.0.2", "gatsby-plugin-sharp": "^2.0.20", "gatsby-source-filesystem": "^3.3.0",