From 8736ace782fd51d449ee2a740b532b18a3a8bcc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:23:11 +0000 Subject: [PATCH] Bump @astrojs/starlight from 0.26.2 to 0.27.1 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.26.2 to 0.27.1. - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.27.1/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f761f1c..0b38b8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@astrojs/check": "^0.9.3", "@astrojs/sitemap": "^3.1.6", - "@astrojs/starlight": "^0.26.2", + "@astrojs/starlight": "^0.27.1", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "@preline/accordion": "^2.4.1", @@ -206,9 +206,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.26.2", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.26.2.tgz", - "integrity": "sha512-368jO5hfhvNd6XvOnVHTntrRWBkRGmpnmtQMXdDhMdXR1XgNuEyEdtcDGXHLlUaY7ZwHItNrjSf5J1iKsdP2Zg==", + "version": "0.27.1", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.27.1.tgz", + "integrity": "sha512-L2hEgN/Tk7tfBDeaqUOgOpey5NcUL78FuQa06iNxyZ6RjyYyuXSniOoFxZYIo5PpY9O1dLdK22PkZyCDpO729g==", "dependencies": { "@astrojs/mdx": "^3.1.3", "@astrojs/sitemap": "^3.1.6", diff --git a/package.json b/package.json index e54221e..423c701 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.2", + "@astrojs/starlight": "^0.27.1", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "@preline/accordion": "^2.4.1",