From 1f23c0eb01a7eefcf535230dec57a0c50a20bb3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 07:23:29 +0000 Subject: [PATCH] chore(deps): bump astro from 5.16.12 to 5.16.14 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.16.12 to 5.16.14. - [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.14/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.16.14 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 cb7b5f12..1f70994d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.37.3", "@astrojs/vercel": "^9.0.4", "@vercel/analytics": "^1.6.1", - "astro": "^5.16.12" + "astro": "^5.16.14" }, "devDependencies": { "@actions/core": "^2.0.2", @@ -5834,9 +5834,9 @@ } }, "node_modules/astro": { - "version": "5.16.12", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.12.tgz", - "integrity": "sha512-R2LH1GW4JexpSMWffbpzkeZDAwbdZwI5BclXEwi+vIUPxQI+7Y9ZogJ5u4ukdYFGrcrie/0z+Od4i3MlR0nELQ==", + "version": "5.16.14", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.14.tgz", + "integrity": "sha512-+XtShBCwsL5IezGvSeJTIHoZl3RGDOiB2u54t5phS+3haa0A5kGWXbZAmh5O/xFIv19/1cxHbDFa2i0Ot16SMw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.13.0", diff --git a/package.json b/package.json index 0df2d980..66df4597 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@astrojs/starlight": "^0.37.3", "@astrojs/vercel": "^9.0.4", "@vercel/analytics": "^1.6.1", - "astro": "^5.16.12" + "astro": "^5.16.14" }, "devDependencies": { "@actions/core": "^2.0.2",