From d94f31f69dbf97ecdef92b04303544dd4a7105bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 13:03:31 +0000 Subject: [PATCH] Bump astro from 5.16.15 to 5.17.2 in /packages/app-astro Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.16.15 to 5.17.2. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@5.17.2/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.17.2/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.17.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/app-astro/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app-astro/package.json b/packages/app-astro/package.json index 476a58c..9729098 100644 --- a/packages/app-astro/package.json +++ b/packages/app-astro/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@astrojs/node": "9.5.2", - "astro": "5.16.15" + "astro": "5.17.2" }, "devDependencies": { "@astrojs/check": "^0.9.6",