diff --git a/apps/static/package.json b/apps/static/package.json index e1277eb8..f4f20fa8 100644 --- a/apps/static/package.json +++ b/apps/static/package.json @@ -14,7 +14,7 @@ "dependencies": { "@astrojs/check": "^0.4.1", "@astrojs/preact": "^3.1.0", - "astro": "^4.2.8", + "astro": "^4.3.0", "typescript": "^5.3.3" }, "overrides": { diff --git a/package-lock.json b/package-lock.json index 5def6002..0e643000 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "dependencies": { "@astrojs/check": "^0.4.1", "@astrojs/preact": "^3.1.0", - "astro": "^4.2.8", + "astro": "^4.3.0", "typescript": "^5.3.3" } }, @@ -7535,9 +7535,9 @@ } }, "node_modules/astro": { - "version": "4.2.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.2.8.tgz", - "integrity": "sha512-h78IAdSEPMo1bvR40HECQYpnMPfDnk9WxRNJ1+Hw5szk4k5IMUw3nG153nErJABRnaxb6WLv7dtS4tukzJz0mw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.3.0.tgz", + "integrity": "sha512-DSn7q7KJ9lmA7B3faz6uaIIRTzJduKNYRAsgXDn+wH1Jso33PFOU3ZcI4knlMAqhFW3MX8WorB8Hg6kR+waQXg==", "dependencies": { "@astrojs/compiler": "^2.5.0", "@astrojs/internal-helpers": "0.2.1",