From 89c2e7cea046223252e6279cb9da38d0de64e61c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jun 2020 02:04:13 +0000 Subject: [PATCH] fix: packages/gatsby/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FRONTMATTER-569103 --- packages/gatsby/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 5a739fcef98e5..e57320331786b 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -46,7 +46,7 @@ "file-loader": "^0.9.0", "flat": "^2.0.1", "friendly-errors-webpack-plugin": "^1.6.1", - "front-matter": "^2.1.0", + "front-matter": "^4.0.1", "fs-extra": "^4.0.1", "gatsby-1-config-css-modules": "^1.0.11", "gatsby-1-config-extract-plugin": "^1.0.3",