From af66c5a7942b76c8e61aff13037a01dade655178 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Feb 2024 03:34:00 +0000 Subject: [PATCH] fix: examples/using-remark-copy-linked-files/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SANITIZEHTML-6256334 --- examples/using-remark-copy-linked-files/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-remark-copy-linked-files/package.json b/examples/using-remark-copy-linked-files/package.json index bde136a163c06..367293e27aaf4 100644 --- a/examples/using-remark-copy-linked-files/package.json +++ b/examples/using-remark-copy-linked-files/package.json @@ -16,7 +16,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", "lodash": "^4.17.14", "prismjs": "^1.16.0",