From bdc958d8d3d06c3387dace7116263210a027a84e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 09:35:04 +0000 Subject: [PATCH] Bump front-matter from 3.2.1 to 4.0.0 Bumps [front-matter](https://github.com/jxson/front-matter) from 3.2.1 to 4.0.0. - [Release notes](https://github.com/jxson/front-matter/releases) - [Commits](https://github.com/jxson/front-matter/compare/v3.2.1...v4.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04de397a25..3e94ae29dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5806,9 +5806,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.0", + "resolved": "https://registry.npmjs.org/front-matter/-/front-matter-4.0.0.tgz", + "integrity": "sha512-N8uzPf026Za9KqPT+oeZv99PszNbeDlgZhGpqbVQL9lYfbuy7RhvfIs/kKSTMEHv/QADltU0Dp78Q9uy3GwwEg==", "dev": true, "requires": { "js-yaml": "^3.13.1" diff --git a/package.json b/package.json index 44ba794613..516e754d25 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint": "^6.8.0", "eslint-config-openlayers": "^14.0.0", "expect.js": "0.3.1", - "front-matter": "^3.0.2", + "front-matter": "^4.0.0", "fs-extra": "^9.0.0", "glob": "^7.1.5", "globby": "^11.0.0",