From 8c2f9e508bc3e1dbe51216ae5642d7296e2e0456 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 13:18:42 +0000 Subject: [PATCH] Bump front-matter from 3.1.0 to 3.2.1 Bumps [front-matter](https://github.com/jxson/front-matter) from 3.1.0 to 3.2.1. - [Release notes](https://github.com/jxson/front-matter/releases) - [Commits](https://github.com/jxson/front-matter/compare/v3.1.0...v3.2.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d5b7858629..0a0154b21e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5571,9 +5571,9 @@ } }, "front-matter": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/front-matter/-/front-matter-3.1.0.tgz", - "integrity": "sha512-RFEK8N6waWTdwBZOPNEtvwMjZ/hUfpwXkYUYkmmOhQGdhSulXhWrFwiUhdhkduLDiIwbROl/faF1X/PC/GGRMw==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/front-matter/-/front-matter-3.2.1.tgz", + "integrity": "sha512-YUhgEhbL6tG+Ok3vTGIoSDKqcr47aSDvyhEqIv8B+YuBJFsPnOiArNXTPp2yO07NL+a0L4+2jXlKlKqyVcsRRA==", "dev": true, "requires": { "js-yaml": "^3.13.1"