From 2f908a9ae148e8a4d5c278a693958624d379fca7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Nov 2021 21:51:45 +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-UGLIFYJS-1727251 --- 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..25980e057bb65 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": "^1.9.119", + "gatsby": "^2.20.21", "gatsby-link": "^1.6.28", "gatsby-plugin-react-helmet": "^2.0.1", "gatsby-source-mongodb": "^1.5.11",