From 3f1b9cfd3f1ceab41afc6494973c2f8e12a33dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 16:59:25 +0000 Subject: [PATCH] Build(deps): Bump remark-parse from 5.0.0 to 6.0.3 Bumps [remark-parse](https://github.com/remarkjs/remark) from 5.0.0 to 6.0.3. - [Release notes](https://github.com/remarkjs/remark/releases) - [Changelog](https://github.com/remarkjs/remark/blob/master/changelog.md) - [Commits](https://github.com/remarkjs/remark/compare/remark-parse@5.0.0...remark-parse@6.0.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1fbbd2a28c6f..e234b3bbd0ad 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "postcss-values-parser": "2.0.1", "regexp-util": "1.2.2", "remark-math": "1.0.6", - "remark-parse": "5.0.0", + "remark-parse": "6.0.3", "resolve": "1.17.0", "semver": "7.3.2", "string-width": "4.2.0", diff --git a/yarn.lock b/yarn.lock index 0b28ddfbd760..0a4e331a4904 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6465,10 +6465,10 @@ remark-math@1.0.6: dependencies: trim-trailing-lines "^1.1.0" -remark-parse@5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-5.0.0.tgz#4c077f9e499044d1d5c13f80d7a98cf7b9285d95" - integrity sha512-b3iXszZLH1TLoyUzrATcTQUZrwNl1rE70rVdSruJFlDaJ9z5aMkhrG43Pp68OgfHndL/ADz6V69Zow8cTQu+JA== +remark-parse@6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-6.0.3.tgz#c99131052809da482108413f87b0ee7f52180a3a" + integrity sha512-QbDXWN4HfKTUC0hHa4teU463KclLAnwpn/FBn87j9cKYJWWawbiLgMfP2Q4XwhxxuuuOxHlw+pSN0OKuJwyVvg== dependencies: collapse-white-space "^1.0.2" is-alphabetical "^1.0.0"