From 2c57f0e061cbae7d605e1d2c8ce9a7fccf8278ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Feb 2024 03:30:29 +0000 Subject: [PATCH] fix: examples/using-contentful/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SANITIZEHTML-6256334 --- examples/using-contentful/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-contentful/package.json b/examples/using-contentful/package.json index 27f00ca234ea9..7193d3c6ee295 100644 --- a/examples/using-contentful/package.json +++ b/examples/using-contentful/package.json @@ -11,7 +11,7 @@ "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-typography": "^2.2.0", "gatsby-source-contentful": "^2.0.1", - "gatsby-transformer-remark": "^2.1.1", + "gatsby-transformer-remark": "^6.0.0", "lodash": "^4.17.14", "react": "^16.3.1", "react-dom": "^16.3.1",