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" }, diff --git a/examples/firebase-functions/package-lock.json b/examples/firebase-functions/package-lock.json index d224ea1..b6d3b6b 100644 --- a/examples/firebase-functions/package-lock.json +++ b/examples/firebase-functions/package-lock.json @@ -8045,9 +8045,9 @@ } }, "node_modules/hono": { - "version": "4.12.12", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz", - "integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==", + "version": "4.12.14", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.14.tgz", + "integrity": "sha512-am5zfg3yu6sqn5yjKBNqhnTX7Cv+m00ox+7jbaKkrLMRJ4rAdldd1xPd/JzbBWspqaQv6RSTrgFN95EsfhC+7w==", "dev": true, "license": "MIT", "engines": {