From 4bfe0619535e23a9af1ebb8c44e02b427d353b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 08:39:58 +0000 Subject: [PATCH] chore(deps): bump @astrojs/node in /tests/resources/sites/astro Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 10.1.3 to 11.0.2. - [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.2/packages/integrations/node) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-version: 11.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/resources/sites/astro/package-lock.json | 28 +++++++++++++++---- tests/resources/sites/astro/package.json | 2 +- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/tests/resources/sites/astro/package-lock.json b/tests/resources/sites/astro/package-lock.json index 9fc14680a8e..1499ef33615 100644 --- a/tests/resources/sites/astro/package-lock.json +++ b/tests/resources/sites/astro/package-lock.json @@ -8,7 +8,7 @@ "name": "my-astro-app", "version": "0.0.1", "dependencies": { - "@astrojs/node": "^10.1.3", + "@astrojs/node": "^11.0.2", "astro": "^6.4.4" } }, @@ -60,17 +60,33 @@ } }, "node_modules/@astrojs/node": { - "version": "10.1.3", - "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-10.1.3.tgz", - "integrity": "sha512-NybvdqXFwUbTkaJ8OhDmkrXK+cdpXR+KhyiaBduVVqzAopT70J9QVah8Iz2vt24+wF6PqH1oxElnQlU4OwcBLA==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-11.0.2.tgz", + "integrity": "sha512-/ijULxT+A5Cm8wSwWZ2vgqfim1b05D6B8n/a9l6MMA4FCotIH73g7fL7y76XojKXpTe75FVvQH92OxsMqea9kQ==", "license": "MIT", "dependencies": { - "@astrojs/internal-helpers": "0.10.0", + "@astrojs/internal-helpers": "0.10.1", "send": "^1.2.1", "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "^6.3.0" + "astro": "^7.0.0" + } + }, + "node_modules/@astrojs/node/node_modules/@astrojs/internal-helpers": { + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.10.1.tgz", + "integrity": "sha512-5phcroT/vmOOrYuuAxtkbPixy5hePtlz9i8K4OeDv3dNK6/UQRuXPOSRTxIOBbUY5Sonw2UaxjbuVc43Mcir6Q==", + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.4", + "@types/mdast": "^4.0.4", + "js-yaml": "^4.1.1", + "picomatch": "^4.0.4", + "retext-smartypants": "^6.2.0", + "shiki": "^4.0.2", + "smol-toml": "^1.6.0", + "unified": "^11.0.5" } }, "node_modules/@astrojs/prism": { diff --git a/tests/resources/sites/astro/package.json b/tests/resources/sites/astro/package.json index 2fa27562a64..7f789c6f92d 100644 --- a/tests/resources/sites/astro/package.json +++ b/tests/resources/sites/astro/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^10.1.3", + "@astrojs/node": "^11.0.2", "astro": "^6.4.4" } }