From ee9e161b91036b0e076cc8b91ca9925d3cc3d6e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 22:38:34 +0200 Subject: [PATCH] Bump @astrojs/mdx from 1.0.3 to 1.1.0 (#153) Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 1.0.3 to 1.1.0. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@1.1.0/packages/integrations/mdx) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 42f4268..cbedec7 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@astrojs/image": "^0.12.1", - "@astrojs/mdx": "^1.0.3", + "@astrojs/mdx": "^1.1.0", "@astrojs/partytown": "^2.0.0", "@astrojs/rss": "^3.0.0", "@astrojs/sitemap": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index ba4a138..722330b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -93,12 +93,12 @@ unist-util-visit "^4.1.2" vfile "^5.3.7" -"@astrojs/mdx@^1.0.3": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@astrojs/mdx/-/mdx-1.0.3.tgz#d7b3cb3e7e21785b8191738f87a11f95fbff1cbc" - integrity sha512-T+WnbBltX4COO3SZYPHLoRC8XrXSajgiKmXNtFWP5cCjIiofv86gkdSwsjqfLMCaLyGUEmd+vspoaCU0joSrOg== +"@astrojs/mdx@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@astrojs/mdx/-/mdx-1.1.0.tgz#aa709c137f2789d770581ea5bf70eeba82ec6e69" + integrity sha512-rmLZBw3CUCkp+5blBJloV2EqJGRaJTraJygWMfCvrLcCA3vzhwzACnVQKdUDlts8EEr6V6+HXYVqi46AVEfobg== dependencies: - "@astrojs/markdown-remark" "3.1.0" + "@astrojs/markdown-remark" "3.2.0" "@mdx-js/mdx" "^2.3.0" acorn "^8.10.0" es-module-lexer "^1.3.0"