From d64b2de8fac3497691504546973b737e0eb38807 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Jan 2023 17:18:35 +0000 Subject: [PATCH] fix: examples/using-remark/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBYTRANSFORMERREMARK-3228581 --- examples/using-remark/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-remark/package.json b/examples/using-remark/package.json index 848a472b0eda6..cf3c00eb51dd1 100644 --- a/examples/using-remark/package.json +++ b/examples/using-remark/package.json @@ -22,7 +22,7 @@ "gatsby-remark-responsive-iframe": "^2.0.5", "gatsby-remark-smartypants": "^2.0.5", "gatsby-source-filesystem": "^2.0.1", - "gatsby-transformer-remark": "^2.1.8", + "gatsby-transformer-remark": "^5.25.1", "gatsby-transformer-sharp": "^2.1.1", "gatsby-transformer-yaml": "^2.1.1", "glamor": "^2.20.40",