From 6cd0567c2730dd99d18f90e62328c3834478ad52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 17:45:18 +0000 Subject: [PATCH] fix(deps): update astro --- package-lock.json | 24 ++++++++++++------------ package.json | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac3bae1..c0f796e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,8 +8,8 @@ "name": "api-specs-astro", "version": "0.0.1", "dependencies": { - "@astrojs/starlight": "^0.36.1", - "astro": "^5.15.1", + "@astrojs/starlight": "^0.36.2", + "astro": "^5.15.3", "astro-auto-import": "^0.4.5", "remark-definition-list": "^2.0.0", "sharp": "^0.34.4", @@ -119,9 +119,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", "peer": true, "dependencies": { @@ -1892,9 +1892,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", "peer": true, "dependencies": { @@ -1952,7 +1952,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", @@ -5973,9 +5973,9 @@ } }, "node_modules/vite": { - "version": "6.3.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.6.tgz", - "integrity": "sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", + "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", "license": "MIT", "peer": true, "dependencies": { diff --git a/package.json b/package.json index bdfad52..6b034dc 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "preview": "astro preview", "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.36.1", - "astro": "^5.15.1", + "@astrojs/starlight": "^0.36.2", + "astro": "^5.15.3", "astro-auto-import": "^0.4.5", "remark-definition-list": "^2.0.0", "sharp": "^0.34.4",