diff --git a/docs-site/package-lock.json b/docs-site/package-lock.json index 0ba655fe..8cac3824 100644 --- a/docs-site/package-lock.json +++ b/docs-site/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@astrojs/starlight": "0.41.3", + "@astrojs/starlight": "0.41.4", "astro": "7.1.3", "starlight-page-actions": "0.7.0" }, @@ -398,9 +398,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.41.3", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.41.3.tgz", - "integrity": "sha512-8xsG6UpK581TJmtOc7/pnxHKEbP16rV06VLWaVa7FOyE/VEwnaHOsLtL+miifCEfuiuv0Wn+j8u3JSluRQesMQ==", + "version": "0.41.4", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.41.4.tgz", + "integrity": "sha512-cRCKZhM2BKYViCakBiN68aVwPn5qj/XtMMq//G54xOWdXXcvic1gMMEI+veNlIKOqqC4QmIjcjk4jiFtlZ3mMg==", "license": "MIT", "dependencies": { "@astrojs/markdown-satteri": "^0.3.2", diff --git a/docs-site/package.json b/docs-site/package.json index cf6f8f08..c01a11d4 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -8,7 +8,7 @@ "check": "astro check" }, "dependencies": { - "@astrojs/starlight": "0.41.3", + "@astrojs/starlight": "0.41.4", "astro": "7.1.3", "starlight-page-actions": "0.7.0" },