From bc681a78bc2cbab41aee3065d0a30d42269e052f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:08:29 +0000 Subject: [PATCH] fix(deps): Update Node.js Dependencies to v6 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4babc93..140754a 100644 --- a/package.json +++ b/package.json @@ -16,10 +16,10 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/starlight": "^0.37.0", - "astro": "^5.9.4", + "astro": "^6.0.0", "globals": "^17.0.0", "sharp": "^0.34.2", - "typescript": "^5.9.2" + "typescript": "^6.0.0" }, "devDependencies": { "eslint": "^9.24.0",