From d8d56a0b4fffbad2aebcf3f6c9af8f7049d032f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 21:38:13 +0000 Subject: [PATCH] Bump astro from 5.3.0 to 5.3.1 in the deps group Bumps the deps group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.3.0 to 5.3.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.3.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch 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..7b6681a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@tailwindcss/vite": "^4.0.7", - "astro": "5.3.0", + "astro": "5.3.1", "astro-i18n": "^2.2.4", "events": "^3.3.0", "rss-parser": "^3.13.0",