diff --git a/package-lock.json b/package-lock.json index a6f21b4..bae4a3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrolib/seo": "^1.0.0-beta.8", "@fontsource-variable/inter": "^5.2.5", "@iconify-json/mdi": "^1.2.3", - "astro": "^5.8.0", + "astro": "^5.10.2", "astro-embed": "^0.9.0", "astro-icon": "^1.1.5", "limax": "4.1.0", @@ -218,10 +218,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.0.tgz", - "integrity": "sha512-7bCjW6tVDpUurQLeKBUN9tZ5kSv5qYrGmcn0sG0IwacL7isR2ZbyyA3AdZ4uxsuUFOS2SlgReTH7wkxO6zpqWA==", - "license": "MIT" + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.2.tgz", + "integrity": "sha512-w2zfvhjNCkNMmMMOn5b0J8+OmUaBL1o40ipMvqcG6NRpdC+lKxmTi48DT8Xw0SzJ3AfmeFLB45zXZXtmbsjcgw==" }, "node_modules/@astrojs/internal-helpers": { "version": "0.6.1", @@ -3149,12 +3148,11 @@ } }, "node_modules/astro": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.8.0.tgz", - "integrity": "sha512-G57ELkdIntDiSrucA5lQaRtBOjquaZ9b9NIwoz2f471ZuuJcynLjWgItgBzlrz5UMY4WqnFbVWUCKlJb7nt9bA==", - "license": "MIT", + "version": "5.10.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.2.tgz", + "integrity": "sha512-CCBU+e/Apk6NWEMnc/R9dVZD/+FaCnNqWJicX1Oe6T18vLKop+LPs/m/88ekJk4zxP1g1N/GfUq4wEedUSk1Wg==", "dependencies": { - "@astrojs/compiler": "^2.11.0", + "@astrojs/compiler": "^2.12.2", "@astrojs/internal-helpers": "0.6.1", "@astrojs/markdown-remark": "6.3.2", "@astrojs/telemetry": "3.3.0", diff --git a/package.json b/package.json index 270108b..5915945 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@astrolib/seo": "^1.0.0-beta.8", "@fontsource-variable/inter": "^5.2.5", "@iconify-json/mdi": "^1.2.3", - "astro": "^5.8.0", + "astro": "^5.10.2", "astro-embed": "^0.9.0", "astro-icon": "^1.1.5", "limax": "4.1.0",