From eb567f103a1f40c83aac2a53437a81fb52e8aeec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jun 2020 22:19:57 +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 e5564c27a077b..4354ec2ed00e6 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.10", "gatsby-cli": "^1.1.45",