diff --git a/package-lock.json b/package-lock.json index 2716f15..7ae0d7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "GPL-2.0-or-later", "dependencies": { - "@astrojs/node": "^9.4.4", + "@astrojs/node": "^10.0.0", "@astrojs/vercel": "^9.0.2", "@codewheel/jsonapi-frontend-client": "^1.0.7", "astro": "^5.16.6", @@ -193,17 +193,26 @@ } }, "node_modules/@astrojs/node": { - "version": "9.5.1", - "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-9.5.1.tgz", - "integrity": "sha512-7k+SU877OUQylPr0mFcWrGvNuC78Lp9w+GInY8Rwc+LkHyDP9xls+nZAioK0WDWd+fyeQnlHbpDGURO3ZHuDVg==", + "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.5", - "send": "^1.2.0", + "@astrojs/internal-helpers": "0.8.0", + "send": "^1.2.1", "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "^5.14.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/package.json b/package.json index 86ecffb..02c6e09 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@astrojs/vercel": "^9.0.2", - "@astrojs/node": "^9.4.4", + "@astrojs/node": "^10.0.0", "@codewheel/jsonapi-frontend-client": "^1.0.7", "astro": "^5.16.6", "isomorphic-dompurify": "^2.0.0"