From 14281f8da93a2e4eab994308a2bc30af9baf3125 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jan 2022 21:15:56 +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-ANSIREGEX-1583908 --- 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..d3e55da65270a 100644 --- a/benchmarks/source-sanity/package.json +++ b/benchmarks/source-sanity/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "dotenv": "^8.2.0", - "gatsby": "^2.23.4", + "gatsby": "^4.6.0", "gatsby-image": "^2.4.7", "gatsby-plugin-benchmark-reporting": "*", "gatsby-source-sanity": "^6.0.1",