From c8370784abb762c1f7c749571eeab5ba53fa7f8e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Jan 2023 05:48:34 +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-GATSBYTRANSFORMERREMARK-3228581 --- 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..45da7cafe1365 100644 --- a/examples/using-mongodb/package.json +++ b/examples/using-mongodb/package.json @@ -7,7 +7,7 @@ "gatsby": "^2.24.63", "gatsby-plugin-react-helmet": "^3.3.11", "gatsby-source-mongodb": "^2.3.11", - "gatsby-transformer-remark": "^2.8.35", + "gatsby-transformer-remark": "^5.25.1", "react": "^16.4.1", "react-dom": "^16.4.1", "react-helmet": "^5.2.1"