From 8e8436fb9fda8d24b9bca931ba63b6e2e37a5d38 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 21:30:55 +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-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 --- benchmarks/gabe-fs-markdown-route-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/gabe-fs-markdown-route-api/package.json b/benchmarks/gabe-fs-markdown-route-api/package.json index 4ee5f432d595a..946f59141f2f0 100644 --- a/benchmarks/gabe-fs-markdown-route-api/package.json +++ b/benchmarks/gabe-fs-markdown-route-api/package.json @@ -30,7 +30,7 @@ ], "dependencies": { "faker": "^4.1.0", - "gatsby": "^2", + "gatsby": "^3.13.0", "gatsby-source-filesystem": "^2", "gatsby-transformer-remark": "^2", "react": "^16.12.0",