Bump remark-frontmatter from 1.3.3 to 2.0.0 (#6073)

Bumps [remark-frontmatter](https://github.com/remarkjs/remark-frontmatter) from 1.3.3 to 2.0.0.
- [Release notes](https://github.com/remarkjs/remark-frontmatter/releases)
- [Commits](https://github.com/remarkjs/remark-frontmatter/compare/1.3.3...2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-09-09 22:31:23 +01:00 committed by GitHub
parent ba63f735d9
commit 2c705b3e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@ -20099,13 +20099,12 @@
}
},
"remark-frontmatter": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/remark-frontmatter/-/remark-frontmatter-1.3.3.tgz",
"integrity": "sha512-fM5eZPBvu2pVNoq3ZPW22q+5Ativ1oLozq2qYt9I2oNyxiUd/tDl0iLLntEVAegpZIslPWg1brhcP1VsaSVUag==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/remark-frontmatter/-/remark-frontmatter-2.0.0.tgz",
"integrity": "sha512-uNOQt4tO14qBFWXenF0MLC4cqo3dv8qiHPGyjCl1rwOT0LomSHpcElbjjVh5CwzElInB38HD8aSRVugKQjeyHA==",
"dev": true,
"requires": {
"fault": "^1.0.1",
"xtend": "^4.0.1"
"fault": "^1.0.1"
}
},
"remark-parse": {

View File

@ -162,7 +162,7 @@
"protractor-smartrunner": "^0.1.1",
"protractor-screenshoter-plugin": "0.10.3",
"remark": "^12.0.1",
"remark-frontmatter": "^1.2.0",
"remark-frontmatter": "^2.0.0",
"rimraf": "^3.0.2",
"rxjs-tslint-rules": "^4.10.0",
"sass-loader": "10.0.2",