From 9b910f65faa8bde006714ec58418955442c5a824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 03:10:05 +0000 Subject: [PATCH] build(deps): bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `@astrojs/node` from 9.5.5 to 10.1.4 - [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.4/packages/integrations/node) Updates `astro` from 5.18.2 to 6.4.8 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@6.4.8/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.4.8/packages/astro) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-version: 10.1.4 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: astro dependency-version: 6.4.8 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4d891be..2522dc7 100644 --- a/package.json +++ b/package.json @@ -17,11 +17,11 @@ "format": "prettier --write ." }, "dependencies": { - "@astrojs/node": "^9.5.4", + "@astrojs/node": "^10.1.4", "@astrojs/starlight": "^0.37.6", "@astrojs/starlight-tailwind": "^4.0.2", "@tailwindcss/vite": "^4.0.7", - "astro": "^5.6.1", + "astro": "^6.4.8", "astro-seo": "^1.1.0", "sharp": "^0.34.2", "sirv": "^3.0.2",