From 584a24d21a3510cbafc66ae161e2423c1fee98ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Apr 2021 22:50:25 +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 e34258f7b61b3..3bfc357718c8b 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.4.14", "gatsby-remark-smartypants": "^2.3.11", "gatsby-source-filesystem": "^2.3.30", - "gatsby-transformer-remark": "^2.8.35", + "gatsby-transformer-remark": "^4.0.0", "gatsby-transformer-sharp": "^2.5.15", "lodash": "^4.17.20", "prismjs": "^1.21.0",