From 3fcc99a525bb9ab102a7b448be59e88ca976aa52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:53:36 +0000 Subject: [PATCH] Bump remark-mdx from 3.0.1 to 3.1.0 Bumps [remark-mdx](https://github.com/mdx-js/mdx/tree/HEAD/packages/remark-mdx) from 3.0.1 to 3.1.0. - [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.1.0/packages/remark-mdx) --- updated-dependencies: - dependency-name: remark-mdx dependency-type: direct:production update-type: version-update:semver-minor ... 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 94f6ac9..e2fe41d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react-dom": "^18.3.1", "react-helmet": "^6.1.0", "react-reveal": "^1.2.2", - "remark-mdx": "^3.0.0", + "remark-mdx": "^3.1.0", "styled-components": "^6.1.13" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index c342649..97772ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13756,10 +13756,10 @@ remark-gfm@1.0.0, remark-gfm@^1.0.0: mdast-util-gfm "^0.1.0" micromark-extension-gfm "^0.3.0" -remark-mdx@^3.0.0: - 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== +remark-mdx@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-3.1.0.tgz#f979be729ecb35318fa48e2135c1169607a78343" + integrity sha512-Ngl/H3YXyBV9RcRNdlYsZujAmhsxwzxpDzpDEhFBVAGthS4GDgnctpDjgFl/ULx5UEDzqtW1cyBSNKqYYrqLBA== dependencies: mdast-util-mdx "^3.0.0" micromark-extension-mdxjs "^3.0.0"