diff --git a/package-lock.json b/package-lock.json index b73ad0b..001ad5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "ccpkg-docs", "dependencies": { - "@astrojs/starlight": "^0.41.3", + "@astrojs/starlight": "^0.41.4", "astro": "^7.0.6", "astro-mermaid": "^2.1.0" } @@ -340,9 +340,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/package.json b/package.json index 1c93a13..0d80af7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "astro": "^7.0.6", - "@astrojs/starlight": "^0.41.3", + "@astrojs/starlight": "^0.41.4", "astro-mermaid": "^2.1.0" } }