From 83568b0bbf100c7d647d2c9cbbae00c00870781e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2019 04:13:21 +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-MONGODB-473855 --- 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 a778ef2365c83..c564876c3b615 100644 --- a/examples/using-mongodb/package.json +++ b/examples/using-mongodb/package.json @@ -7,7 +7,7 @@ "gatsby": "^1.9.119", "gatsby-link": "^1.6.28", "gatsby-plugin-react-helmet": "^2.0.1", - "gatsby-source-mongodb": "^1.5.11", + "gatsby-source-mongodb": "^2.0.16", "gatsby-transformer-remark": "^1.7.21", "react-helmet": "^5.2.0" },