From f24b89cbc9ec4b4492b32ab64dac607937ba2ef4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Apr 2021 21:49:53 +0000 Subject: [PATCH] fix: examples/using-mongodb/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 --- examples/using-mongodb/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-mongodb/package.json b/examples/using-mongodb/package.json index b0ae0d55029e2..da55c1073f7fa 100644 --- a/examples/using-mongodb/package.json +++ b/examples/using-mongodb/package.json @@ -7,7 +7,7 @@ "gatsby": "^2.24.63", "gatsby-plugin-react-helmet": "^3.3.11", "gatsby-source-mongodb": "^2.3.11", - "gatsby-transformer-remark": "^2.8.35", + "gatsby-transformer-remark": "^4.0.0", "react": "^16.4.1", "react-dom": "^16.4.1", "react-helmet": "^5.2.1"