diff --git a/package-lock.json b/package-lock.json index 208919c1..abdb445a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/starlight": "^0.32.3", - "@astrojs/vercel": "^8.1.2", + "@astrojs/vercel": "^8.1.3", "@vercel/analytics": "^1.5.0", "astro": "^5.5.3" }, @@ -360,9 +360,9 @@ } }, "node_modules/@astrojs/vercel": { - "version": "8.1.2", - "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.1.2.tgz", - "integrity": "sha512-Qps7oYfQVvXov/ucP5sjTqRAgqbY84ayf8zyz5lNqTy88As09KGaZJTW4qrxU2xO5GdoE3+AoMGDUkU2rVY+cg==", + "version": "8.1.3", + "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.1.3.tgz", + "integrity": "sha512-mHO28cc0FQbA6ncFteW5Hqf2l0gSthPNF8/dpM1sQAOD92Mbyi93/4EhTYj07Xhi3t37FU4tPtzyQoCAn4P4Kg==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.6.1", diff --git a/package.json b/package.json index a84c9f09..10774746 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/starlight": "^0.32.3", - "@astrojs/vercel": "^8.1.2", + "@astrojs/vercel": "^8.1.3", "@vercel/analytics": "^1.5.0", "astro": "^5.5.3" },