From 9714d19da44b4d021943bb8c11327d52872e62f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 22:16:49 +0000 Subject: [PATCH] fix(deps): update astro monorepo --- dev-docs/package.json | 2 +- package.json | 2 +- user-docs/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-docs/package.json b/dev-docs/package.json index 76b239e..190dba1 100644 --- a/dev-docs/package.json +++ b/dev-docs/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "0.39.3", - "astro": "6.4.5", + "astro": "6.4.8", "remark-github-alerts": "0.1.1", "sharp": "0.34.5" } diff --git a/package.json b/package.json index e0f7327..eb2e982 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "fix": "eslint --fix . && prettier --write ." }, "devDependencies": { - "@astrojs/check": "0.9.9", + "@astrojs/check": "0.9.10", "@eslint/js": "9.39.4", "@typescript-eslint/parser": "8.60.1", "astro-eslint-parser": "1.4.0", diff --git a/user-docs/package.json b/user-docs/package.json index fbdff22..56ce7e7 100644 --- a/user-docs/package.json +++ b/user-docs/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "0.39.3", - "astro": "6.4.5", + "astro": "6.4.8", "remark-github-alerts": "0.1.1", "sharp": "0.34.5" }