From 5497d6f401af111e2df45fbbc302772232d14652 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Apr 2021 20:41:21 +0000 Subject: [PATCH] fix: examples/route-api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 --- examples/route-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/route-api/package.json b/examples/route-api/package.json index eaec18bf8a3b2..d2628230649d6 100644 --- a/examples/route-api/package.json +++ b/examples/route-api/package.json @@ -7,7 +7,7 @@ "dependencies": { "gatsby": "^2.24.67", "gatsby-source-filesystem": "^2.3.32", - "gatsby-transformer-remark": "^2.8.37", + "gatsby-transformer-remark": "^4.0.0", "gatsby-transformer-yaml": "^2.4.13", "react": "^16.3.1", "react-dom": "^16.3.1"