From 6006a84802f60e539e2c3c7549b87d03fa4c642c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Apr 2021 23:34:12 +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-TRIM-1017038 --- 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..ccb88597179d3 100644 --- a/examples/using-mongodb/package.json +++ b/examples/using-mongodb/package.json @@ -7,7 +7,7 @@ "gatsby": "^2.0.0", "gatsby-plugin-react-helmet": "^3.0.0", "gatsby-source-mongodb": "^2.0.5", - "gatsby-transformer-remark": "^2.1.1", + "gatsby-transformer-remark": "^4.0.0", "react": "^16.4.1", "react-dom": "^16.4.1", "react-helmet": "^5.2.0"