From ec8d10c9ff392d82291ea1e75dbc3405bf006deb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 09:22:19 +0000 Subject: [PATCH] Bump front-matter from 4.0.0 to 4.0.2 Bumps [front-matter](https://github.com/jxson/front-matter) from 4.0.0 to 4.0.2. - [Release notes](https://github.com/jxson/front-matter/releases) - [Commits](https://github.com/jxson/front-matter/compare/v4.0.0...v4.0.2) 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 52789cc598..3a3f4dd299 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5777,9 +5777,9 @@ } }, "front-matter": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/front-matter/-/front-matter-4.0.0.tgz", - "integrity": "sha512-N8uzPf026Za9KqPT+oeZv99PszNbeDlgZhGpqbVQL9lYfbuy7RhvfIs/kKSTMEHv/QADltU0Dp78Q9uy3GwwEg==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/front-matter/-/front-matter-4.0.2.tgz", + "integrity": "sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg==", "dev": true, "requires": { "js-yaml": "^3.13.1"