From 1ca0472d3f3fb4c1f495beeff9afb9f79da336de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:16:13 +0000 Subject: [PATCH] chore(deps): update @astrojs/starlight to 0.28.3 --- 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 4fe32c8a..c8d020f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/sitemap": "3.2.0", - "@astrojs/starlight": "0.28.2", + "@astrojs/starlight": "0.28.3", "astro": "4.15.12", "prettier": "3.3.3", "sharp": "0.33.5", @@ -189,9 +189,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.28.2", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.28.2.tgz", - "integrity": "sha512-Q1/Ujl2EzWX71qwqdt/0KP3wOyX6Rvyzcep/zD3hRCtw/Vi2TReh4Q2wLwz7mnbuYU9H7YvBKYknbkmjC+K/0w==", + "version": "0.28.3", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.28.3.tgz", + "integrity": "sha512-GXXIPKSu5d50mLVtgI4jf6pb3FPQm8n4MI6ZXuQQqqnA0xg7PJQ76WFSVyrICeqM5fKABSqcBksp/glyEJes/A==", "license": "MIT", "dependencies": { "@astrojs/mdx": "^3.1.3", diff --git a/package.json b/package.json index 265b903a..a1d2c182 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/sitemap": "3.2.0", - "@astrojs/starlight": "0.28.2", + "@astrojs/starlight": "0.28.3", "astro": "4.15.12", "prettier": "3.3.3", "sharp": "0.33.5",