From 172a1b2269bd9fbae57831aa4d09c5c48b3e3bdf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Feb 2024 05:17:21 +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",