From 7beed4933f89245b86504f57b26cb68a2b597d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 19:33:38 +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(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 7d60f94..122bcb7 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/node": "^9.0.2", + "@astrojs/node": "^10.0.3", "@astrojs/sitemap": "^3.2.1", "@astrojs/starlight": "^0.31.1", "@auth/core": "^0.37.4",