diff --git a/package-lock.json b/package-lock.json index 12268b9..ae2db0a 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.0.9", + "astro": "^7.1.0", "astro-consent": "2.0.0", "tailwindcss": "4.3.2" }, @@ -1958,9 +1958,9 @@ } }, "node_modules/astro": { - "version": "7.0.9", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.0.9.tgz", - "integrity": "sha512-WB5pA4LLQnmqjBh6EIu0z8aUV4q2/AoThgSZq57Rsp+oqqvPu7OwZ5eF+W4ku20TUTxIhiJW8dccuGvJPiW2UA==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.1.0.tgz", + "integrity": "sha512-jXHNZXpO0HOuANLwv5uLg5WFXFmIMyDTMlokIb8sv10y8QItOFaikwrqvp6+Pe0MSqvp+aO7V1SfVriFcCEKgA==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.3.1", diff --git a/package.json b/package.json index 2c02a8d..0d1f29c 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.0.9", + "astro": "^7.1.0", "astro-consent": "2.0.0", "tailwindcss": "4.3.2" },