From 8e9c678edc90e9de7810e5807dae619730f25edb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Apr 2021 20:01:00 +0000 Subject: [PATCH] fix: examples/using-emotion-prismjs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 --- examples/using-emotion-prismjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-emotion-prismjs/package.json b/examples/using-emotion-prismjs/package.json index 3c03de4de1580..ce060b1f243bf 100644 --- a/examples/using-emotion-prismjs/package.json +++ b/examples/using-emotion-prismjs/package.json @@ -17,7 +17,7 @@ "gatsby-plugin-typography": "^2.2.0", "gatsby-remark-prismjs": "^3.0.0", "gatsby-source-filesystem": "^2.0.1", - "gatsby-transformer-remark": "^2.1.1", + "gatsby-transformer-remark": "^4.0.0", "lodash": "^4.17.10", "prismjs": "^1.14.0", "prop-types": "^15.6.0",