diff --git a/docs-site/package-lock.json b/docs-site/package-lock.json index a715077d..01d5d00c 100644 --- a/docs-site/package-lock.json +++ b/docs-site/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@astrojs/check": "0.9.9", - "@astrojs/starlight": "0.41.1", + "@astrojs/starlight": "0.41.2", "astro": "7.0.4", "starlight-page-actions": "0.6.2", "typescript": "6.0.3" @@ -376,9 +376,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.41.1", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.41.1.tgz", - "integrity": "sha512-avf2OmrVg6GdVU18juebjjIIuLa+uS3syHuJ/3yDaEFP/8it+YvcxRrYDSf7K6rC4v770UxIddba2hAqQyTeYA==", + "version": "0.41.2", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.41.2.tgz", + "integrity": "sha512-1h9AhFW5uWgqEoTqOVLMnXvawa0TaqLSr14UyTbnArQL6W0TolTfMWpG5hrvbw+NO6wwdSOFz5iwhVtkGUBtsw==", "license": "MIT", "dependencies": { "@astrojs/markdown-satteri": "^0.3.2", diff --git a/docs-site/package.json b/docs-site/package.json index 5b159573..e65a1755 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@astrojs/check": "0.9.9", - "@astrojs/starlight": "0.41.1", + "@astrojs/starlight": "0.41.2", "astro": "7.0.4", "starlight-page-actions": "0.6.2", "typescript": "6.0.3"