From 59c186699b92b0ee636bee838b26f8d2d4594ec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 07:41:51 +0000 Subject: [PATCH] chore(deps): bump astro from 5.16.14 to 5.16.15 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.16.14 to 5.16.15. - [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.15/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.16.15 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 d2c05fce..72573937 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.14" + "astro": "^5.16.15" }, "devDependencies": { "@actions/core": "^2.0.2", @@ -5834,9 +5834,9 @@ } }, "node_modules/astro": { - "version": "5.16.14", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.14.tgz", - "integrity": "sha512-+XtShBCwsL5IezGvSeJTIHoZl3RGDOiB2u54t5phS+3haa0A5kGWXbZAmh5O/xFIv19/1cxHbDFa2i0Ot16SMw==", + "version": "5.16.15", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.15.tgz", + "integrity": "sha512-+X1Z0NTi2pa5a0Te6h77Dgc44fYj63j1yx6+39Nvg05lExajxSq7b1Uj/gtY45zoum8fD0+h0nak+DnHighs3A==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.13.0", diff --git a/package.json b/package.json index 302b6808..449200c3 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.14" + "astro": "^5.16.15" }, "devDependencies": { "@actions/core": "^2.0.2",