From 585415d6b914be04c317a9a5a16f058656489da7 Mon Sep 17 00:00:00 2001 From: Contentsquare-Security-Bot <170959583+Contentsquare-Security-Bot@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:21:12 +0200 Subject: [PATCH] fix: upgrade @astrojs/starlight from 0.25.4 to 0.26.1 (#465) Snyk has created this PR to upgrade @astrojs/starlight from 0.25.4 to 0.26.1. 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 6065a3f3..c5de9e8c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.25.4", + "@astrojs/starlight": "^0.26.1", "astro": "^4.14.2", "sharp": "^0.33.1" } diff --git a/docs/yarn.lock b/docs/yarn.lock index 604614c4..71535f31 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -81,10 +81,10 @@ stream-replace-string "^2.0.0" zod "^3.23.8" -"@astrojs/starlight@^0.25.4": - version "0.25.4" - resolved "https://registry.yarnpkg.com/@astrojs/starlight/-/starlight-0.25.4.tgz#8d8e120937d3fb97e4914e3382fe511fabbad2cc" - integrity sha512-TRPgRsd5opi2tCXvh8rWizpLsJsRRXbYecULG5b/1x4BFyp40ZJVB77cLMjTj3lHwqWs0Sybtq5OBpOy6fuIEQ== +"@astrojs/starlight@^0.26.1": + version "0.26.4" + resolved "https://registry.yarnpkg.com/@astrojs/starlight/-/starlight-0.26.4.tgz#995bbc5ca446db3c1944b39a091467823a580ddd" + integrity sha512-ks+GAYkYGZxuCjAJR88HFafY4/K73PtkbYniGaptmdB0yDJY/HwJ/s1vIuig3j63oq9otQfuZFByxWsb4x1urg== dependencies: "@astrojs/mdx" "^3.1.3" "@astrojs/sitemap" "^3.1.6"