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",