From 17826db55ab41ceb5f3ff3f0e8f9b6a300779351 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Oct 2024 06:20:39 +0000 Subject: [PATCH] fix: upgrade @astrojs/starlight from 0.27.1 to 0.28.2 Snyk has created this PR to upgrade @astrojs/starlight from 0.27.1 to 0.28.2. See this package in npm: @astrojs/starlight See this project in Snyk: https://app.snyk.io/org/riderx/project/dc9c6cca-6d64-4015-bc41-b1431a3bfb95?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 362446246..9dc0a1a50 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@astrojs/sitemap": "^3.2.0", - "@astrojs/starlight": "^0.27.1", + "@astrojs/starlight": "^0.28.2", "@astrojs/vue": "^4.5.2", "@headlessui/vue": "^1.7.23", "@heroicons/vue": "^2.1.5",