From dfee3dbdc55f594e233aaba99062e43718c2d66d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Dec 2023 01:08:50 +0000 Subject: [PATCH] fix: benchmarks/source-sanity/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- benchmarks/source-sanity/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/source-sanity/package.json b/benchmarks/source-sanity/package.json index 7e9d641d9999a..ebc4e16a168c7 100644 --- a/benchmarks/source-sanity/package.json +++ b/benchmarks/source-sanity/package.json @@ -18,7 +18,7 @@ "gatsby": "^2.23.4", "gatsby-image": "^2.4.7", "gatsby-plugin-benchmark-reporting": "*", - "gatsby-source-sanity": "^6.0.1", + "gatsby-source-sanity": "^7.6.0", "react": "^16.13.1", "react-dom": "^16.13.1" },