From fb55fd11b055875ea9989445af88ef76c5da87ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:36:48 +0000 Subject: [PATCH] Bump astro from 5.3.0 to 5.4.1 in the deps group across 1 directory Bumps the deps group with 1 update in the / directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.3.0 to 5.4.1 - [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.4.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a111f6..b93d664 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@tailwindcss/vite": "^4.0.7", - "astro": "5.3.0", + "astro": "5.4.1", "astro-i18n": "^2.2.4", "events": "^3.3.0", "rss-parser": "^3.13.0",