From c5ab4d3522e8b217da7f6dd298ebd34115bd0f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 08:01:10 +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.11.1 to 5.11.2 - [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.11.2/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.11.2 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 1418cb040..8f3050069 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@astrojs/starlight": "^0.35.0", - "astro": "^5.11.1", + "astro": "^5.11.2", "sharp": "^0.34.3", "starlight-llms-txt": "^0.5.1" }, @@ -2082,9 +2082,9 @@ } }, "node_modules/astro": { - "version": "5.11.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.1.tgz", - "integrity": "sha512-32dpUh0tXSV/FR2q2/z7LOA6IXl7RqET9J51IA0pPSSi3exhRP3EOSQGjBq10DzXT7VrvplDrFqwfiiWBS8oYA==", + "version": "5.11.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.2.tgz", + "integrity": "sha512-jKJCqp0PMZ1ZpP2xySghsJ1xK7ZNh/ISTRNBf/7khY3iEGq/zup49ZMhNZXK5Cd/dFWP/pdBNHD91SByA42IvQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/website/package.json b/website/package.json index 8beecf80d..939c5fdba 100644 --- a/website/package.json +++ b/website/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.35.0", - "astro": "^5.11.1", + "astro": "^5.11.2", "sharp": "^0.34.3", "starlight-llms-txt": "^0.5.1" },