diff --git a/package-lock.json b/package-lock.json index 4d62c88..ecab96f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.24.2", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", - "@astrojs/vercel": "^7.7.1", + "@astrojs/vercel": "^7.7.2", "@preline/accordion": "^2.3.0", "@preline/collapse": "^2.3.0", "@preline/dropdown": "^2.3.0", @@ -423,11 +423,11 @@ } }, "node_modules/@astrojs/vercel": { - "version": "7.7.1", - "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-7.7.1.tgz", - "integrity": "sha512-FXh2IxLQ7GOl5w+1uUuSO5AO0fwlZWDjwEZ5NdEOAoWfFW0QeOR+LILbccjIuWKdugEJknAT4XxwQvsmVMh+8A==", + "version": "7.7.2", + "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-7.7.2.tgz", + "integrity": "sha512-mwnXz4OHE+X20kyQfrxAoLCe+uIhZ1w+G7fJnERSua9/DgX+j0Gvfku3D33bNyxaIwLQB5BOGAu2eZoi+gna4Q==", "dependencies": { - "@astrojs/internal-helpers": "0.4.0", + "@astrojs/internal-helpers": "0.4.1", "@vercel/analytics": "^1.3.1", "@vercel/edge": "^1.1.1", "@vercel/nft": "^0.27.2", @@ -440,6 +440,11 @@ "astro": "^4.2.0" } }, + "node_modules/@astrojs/vercel/node_modules/@astrojs/internal-helpers": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.4.1.tgz", + "integrity": "sha512-bMf9jFihO8YP940uD70SI/RDzIhUHJAolWVcO1v5PUivxGKvfLZTLTVVxEYzGYyPsA3ivdLNqMnL5VgmQySa+g==" + }, "node_modules/@babel/code-frame": { "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", diff --git a/package.json b/package.json index 6df38ca..47e3f83 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/starlight": "^0.24.2", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", - "@astrojs/vercel": "^7.7.1", + "@astrojs/vercel": "^7.7.2", "@preline/accordion": "^2.3.0", "@preline/collapse": "^2.3.0", "@preline/dropdown": "^2.3.0",