From 21a1f075bd2c81fa8e85ea1a6181ad838d0dd2d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 07:06:22 +0000 Subject: [PATCH] chore(deps): bump astro from 5.15.3 to 5.15.4 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.15.3 to 5.15.4. - [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.15.4/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.15.4 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 2edc9b5e..3a55096f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.36.2", "@astrojs/vercel": "^9.0.0", "@vercel/analytics": "^1.5.0", - "astro": "^5.15.3" + "astro": "^5.15.4" }, "devDependencies": { "@actions/core": "^1.11.1", @@ -4808,9 +4808,9 @@ } }, "node_modules/astro": { - "version": "5.15.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.3.tgz", - "integrity": "sha512-wUO/isJrcUoduRoKacKB9jpO6TxTlPV1zw8UqQx39jSNY7z9IxusJAiib3AiNvqK+dCWhqXx+OnExCCwELmcUw==", + "version": "5.15.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.4.tgz", + "integrity": "sha512-0g/68hLHEJZF2nYUcZM5O0kOnzCsCIf8eA9+0jfBAxp4ycujrIHRgIOdZCFKL9GoTsn8AypWbziypH5aEIF+aA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/package.json b/package.json index 27364a9a..79dada29 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@astrojs/starlight": "^0.36.2", "@astrojs/vercel": "^9.0.0", "@vercel/analytics": "^1.5.0", - "astro": "^5.15.3" + "astro": "^5.15.4" }, "devDependencies": { "@actions/core": "^1.11.1",