From b470db90abb221e34465efb16060bd41a37bfa70 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jan 2020 01:07:10 +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-KINDOF-537849 --- examples/using-mongodb/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-mongodb/package.json b/examples/using-mongodb/package.json index a778ef2365c83..b4eab83ff24d5 100644 --- a/examples/using-mongodb/package.json +++ b/examples/using-mongodb/package.json @@ -4,11 +4,11 @@ "description": "Gatsby example site using gatsby-source-mongodb", "author": "jhermans85@hotmail.com", "dependencies": { - "gatsby": "^1.9.119", + "gatsby": "^2.0.0", "gatsby-link": "^1.6.28", "gatsby-plugin-react-helmet": "^2.0.1", "gatsby-source-mongodb": "^1.5.11", - "gatsby-transformer-remark": "^1.7.21", + "gatsby-transformer-remark": "^2.1.1", "react-helmet": "^5.2.0" }, "license": "MIT",