From 3505442debf5939a17cbec40f9ad11c1864335c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:03:28 +0000 Subject: [PATCH] chore(deps-dev): bump @astrojs/mdx from 3.1.7 to 3.1.8 Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 3.1.7 to 3.1.8. - [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.8/packages/integrations/mdx) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 38 ++++++-------------------------------- package.json | 2 +- 2 files changed, 7 insertions(+), 33 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4f81c1c1..ae6e9f4eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ }, "devDependencies": { "@actions/core": "^1.11.1", - "@astrojs/mdx": "^3.1.7", + "@astrojs/mdx": "^3.1.8", "@astrojs/preact": "^3.5.3", "@astrojs/sitemap": "^3.1.6", "@babel/core": "^7.24.9", @@ -401,18 +401,18 @@ } }, "node_modules/@astrojs/mdx": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-3.1.7.tgz", - "integrity": "sha512-8lGdCt+S0TrZgQpbcP3fQJc4cTeacAirtz9TpAMtHCWrQGW8slKt3WG4/0N+bhZgYRC4h5AT5drzFz+y3wvmsg==", + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-3.1.8.tgz", + "integrity": "sha512-4o/+pvgoLFG0eG96cFs4t3NzZAIAOYu57fKAprWHXJrnq/qdBV0av6BYDjoESxvxNILUYoj8sdZVWtlPWVDLog==", "dev": true, "dependencies": { - "@astrojs/markdown-remark": "5.2.0", + "@astrojs/markdown-remark": "5.3.0", "@mdx-js/mdx": "^3.0.1", "acorn": "^8.12.1", "es-module-lexer": "^1.5.4", "estree-util-visit": "^2.0.0", "gray-matter": "^4.0.3", - "hast-util-to-html": "^9.0.2", + "hast-util-to-html": "^9.0.3", "kleur": "^4.1.5", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0", @@ -428,32 +428,6 @@ "astro": "^4.8.0" } }, - "node_modules/@astrojs/mdx/node_modules/@astrojs/markdown-remark": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-5.2.0.tgz", - "integrity": "sha512-vWGM24KZXz11jR3JO+oqYU3T2qpuOi4uGivJ9SQLCAI01+vEkHC60YJMRvHPc+hwd60F7euNs1PeOEixIIiNQw==", - "dev": true, - "dependencies": { - "@astrojs/prism": "3.1.0", - "github-slugger": "^2.0.0", - "hast-util-from-html": "^2.0.1", - "hast-util-to-text": "^4.0.2", - "import-meta-resolve": "^4.1.0", - "mdast-util-definitions": "^6.0.0", - "rehype-raw": "^7.0.0", - "rehype-stringify": "^10.0.0", - "remark-gfm": "^4.0.0", - "remark-parse": "^11.0.0", - "remark-rehype": "^11.1.0", - "remark-smartypants": "^3.0.2", - "shiki": "^1.10.3", - "unified": "^11.0.5", - "unist-util-remove-position": "^5.0.0", - "unist-util-visit": "^5.0.0", - "unist-util-visit-parents": "^6.0.1", - "vfile": "^6.0.2" - } - }, "node_modules/@astrojs/preact": { "version": "3.5.3", "resolved": "https://registry.npmjs.org/@astrojs/preact/-/preact-3.5.3.tgz", diff --git a/package.json b/package.json index c98b99275..bb77fe386 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@actions/core": "^1.11.1", - "@astrojs/mdx": "^3.1.7", + "@astrojs/mdx": "^3.1.8", "@astrojs/preact": "^3.5.3", "@astrojs/sitemap": "^3.1.6", "@babel/core": "^7.24.9",