diff --git a/website/package-lock.json b/website/package-lock.json index 58fd8c4a5c9..bd2456eeb50 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/sitemap": "3.2.1", - "@astrojs/starlight": "0.28.5", + "@astrojs/starlight": "0.28.6", "@astrojs/starlight-tailwind": "2.0.3", "@astrojs/tailwind": "5.1.2", "@playform/compress": "0.1.1", @@ -212,9 +212,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.28.5", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.28.5.tgz", - "integrity": "sha512-0+++CW69mC2M0unHiAGfSrL+hCL9fgYMdU3t979msLIMxQtkyr9ajm8AIaAEWMfvIL0H+GKuNTritu5PgE6vPQ==", + "version": "0.28.6", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.28.6.tgz", + "integrity": "sha512-lY+rbRMIVxDGiXhS4lBuVrU2jTUezEt4QeTxUTHxfj2tuKBwquG7Jg+alON6l+uaV+anbOkFb001MMXZF8X85w==", "license": "MIT", "dependencies": { "@astrojs/mdx": "^3.1.3", @@ -229,6 +229,7 @@ "hast-util-to-string": "^3.0.0", "hastscript": "^9.0.0", "i18next": "^23.11.5", + "js-yaml": "^4.1.0", "mdast-util-directive": "^3.0.0", "mdast-util-to-markdown": "^2.1.0", "mdast-util-to-string": "^4.0.0", diff --git a/website/package.json b/website/package.json index 7f7b0322583..3a221d2fe44 100644 --- a/website/package.json +++ b/website/package.json @@ -19,7 +19,7 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/sitemap": "3.2.1", - "@astrojs/starlight": "0.28.5", + "@astrojs/starlight": "0.28.6", "@astrojs/starlight-tailwind": "2.0.3", "@astrojs/tailwind": "5.1.2", "@playform/compress": "0.1.1",