From 0bbf97444a0f42cdefa0e516fa02d1ab6e63950d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 18:58:49 +0000 Subject: [PATCH] chore(deps): update dependency astro to v6.1.2 --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c1ddb0..0ddbeea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3154,9 +3154,9 @@ } }, "node_modules/astro": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.1.tgz", - "integrity": "sha512-vq8sHpu1JsY1fWAunn+tdKNbVDmLQNiVdyuGsVT2csgITdFGXXVAyEXFWc1DzkMN0ehElPeiHnqItyQOJK+GqA==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.2.tgz", + "integrity": "sha512-r3iIvmB6JvQxsdJLvapybKKq7Bojd1iQK6CCx5P55eRnXJIyUpHx/1UB/GdMm+em/lwaCUasxHCmIO0lCLV2uA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.1",