From 0a102b1830dfcb162846a19a0102cb24691a5aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 19:35:40 +0000 Subject: [PATCH] build(deps): bump @astrojs/node Bumps the npm_and_yarn group with 1 update in the / directory: [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node). Updates `@astrojs/node` from 9.5.5 to 10.0.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.0.3/packages/integrations/node) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-version: 10.0.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d891be..81d01bc 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "format": "prettier --write ." }, "dependencies": { - "@astrojs/node": "^9.5.4", + "@astrojs/node": "^10.0.3", "@astrojs/starlight": "^0.37.6", "@astrojs/starlight-tailwind": "^4.0.2", "@tailwindcss/vite": "^4.0.7",