From 454965a28cd2c925a4cefbb166b0be70b2a106e5 Mon Sep 17 00:00:00 2001 From: Contentsquare-Security-Bot <170959583+Contentsquare-Security-Bot@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:54:30 +0100 Subject: [PATCH] fix: upgrade @astrojs/starlight from 0.28.4 to 0.28.5 (#487) Snyk has created this PR to upgrade @astrojs/starlight from 0.28.4 to 0.28.5. See this package in yarn: @astrojs/starlight See this project in Snyk: https://app.snyk.io/org/data-team-dt/project/ee034aa7-b6ce-4de5-8d0b-dfccab2c739c?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- docs/package.json | 2 +- docs/yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 86d49d56..3798641f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.28.3", + "@astrojs/starlight": "^0.28.5", "astro": "^4.16.6", "sharp": "^0.33.5" }, diff --git a/docs/yarn.lock b/docs/yarn.lock index 5ff7cb31..8a35b3a1 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -105,10 +105,10 @@ stream-replace-string "^2.0.0" zod "^3.23.8" -"@astrojs/starlight@^0.28.3": - version "0.28.4" - resolved "https://registry.yarnpkg.com/@astrojs/starlight/-/starlight-0.28.4.tgz#7919226382eb99f0d2ba608561682df15beea057" - integrity sha512-SU0vgCQCQZ6AuA84doxpGr5Aowr9L/PalddUbeDWSzkjE/YierFcvmBg78cSB0pdL0Q1v4k4l+wqhz176wHmTA== +"@astrojs/starlight@^0.28.5": + version "0.28.6" + resolved "https://registry.yarnpkg.com/@astrojs/starlight/-/starlight-0.28.6.tgz#927abaa727b6860630dda94799d6bb5009acfe14" + integrity sha512-lY+rbRMIVxDGiXhS4lBuVrU2jTUezEt4QeTxUTHxfj2tuKBwquG7Jg+alON6l+uaV+anbOkFb001MMXZF8X85w== dependencies: "@astrojs/mdx" "^3.1.3" "@astrojs/sitemap" "^3.1.6" @@ -122,6 +122,7 @@ hast-util-to-string "^3.0.0" hastscript "^9.0.0" i18next "^23.11.5" + js-yaml "^4.1.0" mdast-util-directive "^3.0.0" mdast-util-to-markdown "^2.1.0" mdast-util-to-string "^4.0.0"