From ddc722ed16f2fab78004dbe114c2fa4347c05469 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 16:25:01 +0000 Subject: [PATCH] Update dependency astro to v7.2.9 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b408294..60e9200 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "devDependencies": { "@astrojs/check": "0.9.10", "@astrojs/starlight": "0.41.10", - "astro": "7.2.8", + "astro": "7.2.9", "sharp": "0.35.4", "typescript": "6.0.3" } @@ -3033,9 +3033,9 @@ } }, "node_modules/astro": { - "version": "7.2.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.2.8.tgz", - "integrity": "sha512-19nfgzl1IHNYzIfamUIr4dYSQcovWfMO5JGlN7Ahlg6Q6R+nzSPWAh+VO/mSg0hhcea35JHY0wL5ADZUi0WiYQ==", + "version": "7.2.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.2.9.tgz", + "integrity": "sha512-o5nZFo/bieF6rp4x9sQSLhI7GO7Bahpld38Y4LvX27nFoxNiuttjI+Hea81w5ksORLHgdPUlQpU9obPz5QRa8g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7a4fca9..c0f38d3 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@astrojs/check": "0.9.10", "@astrojs/starlight": "0.41.10", - "astro": "7.2.8", + "astro": "7.2.9", "sharp": "0.35.4", "typescript": "6.0.3" }