From adcf4522698dcd226aee8df94b8748f1055203af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 08:01:23 +0000 Subject: [PATCH] Bump @astrojs/node from 10.0.6 to 11.0.2 Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 10.0.6 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:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 +++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e91e602ad63..51649839a82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "remark-wiki-link": "^2.0.1" }, "devDependencies": { - "@astrojs/node": "^10.0.6", + "@astrojs/node": "^11.0.2", "pagefind": "^1.3.0" }, "engines": { @@ -70,18 +70,35 @@ } }, "node_modules/@astrojs/node": { - "version": "10.0.6", - "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-10.0.6.tgz", - "integrity": "sha512-e8JmaP4sGxqvdei14kmBzhAqgd5/L5MTExW3Hks5DOt9LDvGzlsFZwnXVXzWPVjW/PErl7t9uLg7xWhCqfkSrA==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-11.0.2.tgz", + "integrity": "sha512-/ijULxT+A5Cm8wSwWZ2vgqfim1b05D6B8n/a9l6MMA4FCotIH73g7fL7y76XojKXpTe75FVvQH92OxsMqea9kQ==", "dev": true, "license": "MIT", "dependencies": { - "@astrojs/internal-helpers": "0.9.0", + "@astrojs/internal-helpers": "0.10.1", "send": "^1.2.1", "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "^6.0.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==", + "dev": true, + "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/package.json b/package.json index ce487dbf629..1c2086583d2 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "remark-wiki-link": "^2.0.1" }, "devDependencies": { - "@astrojs/node": "^10.0.6", + "@astrojs/node": "^11.0.2", "pagefind": "^1.3.0" } }