Skip to content

Commit

Permalink
fix(deps): update dependency mdast-util-to-hast to v9.1.2 (#1275)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Nov 7, 2020
1 parent 504d4af commit cc8b48e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Expand Up @@ -44,7 +44,7 @@
"detab": "2.0.3",
"hast-util-raw": "6.0.1",
"lodash.uniq": "4.5.0",
"mdast-util-to-hast": "9.1.1",
"mdast-util-to-hast": "9.1.2",
"remark-footnotes": "2.0.0",
"remark-mdx": "1.6.20",
"remark-parse": "8.0.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -17653,13 +17653,13 @@ mdast-util-to-hast@9.1.0:
unist-util-position "^3.0.0"
unist-util-visit "^2.0.0"

mdast-util-to-hast@9.1.1:
version "9.1.1"
resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-9.1.1.tgz#953ff12aed57464b11d7e5549a45913e561909fa"
integrity sha512-vpMWKFKM2mnle+YbNgDXxx95vv0CoLU0v/l3F5oFAG5DV7qwkZVWA206LsAdOnEVyf5vQcLnb3cWJywu7mUxsQ==
mdast-util-to-hast@9.1.2:
version "9.1.2"
resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-9.1.2.tgz#10fa5ed9d45bf3755891e5801d0f32e2584a9423"
integrity sha512-OpkFLBC2VnNAb2FNKcKWu9FMbJhQKog+FCT8nuKmQNIKXyT1n3SIskE7uWDep6x+cA20QXlK5AETHQtYmQmxtQ==
dependencies:
"@types/mdast" "^3.0.0"
"@types/unist" "^2.0.3"
"@types/unist" "^2.0.0"
mdast-util-definitions "^3.0.0"
mdurl "^1.0.0"
unist-builder "^2.0.0"
Expand Down

0 comments on commit cc8b48e

Please sign in to comment.