From d7135d683f94168dd11e08d57e4a6266bb3de76b Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 17:12:03 +0000 Subject: [PATCH] Update dependency astro to v6 --- sources/voice-javascript-workshop/package.json | 2 +- tutorials/video-javascript-multiparty/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/voice-javascript-workshop/package.json b/sources/voice-javascript-workshop/package.json index a05692a..c979708 100644 --- a/sources/voice-javascript-workshop/package.json +++ b/sources/voice-javascript-workshop/package.json @@ -15,7 +15,7 @@ "@astrojs/starlight": "^0.37.6", "@astrojs/starlight-markdoc": "^0.5.1", "adm-zip": "^0.5.16", - "astro": "^5.18.1", + "astro": "^6.0.0", "astro-relative-links": "^0.4.2", "sharp": "^0.33.0" } diff --git a/tutorials/video-javascript-multiparty/package.json b/tutorials/video-javascript-multiparty/package.json index b5a4d41..dedb52a 100644 --- a/tutorials/video-javascript-multiparty/package.json +++ b/tutorials/video-javascript-multiparty/package.json @@ -16,7 +16,7 @@ "@astrojs/starlight": "^0.37.6", "@astrojs/starlight-markdoc": "^0.5.1", "adm-zip": "^0.5.16", - "astro": "^5.18.1", + "astro": "^6.0.0", "astro-relative-links": "^0.4.2", "sharp": "^0.33.0" },