From 761dab3f8ae6edaa629da714096ceba2f97d12b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:11:19 +0000 Subject: [PATCH] Bump @astrojs/starlight from 0.25.0 to 0.25.1 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.25.0 to 0.25.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.25.1/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 45d265a..a7e44fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@astrojs/check": "^0.8.1", "@astrojs/sitemap": "^3.1.6", - "@astrojs/starlight": "^0.25.0", + "@astrojs/starlight": "^0.25.1", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "@astrojs/vercel": "^7.7.2", @@ -332,9 +332,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.25.0.tgz", - "integrity": "sha512-1T317AsdmMa+EP0tAPZY84G/9Ez79/8G6fHBaUr994GZSaptpr45vlyxyWtxlgIbdlio2EhKaXay4RVqqUKqXw==", + "version": "0.25.1", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.25.1.tgz", + "integrity": "sha512-tniE870QpwDs7stJk/qb1LwE78761Fi77qF/UsWedDU90gC6gPjGOHNrbQYUABAmkQ63t3/Jpq9/kmS6sfHT0g==", "dependencies": { "@astrojs/mdx": "^3.1.0", "@astrojs/sitemap": "^3.1.5", diff --git a/package.json b/package.json index 60ec8dc..46e7be8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/check": "^0.8.1", "@astrojs/sitemap": "^3.1.6", - "@astrojs/starlight": "^0.25.0", + "@astrojs/starlight": "^0.25.1", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "@astrojs/vercel": "^7.7.2",