From 3a84e8f4e83d6bf62a0c22bac5fd4174ec87a3b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 11:32:57 +0000 Subject: [PATCH] Bump mdast-util-from-markdown from 2.0.0 to 2.0.1 Bumps [mdast-util-from-markdown](https://github.com/syntax-tree/mdast-util-from-markdown) from 2.0.0 to 2.0.1. - [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.0...2.0.1) --- 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 815b6d7ce695c1..f55936665f26e6 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "markdown-it": "^14.1.0", "markdownlint-cli2": "0.13.0", "markdownlint-rule-search-replace": "1.2.0", - "mdast-util-from-markdown": "^2.0.0", + "mdast-util-from-markdown": "^2.0.1", "ora": "^8.0.1", "prettier": "3.2.5", "unist-util-visit": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index ea715e957797fa..7d83e33abf80de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -633,10 +633,10 @@ markdownlint@0.34.0: markdown-it "14.1.0" markdownlint-micromark "0.1.9" -mdast-util-from-markdown@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.0.tgz#52f14815ec291ed061f2922fd14d6689c810cb88" - integrity sha512-n7MTOr/z+8NAX/wmhhDji8O3bRvPTV/U0oTCaZJkjhPSKTPhS3xufVhKGF8s1pJ7Ox4QgoIU7KHseh09S+9rTA== +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== dependencies: "@types/mdast" "^4.0.0" "@types/unist" "^3.0.0"