Skip to content

Commit

Permalink
fix(deps): update dependency unist-builder to v2.0.3 (#950)
Browse files Browse the repository at this point in the history
Co-authored-by: WhiteSource Renovate <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 20, 2020
1 parent 77789c4 commit 70989d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"remark-squeeze-paragraphs": "3.0.4",
"style-to-object": "0.3.0",
"unified": "8.4.2",
"unist-builder": "2.0.2",
"unist-builder": "2.0.3",
"unist-util-visit": "2.0.2"
}
}
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26037,10 +26037,10 @@ unique-string@^2.0.0:
dependencies:
crypto-random-string "^2.0.0"

[email protected].2, unist-builder@^2.0.0:
version "2.0.2"
resolved "https://registry.yarnpkg.com/unist-builder/-/unist-builder-2.0.2.tgz#f24abd96f703925f03df175c1e4143f79e348839"
integrity sha512-I4TpMKqInirL3CG23f1bZyGE/UJecAYHcv586XMLqIkC0iUkI1hi+WZENoaKwdguC0O8nDaYRhHtWjuSjN4HDw==
[email protected].3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/unist-builder/-/unist-builder-2.0.3.tgz#77648711b5d86af0942f334397a33c5e91516436"
integrity sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==

unist-builder@^1.0.1:
version "1.0.4"
Expand All @@ -26049,6 +26049,11 @@ unist-builder@^1.0.1:
dependencies:
object-assign "^4.1.0"

unist-builder@^2.0.0:
version "2.0.2"
resolved "https://registry.yarnpkg.com/unist-builder/-/unist-builder-2.0.2.tgz#f24abd96f703925f03df175c1e4143f79e348839"
integrity sha512-I4TpMKqInirL3CG23f1bZyGE/UJecAYHcv586XMLqIkC0iUkI1hi+WZENoaKwdguC0O8nDaYRhHtWjuSjN4HDw==

unist-util-find-after@^2.0.0, unist-util-find-after@^2.0.3:
version "2.0.4"
resolved "https://registry.yarnpkg.com/unist-util-find-after/-/unist-util-find-after-2.0.4.tgz#3fcccf0df3a2e7291fa119224c0f22158357cc10"
Expand Down

0 comments on commit 70989d4

Please sign in to comment.