From 80dec7e9afa0534e24f50192c880b19d067b23e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 05:16:31 +0000 Subject: [PATCH] build(deps-dev): bump astro from 7.3.2 to 7.3.3 in the astro-core group Bumps the astro-core group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 7.3.2 to 7.3.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@7.3.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: astro-core ... Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 5149cac..dd9e4b9 100644 --- a/src/package.json +++ b/src/package.json @@ -37,7 +37,7 @@ "@tailwindcss/vite": "4.3.3", "@types/bun": "1.4.2", "@types/semver": "^7.8.0", - "astro": "7.3.2", + "astro": "7.3.3", "fast-glob": "3.3.3", "lefthook": "2.1.14", "oxfmt": "0.68.0",