From 0ff38223a7de7b89e2f5c388d32eb792e5d2d023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 15:04:18 +0000 Subject: [PATCH] Bump astro from 5.16.5 to 5.16.6 in the npm group Bumps the npm group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.16.5 to 5.16.6 - [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.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.16.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm ... 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 c2c2133..f62c6a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@astrojs/starlight": "^0.37.1", "@astrojs/starlight-tailwind": "^4.0.2", "@tailwindcss/vite": "^4.1.18", - "astro": "^5.16.5", + "astro": "^5.16.6", "astro-robots-txt": "^1.0.0", "clsx": "^2.1.1", "hast": "^1.0.0", @@ -2681,9 +2681,9 @@ } }, "node_modules/astro": { - "version": "5.16.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.5.tgz", - "integrity": "sha512-QeuM4xzTR0QuXFDNlGVW0BW7rcquKFIkylaPeM4ufii0/RRiPTYtwxDYVZ3KfiMRuuc+nbLD0214kMKTvz/yvQ==", + "version": "5.16.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.6.tgz", + "integrity": "sha512-6mF/YrvwwRxLTu+aMEa5pwzKUNl5ZetWbTyZCs9Um0F12HUmxUiF5UHiZPy4rifzU3gtpM3xP2DfdmkNX9eZRg==", "license": "MIT", "peer": true, "dependencies": { diff --git a/package.json b/package.json index 314941d..315eb5b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@astrojs/starlight": "^0.37.1", "@astrojs/starlight-tailwind": "^4.0.2", "@tailwindcss/vite": "^4.1.18", - "astro": "^5.16.5", + "astro": "^5.16.6", "astro-robots-txt": "^1.0.0", "clsx": "^2.1.1", "hast": "^1.0.0",