From 47510560e01e9ca801a347ecfaef82de757d7275 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2020 05:21:47 +0000 Subject: [PATCH] Bump front-matter from 3.2.1 to 4.0.2 Bumps [front-matter](https://github.com/jxson/front-matter) from 3.2.1 to 4.0.2. - [Release notes](https://github.com/jxson/front-matter/releases) - [Commits](https://github.com/jxson/front-matter/compare/v3.2.1...v4.0.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 556f57e..44822a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4604,9 +4604,9 @@ } }, "front-matter": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/front-matter/-/front-matter-3.2.1.tgz", - "integrity": "sha512-YUhgEhbL6tG+Ok3vTGIoSDKqcr47aSDvyhEqIv8B+YuBJFsPnOiArNXTPp2yO07NL+a0L4+2jXlKlKqyVcsRRA==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/front-matter/-/front-matter-4.0.2.tgz", + "integrity": "sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg==", "requires": { "js-yaml": "^3.13.1" } diff --git a/package.json b/package.json index 6fca1fa..d43e6d0 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "express": "^4.17.1", "express-flash-messages": "^0.1.1", "express-session": "^1.17.0", - "front-matter": "^3.0.2", + "front-matter": "^4.0.2", "isomorphic-unfetch": "^3.0.0", "next": "^9.1.6", "next-routes": "^1.4.2", diff --git a/yarn.lock b/yarn.lock index 596b675..0e091ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3154,10 +3154,10 @@ from2@^2.1.0: inherits "^2.0.1" readable-stream "^2.0.0" -front-matter@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/front-matter/-/front-matter-3.0.2.tgz#2401cd05fcf22bd0de48a104ffb4efb1ff5c8465" - integrity sha512-iBGZaWyzqgsrPGsqrXZP6N4hp5FzSKDi18nfAoYpgz3qK5sAwFv/ojmn3VS60SOgLvq6CtojNqy0y6ZNz05IzQ== +front-matter@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/front-matter/-/front-matter-4.0.2.tgz#b14e54dc745cfd7293484f3210d15ea4edd7f4d5" + integrity sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg== dependencies: js-yaml "^3.13.1"