From e8ea0e8ca12560f687cd04f872c1bcb8c3128d8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 02:23:21 +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 6.4.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@6.4.4/packages/astro) Updates `@astrojs/node` from 9.5.5 to 10.1.3 - [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@10.1.3/packages/integrations/node) --- updated-dependencies: - dependency-name: astro dependency-version: 6.4.4 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@astrojs/node" dependency-version: 10.1.3 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..fc46bde 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": "^6.4.4", "@clerk/astro": "^2.0.0", - "@astrojs/node": "^9.0.0" + "@astrojs/node": "^10.1.3" } }