From 1ff4291ead5531d00d44a8d60b8a7b373cdd3c78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 19:40:13 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /examples/astro directory: [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node). Bumps the npm_and_yarn group with 1 update in the /examples/fastify directory: [fastify](https://github.com/fastify/fastify). Updates `@astrojs/node` from 9.5.5 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) Updates `fastify` from 5.8.4 to 5.8.5 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.8.4...v5.8.5) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-version: 10.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: fastify dependency-version: 5.8.5 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/astro/package-lock.json | 21 +++++++++++++++------ examples/astro/package.json | 2 +- examples/fastify/package-lock.json | 8 ++++---- examples/fastify/package.json | 2 +- 4 files changed, 21 insertions(+), 12 deletions(-) diff --git a/examples/astro/package-lock.json b/examples/astro/package-lock.json index 32415aa..85f1bf5 100644 --- a/examples/astro/package-lock.json +++ b/examples/astro/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@arcjet/astro": "1.4.0", - "@astrojs/node": "9.5.5", + "@astrojs/node": "10.0.0", "@fontsource-variable/figtree": "5.2.10", "@fontsource/ibm-plex-mono": "5.2.7", "astro": "5.18.1" @@ -288,17 +288,26 @@ } }, "node_modules/@astrojs/node": { - "version": "9.5.5", - "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-9.5.5.tgz", - "integrity": "sha512-rtU2BGU5u3SfGURpANfMxVzCIoR86MkaN05ncza9rbtuMKJ/XnRJt/BbyVknDbOJ71hoci0SIsJwKcJR8vvi/A==", + "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.6", + "@astrojs/internal-helpers": "0.8.0", "send": "^1.2.1", "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "^5.17.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/examples/astro/package.json b/examples/astro/package.json index c78ef0c..3d3b7d0 100644 --- a/examples/astro/package.json +++ b/examples/astro/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@arcjet/astro": "1.4.0", - "@astrojs/node": "9.5.5", + "@astrojs/node": "10.0.0", "@fontsource-variable/figtree": "5.2.10", "@fontsource/ibm-plex-mono": "5.2.7", "astro": "5.18.1" diff --git a/examples/fastify/package-lock.json b/examples/fastify/package-lock.json index 47ea8cb..299d7d4 100644 --- a/examples/fastify/package-lock.json +++ b/examples/fastify/package-lock.json @@ -13,7 +13,7 @@ "@fastify/autoload": "6.3.1", "@fastify/env": "5.0.3", "@fastify/type-provider-json-schema-to-ts": "5.0.0", - "fastify": "5.8.4", + "fastify": "5.8.5", "fastify-plugin": "5.1.0", "json-schema-to-ts": "3.1.1" }, @@ -1217,9 +1217,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastify": { - "version": "5.8.4", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.4.tgz", - "integrity": "sha512-sa42J1xylbBAYUWALSBoyXKPDUvM3OoNOibIefA+Oha57FryXKKCZarA1iDntOCWp3O35voZLuDg2mdODXtPzQ==", + "version": "5.8.5", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.5.tgz", + "integrity": "sha512-Yqptv59pQzPgQUSIm87hMqHJmdkb1+GPxdE6vW6FRyVE9G86mt7rOghitiU4JHRaTyDUk9pfeKmDeu70lAwM4Q==", "funding": [ { "type": "github", diff --git a/examples/fastify/package.json b/examples/fastify/package.json index 9ff6e25..4b7d1cc 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -5,7 +5,7 @@ "@fastify/autoload": "6.3.1", "@fastify/env": "5.0.3", "@fastify/type-provider-json-schema-to-ts": "5.0.0", - "fastify": "5.8.4", + "fastify": "5.8.5", "fastify-plugin": "5.1.0", "json-schema-to-ts": "3.1.1" },