From 4213ee0cbc0f2454e71d5a2a84d3ee934bad5726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 18:07:48 +0000 Subject: [PATCH] chore(deps): bump astro from 5.16.8 to 5.16.9 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.16.8 to 5.16.9. - [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.16.9/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.16.9 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 c6b3413..c71df02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.37.2", - "astro": "^5.16.8", + "astro": "^5.16.9", "astro-breadcrumbs": "^3.3.3", "sharp": "^0.34.5", "starlight-changelogs": "^0.3.0", @@ -1846,9 +1846,9 @@ } }, "node_modules/astro": { - "version": "5.16.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.8.tgz", - "integrity": "sha512-gzZE+epuCrNuxOa8/F1dzkllDOFvxWhGeobQKeBRIAef5sUpUKMHZo/8clse+02rYnKJCgwXBgjW4uTu9mqUUw==", + "version": "5.16.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.9.tgz", + "integrity": "sha512-gJvoZv0v8xCcKBcsxz1ZfXqoJ7sJJcyoKP8bUTjkuD4vDShLe0N26em4LQxitVv/2HLOpldQg67bEHB/qGoxJA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.13.0", diff --git a/package.json b/package.json index 978b882..1189f68 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.37.2", - "astro": "^5.16.8", + "astro": "^5.16.9", "astro-breadcrumbs": "^3.3.3", "sharp": "^0.34.5", "starlight-changelogs": "^0.3.0",