From 9e3308a360fa486df8a22fad479f5a7f563fd9e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 06:06:18 +0000 Subject: [PATCH] docs(deps): bump astro from 5.15.3 to 5.15.5 in /docs-site Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.15.3 to 5.15.5. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.15.5/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.15.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs-site/package-lock.json | 8 ++++---- docs-site/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs-site/package-lock.json b/docs-site/package-lock.json index 7c494326..dfa274d8 100644 --- a/docs-site/package-lock.json +++ b/docs-site/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@astrojs/starlight": "^0.35.2", - "astro": "^5.15.3", + "astro": "^5.15.5", "astro-mermaid": "^1.0.0" }, "devDependencies": { @@ -2299,9 +2299,9 @@ } }, "node_modules/astro": { - "version": "5.15.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.3.tgz", - "integrity": "sha512-wUO/isJrcUoduRoKacKB9jpO6TxTlPV1zw8UqQx39jSNY7z9IxusJAiib3AiNvqK+dCWhqXx+OnExCCwELmcUw==", + "version": "5.15.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.5.tgz", + "integrity": "sha512-A56u4H6gFHEb0yRHcGTOADBb7jmEwfDjQpkqVV/Z+ZWlu6mYuwCrIcOUtZjNno0chrRKmOeZWDofW23ql18y3w==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/docs-site/package.json b/docs-site/package.json index 1c7b2915..5daddfc4 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.35.2", - "astro": "^5.15.3", + "astro": "^5.15.5", "astro-mermaid": "^1.0.0" }, "devDependencies": {