diff --git a/package-lock.json b/package-lock.json index 5f18a75..cba6dbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/sitemap": "^3.7.4", "@microsoft/clarity": "^1.0.2", "@tailwindcss/vite": "4.3.3", - "astro": "^7.2.10", + "astro": "^7.3.1", "astro-consent": "2.1.1", "tailwindcss": "4.3.3" }, @@ -2024,9 +2024,9 @@ } }, "node_modules/astro": { - "version": "7.2.10", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.2.10.tgz", - "integrity": "sha512-uPtD+nK6kQXugyq4kiMPwj9OI3Sae6HSerA5X+fuv2CPaDwxmokFPPFlGRKIAXH0QAKu+zot2q6yrLG61wFmqg==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.3.1.tgz", + "integrity": "sha512-A/bJYHtc6n0UAdROY9W948fW6lX0pnUA+JWKW+IGCXRyDIGN2MsXC0OlS8onZGJjr+sv8htemwOc9W5PBRXCkw==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.4.0", @@ -2081,7 +2081,7 @@ "vitefu": "^1.1.2", "xxhash-wasm": "^1.1.0", "yargs-parser": "^22.0.0", - "zod": "^4.3.6" + "zod": "^4.5.4" }, "bin": { "astro": "bin/astro.mjs" @@ -5233,9 +5233,9 @@ } }, "node_modules/zod": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz", - "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.5.4.tgz", + "integrity": "sha512-sC95tT5iHHH9gtpj6A81kh+NEaRAUFN+qlUPDUbRfOMvNf5QCBqsb3WgvnpVtK5Y+4UfA6KqufotuTvMGiTlsA==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index 1cd581e..af4d413 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@astrojs/sitemap": "^3.7.4", "@microsoft/clarity": "^1.0.2", "@tailwindcss/vite": "4.3.3", - "astro": "^7.2.10", + "astro": "^7.3.1", "astro-consent": "2.1.1", "tailwindcss": "4.3.3" },