diff --git a/package-lock.json b/package-lock.json index 1d207a7..af5edd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/rss": "4.0.18", "@microsoft/clarity": "^1.0.2", "@tailwindcss/vite": "4.2.4", - "astro": "^6.1.9", + "astro": "^6.1.10", "astro-consent": "2.0.0", "tailwindcss": "4.2.4" }, @@ -2011,9 +2011,9 @@ } }, "node_modules/astro": { - "version": "6.1.9", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.9.tgz", - "integrity": "sha512-NsAHzMzpznB281g2aM5qnBt2QjfH6ttKiZ3hSZw52If8JJ+62kbnBKbyKhR2glQcJLl7Jfe4GSl0DihFZ36rRQ==", + "version": "6.1.10", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.10.tgz", + "integrity": "sha512-jQAIki6c862oxRr7OXXC+h3n4wg1EpmKgCH3vv1FtXM9VFmD2iTjlaxrfb0I6eQCwtUjSBxfJBFBDSXHu7Wing==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.1", diff --git a/package.json b/package.json index 81b6959..2febb3d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@astrojs/rss": "4.0.18", "@microsoft/clarity": "^1.0.2", "@tailwindcss/vite": "4.2.4", - "astro": "^6.1.9", + "astro": "^6.1.10", "astro-consent": "2.0.0", "tailwindcss": "4.2.4" },