From 438ac04583f13fb5ee18ca5c98116b920066ca3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Jan 2023 04:28:25 +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 f54517b26b67c..172d67548fd7e 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": "^4.0.0-next.0", + "gatsby": "^5.4.0", "react": "^18.2.0", "react-dom": "^18.2.0" },