Merge pull request #11095 from openlayers/dependabot/npm_and_yarn/front-matter-4.0.0

Bump front-matter from 3.2.1 to 4.0.0
This commit is contained in:
Andreas Hocevar
2020-05-31 19:01:04 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5777,9 +5777,9 @@
} }
}, },
"front-matter": { "front-matter": {
"version": "3.2.1", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/front-matter/-/front-matter-3.2.1.tgz", "resolved": "https://registry.npmjs.org/front-matter/-/front-matter-4.0.0.tgz",
"integrity": "sha512-YUhgEhbL6tG+Ok3vTGIoSDKqcr47aSDvyhEqIv8B+YuBJFsPnOiArNXTPp2yO07NL+a0L4+2jXlKlKqyVcsRRA==", "integrity": "sha512-N8uzPf026Za9KqPT+oeZv99PszNbeDlgZhGpqbVQL9lYfbuy7RhvfIs/kKSTMEHv/QADltU0Dp78Q9uy3GwwEg==",
"dev": true, "dev": true,
"requires": { "requires": {
"js-yaml": "^3.13.1" "js-yaml": "^3.13.1"

View File

@@ -66,7 +66,7 @@
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-config-openlayers": "^14.0.0", "eslint-config-openlayers": "^14.0.0",
"expect.js": "0.3.1", "expect.js": "0.3.1",
"front-matter": "^3.0.2", "front-matter": "^4.0.0",
"fs-extra": "^9.0.0", "fs-extra": "^9.0.0",
"glob": "^7.1.5", "glob": "^7.1.5",
"globby": "^11.0.0", "globby": "^11.0.0",