From 7b5a81a3fcac0b769220f1b4444a65ae7622fe1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Aug 2022 20:17:33 +0000 Subject: [PATCH] fix: benchmarks/gabe-fs-markdown-route-api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-PARSEPATH-2936439 --- benchmarks/gabe-fs-markdown-route-api/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/gabe-fs-markdown-route-api/package.json b/benchmarks/gabe-fs-markdown-route-api/package.json index 4ee5f432d595a..e52e0423413e1 100644 --- a/benchmarks/gabe-fs-markdown-route-api/package.json +++ b/benchmarks/gabe-fs-markdown-route-api/package.json @@ -30,8 +30,8 @@ ], "dependencies": { "faker": "^4.1.0", - "gatsby": "^2", - "gatsby-source-filesystem": "^2", + "gatsby": "^4.0.0", + "gatsby-source-filesystem": "^4.21.0", "gatsby-transformer-remark": "^2", "react": "^16.12.0", "react-dom": "^16.12.0"