diff --git a/website/package-lock.json b/website/package-lock.json index ebc615895..ab10041a3 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.37.4", - "astro": "^5.16.15", + "@astrojs/starlight": "^0.37.5", + "astro": "^5.17.1", "sharp": "^0.34.5", "starlight-llms-txt": "^0.7.0" }, @@ -117,9 +117,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.37.4", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.4.tgz", - "integrity": "sha512-ygPGDgRd9nCcNgaYMNN7UeAMAkDOR1ibv3ps3xEz+cuvKG3CRLd19UwdB+Gyz1tbkyfjPWPkFKNhLwNybro8Tw==", + "version": "0.37.5", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.37.5.tgz", + "integrity": "sha512-+pC2pgy0iR9Ucl1P4CE0jyfsoNKcUSB2RIoBwm4UnyyhtlaEjoSU7MZwa5IJkzS9sBgIbLbLgYVbkC4tHN8rkQ==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^6.3.1", @@ -2183,9 +2183,9 @@ } }, "node_modules/astro": { - "version": "5.16.15", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.15.tgz", - "integrity": "sha512-+X1Z0NTi2pa5a0Te6h77Dgc44fYj63j1yx6+39Nvg05lExajxSq7b1Uj/gtY45zoum8fD0+h0nak+DnHighs3A==", + "version": "5.17.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.17.1.tgz", + "integrity": "sha512-oD3tlxTaVWGq/Wfbqk6gxzVRz98xa/rYlpe+gU2jXJMSD01k6sEDL01ZlT8mVSYB/rMgnvIOfiQQ3BbLdN237A==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.13.0", diff --git a/website/package.json b/website/package.json index 0a3e93da0..bcc36c8d3 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.37.4", - "astro": "^5.16.15", + "@astrojs/starlight": "^0.37.5", + "astro": "^5.17.1", "sharp": "^0.34.5", "starlight-llms-txt": "^0.7.0" },