From 2dc02df3ab68f46537d1aeb5253735671ceeca8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 06:42:28 +0000 Subject: [PATCH] chore(deps): bump astro in /website in the dependencies group Bumps the dependencies group in /website with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 5.13.2 to 5.13.3 - [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.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index d84764bd0..c6dea60c2 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@astrojs/starlight": "^0.35.2", - "astro": "^5.13.2", + "astro": "^5.13.3", "sharp": "^0.34.3", "starlight-llms-txt": "^0.6.0" }, @@ -2079,9 +2079,9 @@ } }, "node_modules/astro": { - "version": "5.13.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.13.2.tgz", - "integrity": "sha512-yjcXY0Ua3EwjpVd3GoUXa65HQ6qgmURBptA+M9GzE0oYvgfuyM7bIbH8IR/TWIbdefVUJR5b7nZ0oVnMytmyfQ==", + "version": "5.13.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.13.3.tgz", + "integrity": "sha512-V0mUOUK70UZ7xqXp5Noqse/SREU0P756KgFufBEluq5LkmBejzC2GENMUA2Na+PFwUjemElJtRlpKyrnKpFhSQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/website/package.json b/website/package.json index 8b9dbb772..7f0af6e83 100644 --- a/website/package.json +++ b/website/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.35.2", - "astro": "^5.13.2", + "astro": "^5.13.3", "sharp": "^0.34.3", "starlight-llms-txt": "^0.6.0" },