From 7e16f95bed306d5f39dff0dc56eadae73c72aa54 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 00:07:27 +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-WS-7266574 --- 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..081d55e8c2b59 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.22.0", "gatsby-image": "^2.2.39", "gatsby-plugin-benchmark-reporting": "*", "gatsby-plugin-feed": "^2.3.26",