From 0e268fbbdf029c248012c516e0140130750d6891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 09:13:52 +0000 Subject: [PATCH] chore(deps): bump @astrojs/node Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 8.3.4 to 9.5.4. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/@astrojs/node@9.5.4/packages/integrations/node/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/node@9.5.4/packages/integrations/node) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-version: 9.5.4 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 339f5fd18c7d..1cc280c3e9c7 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": "9.5.4", "@playwright/test": "~1.56.0", "@sentry/astro": "* || latest", "@sentry-internal/test-utils": "link:../../../test-utils",