diff --git a/apps/static/package.json b/apps/static/package.json index 31f570be..53aa5014 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.3.2", + "astro": "^4.3.5", "typescript": "^5.3.3" }, "overrides": { diff --git a/package-lock.json b/package-lock.json index eab66b00..1b2eb21c 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.3.2", + "astro": "^4.3.5", "typescript": "^5.3.3" } }, @@ -165,9 +165,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.5.0.tgz", - "integrity": "sha512-ZDluNgMIJT+z+HJcZ6QEJ/KqaFkTkrb+Za6c6VZs8G/nb1LBErL14/iU5EVJ9yu25i4QCLweuBJ3m5df34gZJg==" + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.5.3.tgz", + "integrity": "sha512-jzj01BRv/fmo+9Mr2FhocywGzEYiyiP2GVHje1ziGNU6c97kwhYGsnvwMkHrncAy9T9Vi54cjaMK7UE4ClX4vA==" }, "node_modules/@astrojs/internal-helpers": { "version": "0.2.1", @@ -7535,11 +7535,11 @@ } }, "node_modules/astro": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.3.2.tgz", - "integrity": "sha512-SJotHzKG/I32ruYWItMRJjtmNQh14mVS7kahu3XfYyxvo6nx08PGJBTSPbqPrW1sjeQPHwcpVDFx3yMMK2kaxQ==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.3.5.tgz", + "integrity": "sha512-7jPffNlcmDO94NlkWe/hUWta/pIjlx1LVD/DZb/fyjT1Jv+7mGhKZBIjkDfeVpequW70mep8cAS5RM7Pxa0Gdg==", "dependencies": { - "@astrojs/compiler": "^2.5.0", + "@astrojs/compiler": "^2.5.3", "@astrojs/internal-helpers": "0.2.1", "@astrojs/markdown-remark": "4.2.1", "@astrojs/telemetry": "3.0.4",