From f385044bd98ed02a089213af8ac29a81de3cf68d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 04:56:57 +0000 Subject: [PATCH] build(deps): bump astro and @astrojs/mdx Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx). These dependencies needed to be updated together. Updates `astro` from 4.16.18 to 5.12.8 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.12.8/packages/astro) Updates `@astrojs/mdx` from 3.1.9 to 4.3.3 - [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.3.3/packages/integrations/mdx) --- updated-dependencies: - dependency-name: astro dependency-version: 5.12.8 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@astrojs/mdx" dependency-version: 4.3.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ef19788..6bf8dcd 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@iconify-json/ri": "latest", "@iconify-json/skill-icons": "latest", "@tinacms/cli": "^1.6.0", - "astro": "4.16.18", + "astro": "5.12.8", "astro-icon": "^1.1.1", "octokit": "^4.0.2", "sass": "^1.77.8", @@ -50,7 +50,7 @@ "tippy.js": "^6.3.7" }, "devDependencies": { - "@astrojs/mdx": "3.1.9", + "@astrojs/mdx": "4.3.3", "@astrojs/sitemap": "3.4.1", "@astrojs/tailwind": "6.0.1", "@eslint/js": "^9.11.0",