diff --git a/package-lock.json b/package-lock.json index 58af98d0f..101e11d78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@astrojs/vue": "^7.0.1", "@iconify-json/lucide": "^1.2.128", "@tailwindcss/vite": "^4.3.3", - "astro": "^7.2.10", + "astro": "^7.3.1", "nanostores": "^1.5.2", "rehype-raw": "^7.0.0", "rehype-sanitize": "^6.0.0", @@ -4269,9 +4269,9 @@ "license": "MIT" }, "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", @@ -4326,7 +4326,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" @@ -12526,9 +12526,9 @@ } }, "node_modules/zod": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", - "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "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 b32587716..8b4c5e4fa 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@astrojs/vue": "^7.0.1", "@iconify-json/lucide": "^1.2.128", "@tailwindcss/vite": "^4.3.3", - "astro": "^7.2.10", + "astro": "^7.3.1", "nanostores": "^1.5.2", "rehype-raw": "^7.0.0", "rehype-sanitize": "^6.0.0",