From 36dd382ea5b948dad4e410431a5867889d7c940b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:47:36 +0000 Subject: [PATCH] Bump mdast-util-from-markdown from 2.0.1 to 2.0.2 Bumps [mdast-util-from-markdown](https://github.com/syntax-tree/mdast-util-from-markdown) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/syntax-tree/mdast-util-from-markdown/releases) - [Commits](https://github.com/syntax-tree/mdast-util-from-markdown/compare/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: mdast-util-from-markdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5c0b8b34631e90..b955f8b1e54ebb 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "markdown-it": "^14.1.0", "markdownlint-cli2": "0.14.0", "markdownlint-rule-search-replace": "1.2.0", - "mdast-util-from-markdown": "^2.0.1", + "mdast-util-from-markdown": "^2.0.2", "ora": "^8.1.0", "prettier": "3.3.3", "unist-util-visit": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index f74079041c2c95..21cc4c1b505106 100644 --- a/yarn.lock +++ b/yarn.lock @@ -624,10 +624,10 @@ markdownlint@0.35.0: markdown-it "14.1.0" markdownlint-micromark "0.1.10" -mdast-util-from-markdown@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.1.tgz#32a6e8f512b416e1f51eb817fc64bd867ebcd9cc" - integrity sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA== +mdast-util-from-markdown@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz#4850390ca7cf17413a9b9a0fbefcd1bc0eb4160a" + integrity sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA== dependencies: "@types/mdast" "^4.0.0" "@types/unist" "^3.0.0"