From d64b1453590adaafe3f832205904a1052a042839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:41:57 +0000 Subject: [PATCH] chore(deps): update astro requirement in the prod-deps group Updates the requirements on [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) to permit the latest version. Updates `astro` to 5.0.5 - [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.0.5/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production dependency-group: prod-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 2609f6f..5eb3453 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@sentry/astro": "^8.43.0", "@studio-freight/lenis": "^1.0.42", "@tailwindcss/typography": "^0.5.15", - "astro": "^5.0.4", + "astro": "^5.0.5", "astro-icon": "^1.1.4", "astro-seo": "^0.8.4", "astro-tailwind-config-viewer": "^2.0.1",