From 7ba0ca9bbb09dfe7af9efad9d5feb9ad01971493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:11:15 +0000 Subject: [PATCH] Bump astro from 5.16.9 to 5.17.3 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.16.9 to 5.17.3. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@5.17.3/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.17.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.17.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/astro-og/package.json | 2 +- playground/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro-og/package.json b/packages/astro-og/package.json index 0057c16..43c7508 100644 --- a/packages/astro-og/package.json +++ b/packages/astro-og/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@types/node": "24.10.12", "@typescript/native-preview": "7.0.0-dev.20260115.1", - "astro": "5.16.9", + "astro": "5.17.3", "publint": "0.3.17", "tsdown": "0.20.0-beta.3" }, diff --git a/playground/package.json b/playground/package.json index be5d3e0..94c4585 100644 --- a/playground/package.json +++ b/playground/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "5.16.9", + "astro": "5.17.3", "astro-dev-toolbar-showcase": "0.0.2", "astro-mcp": "0.4.2", "astro-og": "workspace:*"