From 5245132e28a4b4bb71a60375d5307c94d38223fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 03:08:33 +0000 Subject: [PATCH] docs(deps): bump astro from 5.13.3 to 5.13.5 in /docs-site Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.13.3 to 5.13.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.13.5/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.13.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 c5afdf21..ad209e56 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.13.3", + "astro": "^5.13.5", "astro-mermaid": "^1.0.0" }, "devDependencies": { @@ -2238,9 +2238,9 @@ } }, "node_modules/astro": { - "version": "5.13.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.13.3.tgz", - "integrity": "sha512-V0mUOUK70UZ7xqXp5Noqse/SREU0P756KgFufBEluq5LkmBejzC2GENMUA2Na+PFwUjemElJtRlpKyrnKpFhSQ==", + "version": "5.13.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.13.5.tgz", + "integrity": "sha512-XmBzkl13XU97+n/QiOM5uXQdAVe0yKt5gO+Wlgc8dHRwHR499qhMQ5sMFckLJweUINLzcNGjP3F5nG4wV8a2XA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/docs-site/package.json b/docs-site/package.json index dc32071b..70d58b81 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.35.2", - "astro": "^5.13.3", + "astro": "^5.13.5", "astro-mermaid": "^1.0.0" }, "devDependencies": {