From 13af4e1755f218e550e8d8300b00e8c021d535b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Mar 2024 02:28:51 +0000 Subject: [PATCH] fix: benchmarks/markdown_table/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555 --- benchmarks/markdown_table/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/markdown_table/package.json b/benchmarks/markdown_table/package.json index 0a0d4853fc581..d818e4f5b7f71 100644 --- a/benchmarks/markdown_table/package.json +++ b/benchmarks/markdown_table/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "faker": "^4.1.0", - "gatsby": "^2.19.5", + "gatsby": "^3.13.0", "gatsby-plugin-benchmark-reporting": "*", "gatsby-transformer-remark": "^2.6.48", "gray-matter": "^4.0.2",