From a038d3724e166b813e4557f84252b8739b57f5e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 23:08:31 +0000 Subject: [PATCH] build(deps): bump @astrojs/mdx from 4.0.3 to 4.0.5 Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 4.0.3 to 4.0.5. - [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@4.0.5/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.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9688e15..db74e68 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/mdx": "^4.0.3", + "@astrojs/mdx": "^4.0.5", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "3.2.1", "astro": "5.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b51a108..8ca49ba 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^0.9.4 version: 0.9.4(typescript@5.7.2) '@astrojs/mdx': - specifier: ^4.0.3 - version: 4.0.3(astro@5.1.3(@types/node@22.10.3)(rollup@4.29.1)(typescript@5.7.2)(yaml@2.7.0)) + specifier: ^4.0.5 + version: 4.0.5(astro@5.1.3(@types/node@22.10.3)(rollup@4.29.1)(typescript@5.7.2)(yaml@2.7.0)) '@astrojs/rss': specifier: ^4.0.11 version: 4.0.11 @@ -69,8 +69,8 @@ packages: '@astrojs/markdown-remark@6.0.1': resolution: {integrity: sha512-CTSYijj25NfxgZi15TU3CwPwgyD1/7yA3FcdcNmB9p94nydupiUbrIiq3IqeTp2m5kCVzxbPZeC7fTwEOaNyGw==} - '@astrojs/mdx@4.0.3': - resolution: {integrity: sha512-8HcuyNG/KgYUAQWVzKFkboXcTOBCW6aQ0WK0Er/iSmVSF0y3yimg4/3QSt+Twv9dogpwIHL+E8iBJKqieFv4+g==} + '@astrojs/mdx@4.0.5': + resolution: {integrity: sha512-JhMCm4wf94PNHQDWKyez2ZVLcG5R6Cyjk8TmpqYVRrOTuU3GIWeDAoum7Q1p05SFD+nYwvXOcv42/m8pE3Ylug==} engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} peerDependencies: astro: ^5.0.0 @@ -2453,7 +2453,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@astrojs/mdx@4.0.3(astro@5.1.3(@types/node@22.10.3)(rollup@4.29.1)(typescript@5.7.2)(yaml@2.7.0))': + '@astrojs/mdx@4.0.5(astro@5.1.3(@types/node@22.10.3)(rollup@4.29.1)(typescript@5.7.2)(yaml@2.7.0))': dependencies: '@astrojs/markdown-remark': 6.0.1 '@mdx-js/mdx': 3.1.0(acorn@8.14.0)