From 6d0af9d4feb5d6c70dd23e5e605e828f6df12b6b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Apr 2021 23:36:54 +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-TRIM-1017038 --- 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 848a472b0eda6..ece0b3581a81f 100644 --- a/examples/using-remark/package.json +++ b/examples/using-remark/package.json @@ -22,7 +22,7 @@ "gatsby-remark-responsive-iframe": "^2.0.5", "gatsby-remark-smartypants": "^2.0.5", "gatsby-source-filesystem": "^2.0.1", - "gatsby-transformer-remark": "^2.1.8", + "gatsby-transformer-remark": "^4.0.0", "gatsby-transformer-sharp": "^2.1.1", "gatsby-transformer-yaml": "^2.1.1", "glamor": "^2.20.40",