diff --git a/frontend-landing/package-lock.json b/frontend-landing/package-lock.json index 471f2e0..f27c777 100644 --- a/frontend-landing/package-lock.json +++ b/frontend-landing/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/sitemap": "3.7.4", "@fontsource-variable/inter": "5.3.0", "@tailwindcss/vite": "4.3.3", - "astro": "7.2.10", + "astro": "7.3.2", "sharp": "0.35.4", "tailwindcss": "4.3.3" }, @@ -326,9 +326,9 @@ } }, "node_modules/@astrojs/markdown-satteri": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@astrojs/markdown-satteri/-/markdown-satteri-0.4.0.tgz", - "integrity": "sha512-wykOOW9KsUVcZweOpY/CeXpdKcCKZy6fQbdcteWFuI75+sQCiqxYM7VKsGa5b+aGl3cYQscFY37rsbbyal5MRw==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@astrojs/markdown-satteri/-/markdown-satteri-0.4.1.tgz", + "integrity": "sha512-EniHbFNa6SQHDih7JnpPos3NWXO6hdt4raBcOosfGmlfc3gP9CI/sESA3VOf1PgJZ7SFfewlZW9Livn0JugEZg==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.11.0", @@ -2294,14 +2294,14 @@ } }, "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.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.3.2.tgz", + "integrity": "sha512-ysTcdpGP61XZpHoMRYC/CK19DQ94qkBvzXMtXEo0gEqPNkmOU/Tv++CtWmzaI4nF2Ck8RXFdiWvdlTWa2oOr9w==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.4.0", "@astrojs/internal-helpers": "0.11.0", - "@astrojs/markdown-satteri": "0.4.0", + "@astrojs/markdown-satteri": "0.4.1", "@astrojs/telemetry": "3.3.3", "@capsizecss/unpack": "^4.0.0", "@clack/prompts": "^1.1.0", @@ -2351,7 +2351,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" @@ -5668,9 +5668,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/frontend-landing/package.json b/frontend-landing/package.json index 409c259..ffd951d 100644 --- a/frontend-landing/package.json +++ b/frontend-landing/package.json @@ -19,7 +19,7 @@ "@astrojs/sitemap": "3.7.4", "@fontsource-variable/inter": "5.3.0", "@tailwindcss/vite": "4.3.3", - "astro": "7.2.10", + "astro": "7.3.2", "sharp": "0.35.4", "tailwindcss": "4.3.3" },