From 6f768240575103489f6163ba2cf966faf638b703 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jan 2022 16:31:00 +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-ANSIREGEX-1583908 --- 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 a9e22590316c8..4385a9d3c2240 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.0.0", + "gatsby": "^4.6.0", "gatsby-plugin-react-helmet": "^3.0.0", "gatsby-source-mongodb": "^2.0.5", "gatsby-transformer-remark": "^2.1.1",