From 95988338c25a4ddf68d12f90c17fc434506770c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 16:33:29 +0000 Subject: [PATCH] build(deps): bump @astrojs/node from 10.1.4 to 11.0.1 Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 10.1.4 to 11.0.1. - [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@11.0.1/packages/integrations/node) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-version: 11.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 845b8c1..ad5eef4 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": "^10.1.4", + "@astrojs/node": "^11.0.1", "@astrojs/vercel": "^10.0.8", "@codewheel/jsonapi-frontend-client": "^1.0.7", "astro": "^6.4.6", @@ -196,9 +196,9 @@ } }, "node_modules/@astrojs/node": { - "version": "10.1.4", - "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-10.1.4.tgz", - "integrity": "sha512-itV568ttlrpwNsutO+KPziqKfzTPlAIXMADlpBi3VeQ3liivRKKKG+jm+IjLMKvYGkxd0QnClKVCBP4i3gpwQQ==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-11.0.1.tgz", + "integrity": "sha512-92s+sCSxe40xmiJfHH1Dti4uawI40/48yaL2GmVk+EbiaoztECmsIL5wBEB5xwMLI/9VBy8lZMqmfAd5u4OxhQ==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.10.0", @@ -206,7 +206,7 @@ "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "^6.3.0" + "astro": "^7.0.0" } }, "node_modules/@astrojs/prism": { diff --git a/package.json b/package.json index 6271ddd..e183a8d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "test:e2e": "playwright test" }, "dependencies": { - "@astrojs/node": "^10.1.4", + "@astrojs/node": "^11.0.1", "@astrojs/vercel": "^10.0.8", "@codewheel/jsonapi-frontend-client": "^1.0.7", "astro": "^6.4.6",