From 26e02271735c35c5aac4847a36ec62966f3b66b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:19:29 +0000 Subject: [PATCH] chore(deps): bump @astrojs/node from 9.5.2 to 10.0.3 in /website Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 9.5.2 to 10.0.3. - [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.3/packages/integrations/node) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 21 +++++++++++++++------ website/package.json | 2 +- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 1c1d46b914..9653933f81 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/mdx": "^4.3.13", - "@astrojs/node": "^9.5.2", + "@astrojs/node": "^10.0.3", "@emotion/react": "^11.14.0", "@headlessui/react": "^2.2.0", "@lokalise/xlsx": "^0.20.3", @@ -267,17 +267,26 @@ } }, "node_modules/@astrojs/node": { - "version": "9.5.2", - "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-9.5.2.tgz", - "integrity": "sha512-85/x+FRwbNGDip1TzSGMiak31/6LvBhA8auqd9lLoHaM5XElk+uIfIr3KjJqucDojE0PtiLk1lMSwD9gd3YlGg==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-10.0.3.tgz", + "integrity": "sha512-yWDPaXTOw34h9qNpxDBz1Xj5HudnyuWW2E8ZSegW6o8n+mKI3Yq/iLAUQfxA3h8wfaIRY/PCh3T2jLAys2SXeQ==", "license": "MIT", "dependencies": { - "@astrojs/internal-helpers": "0.7.5", + "@astrojs/internal-helpers": "0.8.0", "send": "^1.2.1", "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "^5.14.3" + "astro": "^6.0.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/website/package.json b/website/package.json index 937032bf6f..feea410266 100644 --- a/website/package.json +++ b/website/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@astrojs/mdx": "^4.3.13", - "@astrojs/node": "^9.5.2", + "@astrojs/node": "^10.0.3", "@emotion/react": "^11.14.0", "@headlessui/react": "^2.2.0", "@lokalise/xlsx": "^0.20.3",