From 2c705b3e86b05a845c5824a04a7741608dc7b9a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2020 22:31:23 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21e21ab8ff..0953b9a7b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 4dcb00f6d3..c855438a3d 100644 --- a/package.json +++ b/package.json @@ -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",