From 65015804e6473a7cee1576ce728aae2494aaae8c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jan 2023 03:57:07 +0000 Subject: [PATCH] fix: integration-tests/cache-resilience/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ENGINEIO-3136336 --- integration-tests/cache-resilience/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/cache-resilience/package.json b/integration-tests/cache-resilience/package.json index 50f137b36927b..59eb18a0a4246 100644 --- a/integration-tests/cache-resilience/package.json +++ b/integration-tests/cache-resilience/package.json @@ -13,7 +13,7 @@ "inspect-state": "node utils/inspect-state" }, "dependencies": { - "gatsby": "^2.19.30", + "gatsby": "^5.4.0", "react": "^16.8.0", "react-dom": "^16.8.0" },