From 4d7c345440fe4c9c8edaa031262b45ff10c54abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 14:16:43 +0000 Subject: [PATCH] chore(deps): bump astro from 5.17.0 to 5.17.1 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.17.0 to 5.17.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.17.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.17.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0856c1a..c13fa85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.37.4", - "astro": "^5.17.0", + "astro": "^5.17.1", "astro-breadcrumbs": "^3.3.3", "sharp": "^0.34.5", "starlight-changelogs": "^0.4.0", @@ -1850,9 +1850,9 @@ } }, "node_modules/astro": { - "version": "5.17.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.17.0.tgz", - "integrity": "sha512-6ltLRcs2WrVBMEcgHLntabSdJqz+z2PxzCS2Iw20g60y6hP2AXVn53Y7PCCIprMHsGXEkk1h+PoTkgKp4dDugA==", + "version": "5.17.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.17.1.tgz", + "integrity": "sha512-oD3tlxTaVWGq/Wfbqk6gxzVRz98xa/rYlpe+gU2jXJMSD01k6sEDL01ZlT8mVSYB/rMgnvIOfiQQ3BbLdN237A==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.13.0", diff --git a/package.json b/package.json index 4bf35d2..816ad3f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.37.4", - "astro": "^5.17.0", + "astro": "^5.17.1", "astro-breadcrumbs": "^3.3.3", "sharp": "^0.34.5", "starlight-changelogs": "^0.4.0",