From 8ee56baa65a8a642455eef2184cefc8983acf1d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Jun 2023 02:09:32 +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-GATSBY-5671647 - https://snyk.io/vuln/SNYK-JS-GATSBYCLI-5671903 --- 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 c23d34d0e830e..7717edf82972b 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": "^3.0.0-next.0", + "gatsby": "^5.0.0", "react": "^16.9.0", "react-dom": "^16.9.0" },