From 35ada5e4257502b55f89b2efadd9e9ce6d1dd72e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 03:11:44 +0000 Subject: [PATCH] Bump @astrojs/mdx from 3.0.1 to 3.1.0 Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 3.0.1 to 3.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@3.1.0/packages/integrations/mdx) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d47cd69..2ce74aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "lbry-tech", "version": "0.0.1", "dependencies": { - "@astrojs/mdx": "^3.0.1", + "@astrojs/mdx": "^3.1.0", "@lbry/components": "^4.2.5", "@thewebforge/astro-code-blocks": "^0.2.0", "astro": "^4.8.6", @@ -534,14 +534,14 @@ } }, "node_modules/@astrojs/mdx": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-3.0.1.tgz", - "integrity": "sha512-UcPja14Qt6OEm7Wjak41Qa5f7G1M0oB2ARCsyIkXy6+Z65fJ6c1648UqEOqnEgR6Xtqq+V47wtK2qSP6KQKrAg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-3.1.0.tgz", + "integrity": "sha512-yuGDaOcCAfYgLQvUAlJDezYGK4twHlzW1Kvpyg3inxtDJuAsHdyVyYLWl0Wo5nwkyrbZktdrjnoW5scqzoAqAg==", "dependencies": { "@astrojs/markdown-remark": "5.1.0", "@mdx-js/mdx": "^3.0.1", "acorn": "^8.11.3", - "es-module-lexer": "^1.5.2", + "es-module-lexer": "^1.5.3", "estree-util-visit": "^2.0.0", "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", diff --git a/package.json b/package.json index 6471482..a8816b6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lbry-tech", "version": "0.0.1", "dependencies": { - "@astrojs/mdx": "^3.0.1", + "@astrojs/mdx": "^3.1.0", "@lbry/components": "^4.2.5", "@thewebforge/astro-code-blocks": "^0.2.0", "astro": "^4.8.6",