diff --git a/website/package-lock.json b/website/package-lock.json index bd7766cbc..e1500e8ac 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -9,8 +9,8 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@astrojs/starlight": "^0.36.3", - "astro": "^5.16.1", + "@astrojs/starlight": "^0.37.0", + "astro": "^5.16.3", "sharp": "^0.34.5", "starlight-llms-txt": "^0.6.0" }, @@ -117,9 +117,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.36.3", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.36.3.tgz", - "integrity": "sha512-5cm4QVQHUP6ZE52O43TtUpsTvLKdZa9XEs4l3suzuY7Ymsbz4ojtoL9NhistbMqM+/qk6fm6SmxbOL6hQ/LfNA==", + "version": "0.37.0", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.0.tgz", + "integrity": "sha512-1AlaEjYYRO+5o6P5maPUBQZr6Q3wtuhMQTmsDQExI07wJVwe7EC2wGhXnFo+jpCjwHv/Bdg33PQheY4UhMj01g==", "license": "MIT", "peer": true, "dependencies": { @@ -139,6 +139,7 @@ "i18next": "^23.11.5", "js-yaml": "^4.1.0", "klona": "^2.0.6", + "magic-string": "^0.30.17", "mdast-util-directive": "^3.0.0", "mdast-util-to-markdown": "^2.1.0", "mdast-util-to-string": "^4.0.0", @@ -2134,9 +2135,9 @@ } }, "node_modules/astro": { - "version": "5.16.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.1.tgz", - "integrity": "sha512-fkEP3Qi7QlVL4ncyecLRzi+eZx/2RByNApjyw7n5kMhkF9vCYuOZBBm7EbdYM3vrCirSqvSn19C03vjhvKRa6A==", + "version": "5.16.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.3.tgz", + "integrity": "sha512-KzDk41F9Dspf5fM/Ls4XZhV4/csjJcWBrlenbnp5V3NGwU1zEaJz/HIyrdKdf5yw+FgwCeD2+Yos1Xkx9gnI0A==", "license": "MIT", "peer": true, "dependencies": { diff --git a/website/package.json b/website/package.json index 3da5641b3..266953af6 100644 --- a/website/package.json +++ b/website/package.json @@ -25,8 +25,8 @@ "stylelint": "npx stylelint@latest \"src/*.css\" --fix -f verbose" }, "dependencies": { - "@astrojs/starlight": "^0.36.3", - "astro": "^5.16.1", + "@astrojs/starlight": "^0.37.0", + "astro": "^5.16.3", "sharp": "^0.34.5", "starlight-llms-txt": "^0.6.0" },