From 3d9118dfc8026ec91457ca0c70bd00f079eeeafd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 16:23:19 +0000 Subject: [PATCH] chore(website): update dependency astro to v5.14.1 --- site/package-lock.json | 8 ++++---- site/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index f5d545cbc84..3afd3e3f2ea 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@astrojs/starlight": "0.36.0", "@bugsnag/js": "8.6.0", - "astro": "5.13.11", + "astro": "5.14.1", "markdown-magic": "2.6.1", "sharp": "0.34.4", "strip-ansi": "7.1.2" @@ -3218,9 +3218,9 @@ } }, "node_modules/astro": { - "version": "5.13.11", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.13.11.tgz", - "integrity": "sha512-qKB+95GtyJSwVn5TDi31FTIcsohzA/nLhyATWn5VWqok1VLzZvm/1KHCk4tNElSrAQ5BisxUIMZWTh+B4X2JvQ==", + "version": "5.14.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.14.1.tgz", + "integrity": "sha512-gPa8NY7/lP8j8g81iy8UwANF3+aukKRWS68IlthZQNgykpg80ne6lbHOp6FErYycxQ1TUhgEfkXVDQZAoJx8Bg==", "license": "MIT", "peer": true, "dependencies": { diff --git a/site/package.json b/site/package.json index 637fc6c6cd2..40c521f4708 100644 --- a/site/package.json +++ b/site/package.json @@ -18,7 +18,7 @@ "dependencies": { "@astrojs/starlight": "0.36.0", "@bugsnag/js": "8.6.0", - "astro": "5.13.11", + "astro": "5.14.1", "markdown-magic": "2.6.1", "sharp": "0.34.4", "strip-ansi": "7.1.2"