From fc7ff526f477f4848ea75e7639a1adf1b97f25ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:19:31 +0000 Subject: [PATCH] Bump @astrojs/starlight from 0.24.4 to 0.24.5 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.24.4 to 0.24.5. - [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.24.5/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-type: direct:production update-type: version-update:semver-patch ... 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 d40e02f..d22c1e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@astrojs/check": "^0.7.0", "@astrojs/sitemap": "^3.1.6", - "@astrojs/starlight": "^0.24.4", + "@astrojs/starlight": "^0.24.5", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "@astrojs/vercel": "^7.7.2", @@ -331,9 +331,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.24.4", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.24.4.tgz", - "integrity": "sha512-rED8LPQwsXlgclfdHO+okUGcirof1prrxZLuKWp380xC/T7u2qQ5b1gnKqpM+92x+vhs8GYT7mHGKz9VctwdUg==", + "version": "0.24.5", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.24.5.tgz", + "integrity": "sha512-DDI8NpLzk+ReBudhAV09OhO5DxD+KN4Nnp3YlG6kwn/F8fmywNTNgY7VW67Z8aad+A/85OOiQOtq9wIFNRy3YA==", "dependencies": { "@astrojs/mdx": "^3.1.0", "@astrojs/sitemap": "^3.1.5", diff --git a/package.json b/package.json index 0da61c7..f378b90 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/check": "^0.7.0", "@astrojs/sitemap": "^3.1.6", - "@astrojs/starlight": "^0.24.4", + "@astrojs/starlight": "^0.24.5", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "@astrojs/vercel": "^7.7.2",