From 75a7e08433c11ad0ba0533f9cf968b0e0aad1f40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 19:39:44 +0200 Subject: [PATCH] Bump @astrojs/node from 10.0.3 to 10.0.5 in /docs (#944) Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 10.0.3 to 10.0.5. - [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.5/packages/integrations/node) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-version: 10.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 8 ++++---- docs/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 28199bcb..3c598cea 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -9,7 +9,7 @@ "version": "0.18.5", "dependencies": { "@astrojs/check": "^0.9.6", - "@astrojs/node": "^10.0.0", + "@astrojs/node": "^10.0.5", "@astrojs/starlight": "^0.38.0", "@astrojs/starlight-tailwind": "^4.0.2", "@astrojs/svelte": "^8.0.0", @@ -170,9 +170,9 @@ } }, "node_modules/@astrojs/node": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-10.0.3.tgz", - "integrity": "sha512-yWDPaXTOw34h9qNpxDBz1Xj5HudnyuWW2E8ZSegW6o8n+mKI3Yq/iLAUQfxA3h8wfaIRY/PCh3T2jLAys2SXeQ==", + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-10.0.5.tgz", + "integrity": "sha512-rgZiU9nD7zmM3fdmOVuobcNHAyXWx2HXXDLTuxjVCTQ+QmHmL5zkZZhNIL5NjlQtDRAU1i5fVaXp7nAKdET30w==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.8.0", diff --git a/docs/package.json b/docs/package.json index ec0bbad9..48aaad21 100644 --- a/docs/package.json +++ b/docs/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.6", - "@astrojs/node": "^10.0.0", + "@astrojs/node": "^10.0.5", "@astrojs/starlight": "^0.38.0", "@astrojs/starlight-tailwind": "^4.0.2", "@astrojs/svelte": "^8.0.0",