diff --git a/package-lock.json b/package-lock.json index d2822e98..1dc3b9ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "0.0.1", "dependencies": { "@astrojs/sitemap": "^3.6.0", - "@astrojs/starlight": "^0.36.1", - "astro": "^5.15.1", + "@astrojs/starlight": "^0.36.2", + "astro": "^5.15.3", "sharp": "^0.34.4" }, "devDependencies": { @@ -100,9 +100,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.36.1", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.36.1.tgz", - "integrity": "sha512-Fmt8mIsAIZN18Y4YQDI6p521GsYGe4hYxh9jWmz0pHBXnS5J7Na3TSXNya4eyIymCcKkuiKFbs7b/knsdGVYPg==", + "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", @@ -1080,9 +1080,9 @@ } }, "node_modules/astro": { - "version": "5.15.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.1.tgz", - "integrity": "sha512-VM679M1qxOjGo6q3vKYDNDddkALGgMopG93IwbEXd3Buc2xVLuuPj4HNziNugSbPQx5S6UReMp5uzw10EJN81A==", + "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", @@ -1139,7 +1139,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/package.json b/package.json index 39ff0743..e6ccda1d 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ }, "dependencies": { "@astrojs/sitemap": "^3.6.0", - "@astrojs/starlight": "^0.36.1", - "astro": "^5.15.1", + "@astrojs/starlight": "^0.36.2", + "astro": "^5.15.3", "sharp": "^0.34.4" }, "devDependencies": {