From 97c18f3c53fda3bc12d29fe7a4e51056d509b131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 19:34:57 +0000 Subject: [PATCH] build(deps): bump @astrojs/node from 9.5.1 to 10.0.0 Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 9.5.1 to 10.0.0. - [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.0/packages/integrations/node) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-version: 10.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++++++++++++++------- package.json | 2 +- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2716f15..7ae0d7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "GPL-2.0-or-later", "dependencies": { - "@astrojs/node": "^9.4.4", + "@astrojs/node": "^10.0.0", "@astrojs/vercel": "^9.0.2", "@codewheel/jsonapi-frontend-client": "^1.0.7", "astro": "^5.16.6", @@ -193,17 +193,26 @@ } }, "node_modules/@astrojs/node": { - "version": "9.5.1", - "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-9.5.1.tgz", - "integrity": "sha512-7k+SU877OUQylPr0mFcWrGvNuC78Lp9w+GInY8Rwc+LkHyDP9xls+nZAioK0WDWd+fyeQnlHbpDGURO3ZHuDVg==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-10.0.0.tgz", + "integrity": "sha512-MYz73s+U1CxdSLoYlbB9lrgA2ryi6K8ULH2rM3SBQDFbWtXuTFiBAfG8c5BHy75tsSRn2p0rc7jdFiQAzuZOyw==", "license": "MIT", "dependencies": { - "@astrojs/internal-helpers": "0.7.5", - "send": "^1.2.0", + "@astrojs/internal-helpers": "0.8.0", + "send": "^1.2.1", "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "^5.14.3" + "astro": "^6.0.0-alpha.0" + } + }, + "node_modules/@astrojs/node/node_modules/@astrojs/internal-helpers": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.8.0.tgz", + "integrity": "sha512-J56GrhEiV+4dmrGLPNOl2pZjpHXAndWVyiVDYGDuw6MWKpBSEMLdFxHzeM/6sqaknw9M+HFfHZAcvi3OfT3D/w==", + "license": "MIT", + "dependencies": { + "picomatch": "^4.0.3" } }, "node_modules/@astrojs/prism": { diff --git a/package.json b/package.json index 86ecffb..02c6e09 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@astrojs/vercel": "^9.0.2", - "@astrojs/node": "^9.4.4", + "@astrojs/node": "^10.0.0", "@codewheel/jsonapi-frontend-client": "^1.0.7", "astro": "^5.16.6", "isomorphic-dompurify": "^2.0.0"