diff --git a/package-lock.json b/package-lock.json index 6934ba2b..b8da3747 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "0.9.3", "@astrojs/sitemap": "3.1.6", - "@astrojs/starlight": "0.26.4", + "@astrojs/starlight": "0.27.0", "astro": "4.15.4", "prettier": "3.3.3", "sharp": "0.33.5", @@ -191,9 +191,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.26.4", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.26.4.tgz", - "integrity": "sha512-ks+GAYkYGZxuCjAJR88HFafY4/K73PtkbYniGaptmdB0yDJY/HwJ/s1vIuig3j63oq9otQfuZFByxWsb4x1urg==", + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.27.0.tgz", + "integrity": "sha512-W06VHc4VVohKE6g1CytSF64WQ97nv/hlHHf2+vKGh/+I9nDdom/M7RXqkyLx7FBlLCbgsSvLYZUkh8cQ/mMOzQ==", "license": "MIT", "dependencies": { "@astrojs/mdx": "^3.1.3", diff --git a/package.json b/package.json index a20172c0..6193da08 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/check": "0.9.3", "@astrojs/sitemap": "3.1.6", - "@astrojs/starlight": "0.26.4", + "@astrojs/starlight": "0.27.0", "astro": "4.15.4", "prettier": "3.3.3", "sharp": "0.33.5",