diff --git a/package-lock.json b/package-lock.json index fa9d4e91..fa7d059b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/react": "4.4.2", "@astrojs/rss": "4.0.13", "@astrojs/sitemap": "3.6.0", - "@astrojs/vercel": "8.2.11", + "@astrojs/vercel": "9.0.0", "@tailwindcss/vite": "4.1.17", "@types/react": "19.2.5", "@types/react-dom": "19.2.3", @@ -206,9 +206,9 @@ } }, "node_modules/@astrojs/vercel": { - "version": "8.2.11", - "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.2.11.tgz", - "integrity": "sha512-PGtWHvHYMkT8ftSR3yuR7oyf/oPvOv8AfhCFlSQg318hfpalSEPND9mjbdQGpMeZz3KtvvOnHyYwqmu5V8MSHg==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-9.0.0.tgz", + "integrity": "sha512-Mz199DSMHenljq35eRaZgtPXOkFD1xrF4iwxqrRUa5Q1JAQg/d9lU5DJhZjQRNA3MpfNh09y84zUm5FX8TJieQ==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.7.4", diff --git a/package.json b/package.json index 80421aa1..4b6302df 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "4.4.2", "@astrojs/rss": "4.0.13", "@astrojs/sitemap": "3.6.0", - "@astrojs/vercel": "8.2.11", + "@astrojs/vercel": "9.0.0", "@tailwindcss/vite": "4.1.17", "@types/react": "19.2.5", "@types/react-dom": "19.2.3",