From 9d6d55eec7e53ac14bba9ac6bb168970547769d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:51:41 +0000 Subject: [PATCH] Bump astro from 5.1.2 to 5.2.4 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.1.2 to 5.2.4. - [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.2.4/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/blog/package.json | 2 +- apps/website/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/blog/package.json b/apps/blog/package.json index 3de1745b..3a46f73b 100644 --- a/apps/blog/package.json +++ b/apps/blog/package.json @@ -9,7 +9,7 @@ "@astrojs/vercel": "^8.0.1", "@crocoder-dev/remark-plugin": "*", "@crocoder-dev/tailwind": "*", - "astro": "5.1.2", + "astro": "5.2.4", "astro-font": "^0.1.81", "date-fns": "^4.1.0", "marked": "^15.0.5", diff --git a/apps/website/package.json b/apps/website/package.json index 959d6357..5bfc66b7 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -7,7 +7,7 @@ "@astrojs/tailwind": "^5.1.4", "@astrojs/vercel": "^8.0.1", "@crocoder-dev/tailwind": "*", - "astro": "5.1.2", + "astro": "5.2.4", "astro-font": "^0.1.81", "classnames": "^2.5.1", "react-icons": "^5.4.0"