From a8e286d682c1e19022fb83430bacde085c5ef6ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:30:43 +0000 Subject: [PATCH] chore(deps): bump @astrojs/node from 10.1.2 to 11.0.2 Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 10.1.2 to 11.0.2. - [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.2/packages/integrations/node) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-version: 11.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9cc097..9056fa1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/cloudflare": "13.3.0", - "@astrojs/node": "10.1.2", + "@astrojs/node": "11.0.2", "@fastify/middie": "^9.3.2", "@fastify/static": "^9.1.3", "astro": "6.2.0",