From ecdbdf164b9a59ad83237ccf31977df4165454d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 08:07:32 +0000 Subject: [PATCH] chore(deps): bump astro from 5.16.7 to 5.16.8 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.16.7 to 5.16.8. - [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.8/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.16.8 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 cf11d8dd..bd764154 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.37.2", "@astrojs/vercel": "^9.0.3", "@vercel/analytics": "^1.6.1", - "astro": "^5.16.7" + "astro": "^5.16.8" }, "devDependencies": { "@actions/core": "^2.0.2", @@ -5659,9 +5659,9 @@ } }, "node_modules/astro": { - "version": "5.16.7", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.7.tgz", - "integrity": "sha512-Kfv7FKisFR+THvmojXWtvJGRCvQ4D9przguE9XdeUtS464ned6hvbgmyFDvPzyaNmDtkHGNpPwAQ9tgFcVqp+Q==", + "version": "5.16.8", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.8.tgz", + "integrity": "sha512-gzZE+epuCrNuxOa8/F1dzkllDOFvxWhGeobQKeBRIAef5sUpUKMHZo/8clse+02rYnKJCgwXBgjW4uTu9mqUUw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.13.0", diff --git a/package.json b/package.json index 6dda56be..a495ecf2 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@astrojs/starlight": "^0.37.2", "@astrojs/vercel": "^9.0.3", "@vercel/analytics": "^1.6.1", - "astro": "^5.16.7" + "astro": "^5.16.8" }, "devDependencies": { "@actions/core": "^2.0.2",