From 85c548b35dbc947ea89212a4a70e5850bddff151 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Feb 2024 05:23:31 +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-SANITIZEHTML-6256334 --- 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 82c4b6e32180d..99f6205fc1f1e 100644 --- a/examples/using-remark/package.json +++ b/examples/using-remark/package.json @@ -23,7 +23,7 @@ "gatsby-remark-responsive-iframe": "^2.1.1", "gatsby-remark-smartypants": "^2.0.9", "gatsby-source-filesystem": "^2.0.29", - "gatsby-transformer-remark": "^2.3.8", + "gatsby-transformer-remark": "^6.0.0", "gatsby-transformer-sharp": "^2.1.18", "gatsby-transformer-yaml": "^2.1.11", "glamor": "^2.20.40",