diff --git a/package-lock.json b/package-lock.json index 7c93ea7fe3..7d8b89e0c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5777,9 +5777,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 3e1fd49244..3b8bde4533 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",