diff --git a/package-lock.json b/package-lock.json index baef4066..36782222 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/starlight": "^0.34.3", - "@astrojs/vercel": "^8.1.4", + "@astrojs/vercel": "^8.1.5", "@vercel/analytics": "^1.5.0", "astro": "^5.8.1" }, @@ -363,9 +363,9 @@ } }, "node_modules/@astrojs/vercel": { - "version": "8.1.4", - "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.1.4.tgz", - "integrity": "sha512-mJAbaXwLBVsk+5JNwzKIrpvIQ4llW/gS9ut5Rot5x6D+9DYSqfZ6PRIT0YvyzgUackahYAQdH/MZWeqVrcmwuA==", + "version": "8.1.5", + "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.1.5.tgz", + "integrity": "sha512-3FX8Pe/mzbvUfBJi+73aOrXp5L0s9IkNH5WlexHkzJHUvnkr5PqOB6h4Yya5owmmCDhKzH79YZ+ga0Xwz0MxXQ==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.6.1", @@ -374,7 +374,7 @@ "@vercel/nft": "^0.29.2", "@vercel/routing-utils": "^5.0.4", "esbuild": "^0.25.0", - "tinyglobby": "^0.2.12" + "tinyglobby": "^0.2.13" }, "peerDependencies": { "astro": "^5.0.0" diff --git a/package.json b/package.json index 1015fb32..5bdd7823 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/starlight": "^0.34.3", - "@astrojs/vercel": "^8.1.4", + "@astrojs/vercel": "^8.1.5", "@vercel/analytics": "^1.5.0", "astro": "^5.8.1" },