From c3157b3f32b23a8085afe433eb5e3f17a966cdc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 08:59:46 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /skills/frameworks/clerk-astro-patterns/templates/astro-basic-auth directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node). Updates `astro` from 5.18.2 to 7.0.2 - [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.0.2/packages/astro) Updates `@astrojs/node` from 9.5.5 to 11.0.0 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/node/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/node@11.0.0/packages/integrations/node) --- updated-dependencies: - dependency-name: astro dependency-version: 7.0.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@astrojs/node" dependency-version: 11.0.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- .../templates/astro-basic-auth/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/frameworks/clerk-astro-patterns/templates/astro-basic-auth/package.json b/skills/frameworks/clerk-astro-patterns/templates/astro-basic-auth/package.json index 2c5473b..7562405 100644 --- a/skills/frameworks/clerk-astro-patterns/templates/astro-basic-auth/package.json +++ b/skills/frameworks/clerk-astro-patterns/templates/astro-basic-auth/package.json @@ -6,8 +6,8 @@ "build": "astro build" }, "dependencies": { - "astro": "^5.0.0", + "astro": "^7.0.2", "@clerk/astro": "^2.0.0", - "@astrojs/node": "^9.0.0" + "@astrojs/node": "^11.0.0" } }