diff --git a/packages/mdx/package.json b/packages/mdx/package.json index 1a911484b..5e71ec7c8 100644 --- a/packages/mdx/package.json +++ b/packages/mdx/package.json @@ -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" } } diff --git a/yarn.lock b/yarn.lock index 372ba92bf..f56f58bc8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -26037,10 +26037,10 @@ unique-string@^2.0.0: dependencies: crypto-random-string "^2.0.0" -unist-builder@2.0.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== +unist-builder@2.0.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" @@ -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"