From 22e62767bd42c884338c0877a092136cf5de90c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:02:50 +0000 Subject: [PATCH] chore(deps-dev): Bump remark-mdx from 3.0.0 to 3.0.1 Bumps [remark-mdx](https://github.com/mdx-js/mdx/tree/HEAD/packages/remark-mdx) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/mdx-js/mdx/releases) - [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md) - [Commits](https://github.com/mdx-js/mdx/commits/3.0.1/packages/remark-mdx) --- updated-dependencies: - dependency-name: remark-mdx dependency-type: direct:development 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 aeb386dc..51234f02 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "remark-comment": "^1.0.0", "remark-frontmatter": "^5.0.0", "remark-gfm": "^4.0.0", - "remark-mdx": "^3.0.0", + "remark-mdx": "^3.0.1", "remark-preset-lint-consistent": "^5.1.2", "remark-preset-lint-recommended": "^6.1.3", "typescript": "5.3.3" diff --git a/yarn.lock b/yarn.lock index 602b6472..b9df9192 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8409,10 +8409,10 @@ remark-lint@^9.0.0: remark-message-control "^7.0.0" unified "^10.1.0" -remark-mdx@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-3.0.0.tgz#146905a3925b078970e05fc89b0e16b9cc3bfddd" - integrity sha512-O7yfjuC6ra3NHPbRVxfflafAj3LTwx3b73aBvkEFU5z4PsD6FD4vrqJAkE5iNGLz71GdjXfgRqm3SQ0h0VuE7g== +remark-mdx@^3.0.0, remark-mdx@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-3.0.1.tgz#8f73dd635c1874e44426e243f72c0977cf60e212" + integrity sha512-3Pz3yPQ5Rht2pM5R+0J2MrGoBSrzf+tJG94N+t/ilfdh8YLyyKYtidAYwTveB20BoHAcwIopOUqhcmh2F7hGYA== dependencies: mdast-util-mdx "^3.0.0" micromark-extension-mdxjs "^3.0.0"