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"