From 8cb695eadbc49b0e88529dcb37efa295ce86a891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 14:54:45 +0000 Subject: [PATCH] Bump @astrojs/node from 10.0.4 to 10.0.5 Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 10.0.4 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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b101b7e..085cba9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/markdoc": "^1.0.3", "@astrojs/mdx": "^5.0.3", - "@astrojs/node": "^10.0.4", + "@astrojs/node": "^10.0.5", "@astrojs/vue": "^6.0.1", "@fullcalendar/core": "^6.1.20", "@fullcalendar/daygrid": "^6.1.20", @@ -150,9 +150,9 @@ } }, "node_modules/@astrojs/node": { - "version": "10.0.4", - "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-10.0.4.tgz", - "integrity": "sha512-7pVgiVSscQHRC2WqjlXcnbbcKMYp2GXrYpmuvdGg5zgA8J1lFm2vmwVhHZFuZK3Ik5PzoxiDROaEgoDGLbfhLw==", + "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/package.json b/package.json index e2d4ea2..9a675d8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/markdoc": "^1.0.3", "@astrojs/mdx": "^5.0.3", - "@astrojs/node": "^10.0.4", + "@astrojs/node": "^10.0.5", "@astrojs/vue": "^6.0.1", "@fullcalendar/core": "^6.1.20", "@fullcalendar/daygrid": "^6.1.20",