Skip to content

Commit

Permalink
fix(deps): update dependency remark-parse to ^8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Apr 20, 2020
1 parent 2e1f7c2 commit a16ebb0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a16ebb0

Please sign in to comment.