diff --git a/package-lock.json b/package-lock.json index 65ce353..6aa7e80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@astrojs/sitemap": "^3.7.3", - "@astrojs/vercel": "^11.0.8", + "@astrojs/vercel": "^11.0.10", "@vercel/analytics": "^2.0.1", "astro": "^7.2.7" }, @@ -345,16 +345,16 @@ } }, "node_modules/@astrojs/vercel": { - "version": "11.0.8", - "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-11.0.8.tgz", - "integrity": "sha512-ZOlWI7qkt69BJI6b/upCOOSMGvzChvnRFRYdNhiky3fn4D6ecQXaTV2UTkJqAG6lc6ORY6mb+81bo5p3SL22Xg==", + "version": "11.0.10", + "resolved": "https://registry.npmjs.org/@astrojs/vercel/-/vercel-11.0.10.tgz", + "integrity": "sha512-QqqG24F0D2Ho3zgleio5KImcE335HxnUjtSJX92FGPbg7DKiTk3urno2aqmBGIpVOq3AKtx6r1r7DudOK3xwnA==", "license": "MIT", "dependencies": { - "@astrojs/internal-helpers": "0.10.4", - "@vercel/analytics": "^1.6.1", - "@vercel/functions": "^3.4.3", - "@vercel/nft": "^1.3.2", - "@vercel/routing-utils": "^5.3.3", + "@astrojs/internal-helpers": "0.11.0", + "@vercel/analytics": "^2.0.1", + "@vercel/functions": "^3.7.5", + "@vercel/nft": "^1.10.2", + "@vercel/routing-utils": "^6.4.0", "esbuild": "^0.28.0", "tinyglobby": "^0.2.15" }, @@ -362,6 +362,22 @@ "astro": "^7.0.0" } }, + "node_modules/@astrojs/vercel/node_modules/@astrojs/internal-helpers": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.11.0.tgz", + "integrity": "sha512-3rzxJ+xbo0+8YyqOzLziIN32wmsHdCjEVz2sGOpRxJ+Ben/KiLph4ItxBy1abEL+E8fkRzqjg0rfXmaHJGw9JA==", + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.4", + "@types/mdast": "^4.0.4", + "js-yaml": "^4.3.0", + "picomatch": "^4.0.4", + "retext-smartypants": "^6.2.0", + "shiki": "^4.0.2", + "smol-toml": "^1.6.0", + "unified": "^11.0.5" + } + }, "node_modules/@astrojs/yaml2ts": { "version": "0.2.4", "resolved": "https://registry.npmjs.org/@astrojs/yaml2ts/-/yaml2ts-0.2.4.tgz", @@ -2364,9 +2380,9 @@ } }, "node_modules/@vercel/routing-utils": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/@vercel/routing-utils/-/routing-utils-5.3.3.tgz", - "integrity": "sha512-KYm2sLNUD48gDScv8ob4ejc3Gww2jcJyW80hTdYlenAPz/5BQar1Gyh38xrUuZ532TUwSb5mV1uRbAuiykq0EQ==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@vercel/routing-utils/-/routing-utils-6.5.0.tgz", + "integrity": "sha512-2PXgATJyJYEaIuDEhljZ+sfOfJEsBl6OEzD+jHhy6NAb0k2mHdbTjcK3zTBNnYq0nebrXpq5ZGiwOxBFoUwB3A==", "license": "Apache-2.0", "dependencies": { "path-to-regexp": "6.1.0", diff --git a/package.json b/package.json index 9c4938a..6977492 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@astrojs/sitemap": "^3.7.3", - "@astrojs/vercel": "^11.0.8", + "@astrojs/vercel": "^11.0.10", "@vercel/analytics": "^2.0.1", "astro": "^7.2.7" },