From 5bd7bb41795ac3ea6aaad05283af4dc03df741bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Mar 2024 05:27:19 +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-WEBPACKDEVMIDDLEWARE-6476555 --- 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..74383e2c93cad 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": "^3.13.0", "gatsby-image": "^2.2.39", "gatsby-plugin-benchmark-reporting": "*", "gatsby-plugin-feed": "^2.3.26",