From 4d89f560699e64a1b65e6cc204bb40cbecc7d6af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 May 2021 22:21:13 +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-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- 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..069dc675f29bd 100644 --- a/examples/using-mongodb/package.json +++ b/examples/using-mongodb/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site using gatsby-source-mongodb", "author": "jhermans85@hotmail.com", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-plugin-react-helmet": "^3.3.11", "gatsby-source-mongodb": "^2.3.11", "gatsby-transformer-remark": "^2.8.35",