From 12af2a799bdd01e682d35d1f0e494229361ca548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:01:13 +0000 Subject: [PATCH] Bump astro from 4.16.14 to 5.1.1 in /apps/website Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.14 to 5.1.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.1.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/package.json b/apps/website/package.json index f7c6807b..433db254 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -5,7 +5,7 @@ "dependencies": { "@astrojs/tailwind": "^5.1.0", "@crocoder-dev/tailwind": "*", - "astro": "4.16.14" + "astro": "5.1.1" }, "scripts": { "dev": "astro dev --port 4321",