From 476d7c5c21f6198201510ccf73d4b78881ac7fe5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 21:11:09 +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-INFLIGHT-6095116 --- 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 f89e3b9976f3d..26f0f3d1273a0 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.10.2", "gatsby-plugin-react-helmet": "^3.0.0", "gatsby-source-mongodb": "^2.0.5", "gatsby-transformer-remark": "^2.1.1",