From 08d0ed89299f6691b4f06697284a03f9f32499b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 11:44:50 +0000 Subject: [PATCH] chore(deps): bump the dependencies group in /website with 2 updates Bumps the dependencies group in /website with 2 updates: [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `@astrojs/starlight` from 0.34.5 to 0.34.6 - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.34.6/packages/starlight) Updates `astro` from 5.11.0 to 5.11.1 - [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.1/packages/astro) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.34.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: astro dependency-version: 5.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 17 +++++++++-------- website/package.json | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index f503de1d8..b93e953ab 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -9,8 +9,8 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@astrojs/starlight": "^0.34.5", - "astro": "^5.11.0", + "@astrojs/starlight": "^0.34.6", + "astro": "^5.11.1", "sharp": "^0.34.3", "starlight-llms-txt": "^0.5.1" }, @@ -117,9 +117,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.34.5", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.34.5.tgz", - "integrity": "sha512-Pkojl6csiP+RKwBwIeS4YnnFNrBUT/4r8+bJo+zJpPlGYRx3X7+ZEOvCrWwsj7D9WLMorLbyoLD6u9SG0COfXQ==", + "version": "0.34.6", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.34.6.tgz", + "integrity": "sha512-cVwZFu7A8Ki1u2d0rTvQwz3zrU6dWk09h40DAOl0IgKFYNPFIAGe04CQ2Zq07sxnxqBRbjkrsFd7X6Lv6WXunw==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^6.3.1", @@ -2082,9 +2082,10 @@ } }, "node_modules/astro": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.0.tgz", - "integrity": "sha512-MEICntERthUxJPSSDsDiZuwiCMrsaYy3fnDhp4c6ScUfldCB8RBnB/myYdpTFXpwYBy6SgVsHQ1H4MuuA7ro/Q==", + "version": "5.11.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.1.tgz", + "integrity": "sha512-32dpUh0tXSV/FR2q2/z7LOA6IXl7RqET9J51IA0pPSSi3exhRP3EOSQGjBq10DzXT7VrvplDrFqwfiiWBS8oYA==", + "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", "@astrojs/internal-helpers": "0.6.1", diff --git a/website/package.json b/website/package.json index 965da6275..fc7de8ddd 100644 --- a/website/package.json +++ b/website/package.json @@ -25,8 +25,8 @@ "stylelint": "npx stylelint@latest \"src/*.css\" --fix -f verbose" }, "dependencies": { - "@astrojs/starlight": "^0.34.5", - "astro": "^5.11.0", + "@astrojs/starlight": "^0.34.6", + "astro": "^5.11.1", "sharp": "^0.34.3", "starlight-llms-txt": "^0.5.1" },