From be249665ff9e5c1f0d4d063b805b2d00715c88da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Aug 2022 05:08:21 +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 cdde425ffff99..64b0675bcaec5 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"