From a16ebb0ba045d2f39e862a3f915fd5089f2f4594 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 20 Apr 2020 02:21:51 +0000 Subject: [PATCH] fix(deps): update dependency remark-parse to ^8.0.1 --- packages/eslint-mdx/package.json | 2 +- packages/eslint-plugin-mdx/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/eslint-mdx/package.json b/packages/eslint-mdx/package.json index 3fb8bfc4..99b0241d 100644 --- a/packages/eslint-mdx/package.json +++ b/packages/eslint-mdx/package.json @@ -35,7 +35,7 @@ "dependencies": { "espree": "^6.2.1", "remark-mdx": "^1.5.8", - "remark-parse": "^8.0.0", + "remark-parse": "^8.0.1", "tslib": "^1.11.1", "unified": "^9.0.0" } diff --git a/packages/eslint-plugin-mdx/package.json b/packages/eslint-plugin-mdx/package.json index f703029e..76ba4f5a 100644 --- a/packages/eslint-plugin-mdx/package.json +++ b/packages/eslint-plugin-mdx/package.json @@ -37,7 +37,7 @@ "eslint-mdx": "^1.6.9", "eslint-plugin-react": "^7.19.0", "remark-mdx": "^1.5.8", - "remark-parse": "^8.0.0", + "remark-parse": "^8.0.1", "remark-stringify": "^8.0.0", "tslib": "^1.11.1", "unified": "^9.0.0", diff --git a/yarn.lock b/yarn.lock index bfe68858..3f73d8de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10814,10 +10814,10 @@ remark-parse@7.0.2: vfile-location "^2.0.0" xtend "^4.0.1" -remark-parse@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-8.0.0.tgz#0aaae4b49e607ee7e972a6cf688026f46bbf6d1a" - integrity sha512-Ck14G1Ns/GEPXhSw6m1Uv28kMtVk63e59NyL+QlhBBwBdIUXROM6MPfBehPhW6TW2d73batMdZsKwuxl5i3tEA== +remark-parse@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-8.0.1.tgz#7fc95d8f2b58fc6791cffb54803c763eb3756743" + integrity sha512-Ye/5W57tdQZWsfkuVyRq9SUWRgECHnDsMuyUMzdSKpTbNPkZeGtoYfsrkeSi4+Xyl0mhcPPddHITXPcCPHrl3w== dependencies: ccount "^1.0.0" collapse-white-space "^1.0.2"