diff --git a/package-lock.json b/package-lock.json index 637e1f9..9340a6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/sitemap": "^3.7.3", "@microsoft/clarity": "^1.0.2", "@tailwindcss/vite": "4.3.2", - "astro": "^7.1.0", + "astro": "^7.1.1", "astro-consent": "2.0.0", "tailwindcss": "4.3.3" }, @@ -1970,9 +1970,9 @@ } }, "node_modules/astro": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.1.0.tgz", - "integrity": "sha512-jXHNZXpO0HOuANLwv5uLg5WFXFmIMyDTMlokIb8sv10y8QItOFaikwrqvp6+Pe0MSqvp+aO7V1SfVriFcCEKgA==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.1.1.tgz", + "integrity": "sha512-yfKhuvbz+DORHihJRL1DHcxyLcX9uTrxvz2nCSTzHH54k2DdACBfuOu2OAAAhdUC9xlu2IRXAiagqcPL3DftCg==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.3.1", diff --git a/package.json b/package.json index 701fc07..02b75a1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@astrojs/sitemap": "^3.7.3", "@microsoft/clarity": "^1.0.2", "@tailwindcss/vite": "4.3.2", - "astro": "^7.1.0", + "astro": "^7.1.1", "astro-consent": "2.0.0", "tailwindcss": "4.3.3" },