From 221590ad921240a6e43c9cd45d2a18a4ba9bfe1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 03:44:16 +0000 Subject: [PATCH] Bump @astrojs/mdx from 2.0.3 to 2.0.4 Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 2.0.3 to 2.0.4. - [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@2.0.4/packages/integrations/mdx) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9763b6e..ce3fe48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "lbry-tech", "version": "0.0.1", "dependencies": { - "@astrojs/mdx": "^2.0.3", + "@astrojs/mdx": "^2.0.4", "@lbry/components": "^4.2.5", "@thewebforge/astro-code-blocks": "^0.2.0", "astro": "^4.1.1", @@ -508,9 +508,9 @@ } }, "node_modules/@astrojs/mdx": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-2.0.3.tgz", - "integrity": "sha512-wFjQX5CihU5B4UAQNwc2R48ph0flpc6/yvDCFANE0agtgI2+BaVcAjuW0EhGOQCZ65dQDqnFKE0lvGs7EADYpg==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-2.0.4.tgz", + "integrity": "sha512-8q8p7AfiGa6CEKUEEWDLZ7HsfonmZlzx8HITZp8eJnkh+n6mmD9vQTpuFNjJc3hiiMEEKLGTIjOUGAU4aGBkrA==", "dependencies": { "@astrojs/markdown-remark": "4.0.1", "@mdx-js/mdx": "^3.0.0", diff --git a/package.json b/package.json index b93a07d..a538992 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lbry-tech", "version": "0.0.1", "dependencies": { - "@astrojs/mdx": "^2.0.3", + "@astrojs/mdx": "^2.0.4", "@lbry/components": "^4.2.5", "@thewebforge/astro-code-blocks": "^0.2.0", "astro": "^4.1.1",