diff --git a/website/package-lock.json b/website/package-lock.json index e1647c85a..ea5049611 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.0", - "astro": "^5.14.4", + "@astrojs/starlight": "^0.36.2", + "astro": "^5.15.3", "sharp": "^0.34.4", "starlight-llms-txt": "^0.6.0" }, @@ -117,9 +117,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.36.0", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.36.0.tgz", - "integrity": "sha512-aVJVBfvFuE2avsMDhmRzn6I5GjDhUwIQFlu3qH9a1C0fNsPYDw2asxHQODAD7EfGiKGvvHCJgHb+9jbJ8lCfNQ==", + "version": "0.36.2", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.36.2.tgz", + "integrity": "sha512-QR8NfO7+7DR13kBikhQwAj3IAoptLLNs9DkyKko2M2l3PrqpcpVUnw1JBJ0msGDIwE6tBbua2UeBND48mkh03w==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^6.3.1", @@ -2105,9 +2105,9 @@ } }, "node_modules/astro": { - "version": "5.14.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.14.4.tgz", - "integrity": "sha512-yqgMAO2Whi9GmZkByyiPcG7CiiPr0Me0iBSorMa6M0g+wQk/ewnIqUyr7T/uFCPTQndoKwucnYFTrf0yfb0urw==", + "version": "5.15.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.3.tgz", + "integrity": "sha512-wUO/isJrcUoduRoKacKB9jpO6TxTlPV1zw8UqQx39jSNY7z9IxusJAiib3AiNvqK+dCWhqXx+OnExCCwELmcUw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", @@ -2142,7 +2142,6 @@ "http-cache-semantics": "^4.2.0", "import-meta-resolve": "^4.2.0", "js-yaml": "^4.1.0", - "kleur": "^4.1.5", "magic-string": "^0.30.18", "magicast": "^0.3.5", "mrmime": "^2.0.1", @@ -2150,6 +2149,7 @@ "p-limit": "^6.2.0", "p-queue": "^8.1.0", "package-manager-detector": "^1.3.0", + "picocolors": "^1.1.1", "picomatch": "^4.0.3", "prompts": "^2.4.2", "rehype": "^13.0.2", @@ -2164,7 +2164,7 @@ "unist-util-visit": "^5.0.0", "unstorage": "^1.17.0", "vfile": "^6.0.3", - "vite": "^6.3.6", + "vite": "^6.4.1", "vitefu": "^1.1.1", "xxhash-wasm": "^1.1.0", "yargs-parser": "^21.1.1", diff --git a/website/package.json b/website/package.json index cbf407cef..e707076fd 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.0", - "astro": "^5.14.4", + "@astrojs/starlight": "^0.36.2", + "astro": "^5.15.3", "sharp": "^0.34.4", "starlight-llms-txt": "^0.6.0" },