From ca95aae990d33747cf6de9ea470260a8c461c723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 12:52:53 +0000 Subject: [PATCH] chore(deps-dev): bump astro from 6.3.3 to 6.3.7 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.3.3 to 6.3.7. - [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@6.3.7/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.3.7 dependency-type: direct:development 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 7be2b4b..68cea6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "devDependencies": { "@astrojs/check": "^0.9.9", - "astro": "^6.3.3", + "astro": "^6.3.7", "typescript": "^6.0.3", "zod": "^4.4.3" } @@ -2099,9 +2099,9 @@ } }, "node_modules/astro": { - "version": "6.3.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.3.3.tgz", - "integrity": "sha512-wvLIZQYbBZt6U8gyflBW4SLBypaqdwLZUH93rT3oT53cmQ0bTGubvMAGjqBRoheOYzYcTJZtW6czztzbu4kQ5g==", + "version": "6.3.7", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.3.7.tgz", + "integrity": "sha512-zIeDRrI0qNgN1lcCjNqt6/IVCVej7VwSa326cO8uP9BOk1cg4QuffhLnOn2gCgWQr32/wxpSRFfXiLKHglu1Tw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index cfcd816..08b5ef8 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@astrojs/check": "^0.9.9", - "astro": "^6.3.3", + "astro": "^6.3.7", "typescript": "^6.0.3", "zod": "^4.4.3" }