From ccd1af6e5536541c4855197b707f93f93b4bba69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Dec 2023 07:16:45 +0000 Subject: [PATCH] fix: benchmarks/markdown_slug/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- benchmarks/markdown_slug/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/markdown_slug/package.json b/benchmarks/markdown_slug/package.json index 68a1e7029e16b..b472629c384b2 100644 --- a/benchmarks/markdown_slug/package.json +++ b/benchmarks/markdown_slug/package.json @@ -7,7 +7,7 @@ "dependencies": { "del-cli": "^3.0.0", "faker": "^4.1.0", - "gatsby": "^2.19.5", + "gatsby": "^4.0.0", "gatsby-image": "^2.2.39", "gatsby-plugin-benchmark-reporting": "*", "gatsby-plugin-feed": "^2.3.26",