From 931560f21b8a6dffe349cac37c2817dbcecea804 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Apr 2021 19:52:14 +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-TRIM-1017038 --- 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 ed47d8be24282..2219639f4fdea 100644 --- a/examples/using-remark-copy-linked-files/package.json +++ b/examples/using-remark-copy-linked-files/package.json @@ -17,7 +17,7 @@ "gatsby-remark-responsive-iframe": "latest", "gatsby-remark-smartypants": "latest", "gatsby-source-filesystem": "latest", - "gatsby-transformer-remark": "latest", + "gatsby-transformer-remark": "4.0.0", "gatsby-transformer-sharp": "latest", "hast-util-to-html": "^3.1.0", "lodash": "^4.15.0",