diff --git a/package-lock.json b/package-lock.json index b92e724..4f98eb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@tailwindcss/vite": "^4.2.4", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "astro": "^6.1.10", + "astro": "^6.2.1", "lucide-react": "^1.14.0", "motion": "^12.38.0", "react": "^19.2.5", @@ -2828,10 +2828,12 @@ "license": "MIT" }, "node_modules/astro": { - "version": "6.1.10", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.2.1.tgz", + "integrity": "sha512-3g1sYNly+QAkuO5ErNEQBYvsxorNDSCUNIeStBs+kcXGchvKQl1Q9EuDNOvSg010XLlHJFLVFZs9LV18Jjp4Hg==", "license": "MIT", "dependencies": { - "@astrojs/compiler": "^3.0.1", + "@astrojs/compiler": "^4.0.0", "@astrojs/internal-helpers": "0.9.0", "@astrojs/markdown-remark": "7.1.1", "@astrojs/telemetry": "3.3.1", @@ -2903,7 +2905,9 @@ } }, "node_modules/astro/node_modules/@astrojs/compiler": { - "version": "3.0.1", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-4.0.0.tgz", + "integrity": "sha512-eouss7G8ygdZqHuke033VMcVw5HTZUu+PXd/h06DGDUg/jt5btPYPqh66ENWw/mU78rBrf/oeC4oqoBwMtDMNA==", "license": "MIT" }, "node_modules/astro/node_modules/aria-query": { diff --git a/package.json b/package.json index 8537a6a..cdcdce4 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@tailwindcss/vite": "^4.2.4", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "astro": "^6.1.10", + "astro": "^6.2.1", "lucide-react": "^1.14.0", "motion": "^12.38.0", "react": "^19.2.5",