From f74d28fd02204c7e594140132c02a88f0811b9fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 10:17:30 +0000 Subject: [PATCH] build: bump astro from 5.15.2 to 5.15.3 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.15.2 to 5.15.3. - [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.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.15.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63a0124..8377690 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2521,9 +2521,9 @@ } }, "node_modules/astro": { - "version": "5.15.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.2.tgz", - "integrity": "sha512-xQQ+PiYJ7WpUJrHJpAb52TQAUCFmSR8lAtQr3tFfSIZoTQiEMFx3HITJ01t3eDUpHjja8J6JcYqgAhr9xygKQg==", + "version": "5.15.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.3.tgz", + "integrity": "sha512-wUO/isJrcUoduRoKacKB9jpO6TxTlPV1zw8UqQx39jSNY7z9IxusJAiib3AiNvqK+dCWhqXx+OnExCCwELmcUw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2",