From 7dc90e4b7cd9b536060151273ae3324d44f9130e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 21:59:43 +0000 Subject: [PATCH] chore(deps-dev): Bump micromark-extension-mdx-md from 1.0.0 to 1.0.1 Bumps [micromark-extension-mdx-md](https://github.com/micromark/micromark-extension-mdx-md) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/micromark/micromark-extension-mdx-md/releases) - [Commits](https://github.com/micromark/micromark-extension-mdx-md/compare/1.0.0...1.0.1) --- updated-dependencies: - dependency-name: micromark-extension-mdx-md 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 4e61581d..a9039417 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "devDependencies": { "@docusaurus/module-type-aliases": "2.4.0", "@tsconfig/docusaurus": "1.0.7", - "micromark-extension-mdx-md": "^1.0.0", + "micromark-extension-mdx-md": "^1.0.1", "remark-cli": "^11.0.0", "remark-comment": "^1.0.0", "remark-frontmatter": "^4.0.1", diff --git a/yarn.lock b/yarn.lock index 957bdeaf..c116035f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6072,10 +6072,10 @@ micromark-extension-mdx-jsx@^1.0.0: uvu "^0.5.0" vfile-message "^3.0.0" -micromark-extension-mdx-md@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/micromark-extension-mdx-md/-/micromark-extension-mdx-md-1.0.0.tgz#382f5df9ee3706dd120b51782a211f31f4760d22" - integrity sha512-xaRAMoSkKdqZXDAoSgp20Azm0aRQKGOl0RrS81yGu8Hr/JhMsBmfs4wR7m9kgVUIO36cMUQjNyiyDKPrsv8gOw== +micromark-extension-mdx-md@^1.0.0, micromark-extension-mdx-md@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/micromark-extension-mdx-md/-/micromark-extension-mdx-md-1.0.1.tgz#595d4b2f692b134080dca92c12272ab5b74c6d1a" + integrity sha512-7MSuj2S7xjOQXAjjkbjBsHkMtb+mDGVW6uI2dBL9snOBCbZmoNgDAeZ0nSn9j3T42UE/g2xVNMn18PJxZvkBEA== dependencies: micromark-util-types "^1.0.0"