diff --git a/package-lock.json b/package-lock.json index 8c39900f..65e61a8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/starlight": "^0.35.2", - "@astrojs/vercel": "^8.2.5", + "@astrojs/vercel": "^8.2.6", "@vercel/analytics": "^1.5.0", "astro": "^5.13.0" }, @@ -363,12 +363,12 @@ } }, "node_modules/@astrojs/vercel": { - "version": "8.2.5", - "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.2.5.tgz", - "integrity": "sha512-SXD3CKKsxPuAe9Fd9PEOjnX/hSpSq4fM7uQ4sz6R1g2MgkX8bwkshz0qRDUx4744GSfCn/J2nDlTV/aJUkhHkA==", + "version": "8.2.6", + "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-8.2.6.tgz", + "integrity": "sha512-ctGEoAtyWvFtUNuVECwXwDHMv6lxw1m1qcUL6ZNACFL7GIDzHhD/ipAkZsl2G4QUeVD1ig0Xo8AtFdDl34/gNg==", "license": "MIT", "dependencies": { - "@astrojs/internal-helpers": "0.7.1", + "@astrojs/internal-helpers": "0.7.2", "@vercel/analytics": "^1.5.0", "@vercel/functions": "^2.2.2", "@vercel/nft": "^0.29.2", @@ -380,6 +380,12 @@ "astro": "^5.0.0" } }, + "node_modules/@astrojs/vercel/node_modules/@astrojs/internal-helpers": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.2.tgz", + "integrity": "sha512-KCkCqR3Goym79soqEtbtLzJfqhTWMyVaizUi35FLzgGSzBotSw8DB1qwsu7U96ihOJgYhDk2nVPz+3LnXPeX6g==", + "license": "MIT" + }, "node_modules/@astrojs/yaml2ts": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/@astrojs/yaml2ts/-/yaml2ts-0.2.2.tgz", diff --git a/package.json b/package.json index 7760d589..11211816 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/starlight": "^0.35.2", - "@astrojs/vercel": "^8.2.5", + "@astrojs/vercel": "^8.2.6", "@vercel/analytics": "^1.5.0", "astro": "^5.13.0" },