diff --git a/website/package-lock.json b/website/package-lock.json index fa31408..44ee37c 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/starlight": "0.38.5", "@astrojs/starlight-tailwind": "5.0.0", "@tailwindcss/vite": "4.3.0", - "astro": "6.4.4", + "astro": "6.4.8", "tailwindcss": "4.3.0", "typescript": "^5.9.3" }, @@ -2977,9 +2977,9 @@ } }, "node_modules/astro": { - "version": "6.4.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.4.tgz", - "integrity": "sha512-hVe8tq3lqt/Dr0UyB//yUmQSlHMTU8scTiF/vQddQVahLE4TTaSdH5H0nb7OvRcwo0UmlAO8DWYar4jNaS7H+A==", + "version": "6.4.8", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.8.tgz", + "integrity": "sha512-KK5lX90uU9EeVaTjINyj3sy9/NFXVa59aowaqbWBDDKLXZh4rr7GwIaCFYVetE22MJtsCNFerQXn0vlCLmpP/Q==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^4.0.0", diff --git a/website/package.json b/website/package.json index 6d7c686..6e28c99 100644 --- a/website/package.json +++ b/website/package.json @@ -17,7 +17,7 @@ "@astrojs/starlight": "0.38.5", "@astrojs/starlight-tailwind": "5.0.0", "@tailwindcss/vite": "4.3.0", - "astro": "6.4.4", + "astro": "6.4.8", "tailwindcss": "4.3.0", "typescript": "^5.9.3" },