From 6b8fcb6650c1ddecb9ce7605bfb0d116949a5636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:34:25 +0000 Subject: [PATCH] Bump @astrojs/starlight from 0.24.2 to 0.24.4 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.24.2 to 0.24.4. - [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.4/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 | 13 ++++--------- package.json | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index d3d581f..d40e02f 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.2", + "@astrojs/starlight": "^0.24.4", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "@astrojs/vercel": "^7.7.2", @@ -85,11 +85,6 @@ "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.8.1.tgz", "integrity": "sha512-NGfPAgU/9rvDEwsXu82RI1AxiivaxtEYBK9saW1f+2fTHUUqCJQ27HYtb2akG2QxCmFikgZ9zk26BEWgiHho1Q==" }, - "node_modules/@astrojs/internal-helpers": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.4.0.tgz", - "integrity": "sha512-6B13lz5n6BrbTqCTwhXjJXuR1sqiX/H6rTxzlXx+lN1NnV4jgnq/KJldCQaUWJzPL5SiWahQyinxAbxQtwgPHA==" - }, "node_modules/@astrojs/language-server": { "version": "2.10.0", "resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.10.0.tgz", @@ -336,9 +331,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.24.2.tgz", - "integrity": "sha512-hXFVBHcr2a4UwX5GDCNQEZsRXdgVlNzZ7txpI2jlMvtzbgfoLEGOHjaHpB5QTW/OCrRAMjcx9Zx0HxRliohaxQ==", + "version": "0.24.4", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.24.4.tgz", + "integrity": "sha512-rED8LPQwsXlgclfdHO+okUGcirof1prrxZLuKWp380xC/T7u2qQ5b1gnKqpM+92x+vhs8GYT7mHGKz9VctwdUg==", "dependencies": { "@astrojs/mdx": "^3.1.0", "@astrojs/sitemap": "^3.1.5", diff --git a/package.json b/package.json index e8cf2d6..0da61c7 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.2", + "@astrojs/starlight": "^0.24.4", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "@astrojs/vercel": "^7.7.2",