From 0f817e0c728e9d1178570db3a17281dc0937c66c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:41:51 +0000 Subject: [PATCH] feat(deps): Bump @astrojs/node Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 8.3.4 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] --- dev-packages/e2e-tests/test-applications/astro-4/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-packages/e2e-tests/test-applications/astro-4/package.json b/dev-packages/e2e-tests/test-applications/astro-4/package.json index 0afd444f6d3d..0f82f3d94747 100644 --- a/dev-packages/e2e-tests/test-applications/astro-4/package.json +++ b/dev-packages/e2e-tests/test-applications/astro-4/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/check": "0.9.2", - "@astrojs/node": "8.3.4", + "@astrojs/node": "11.0.2", "@playwright/test": "~1.56.0", "@sentry/astro": "file:../../packed/sentry-astro-packed.tgz", "@sentry-internal/test-utils": "link:../../../test-utils",