From ca9745444f88aedce3007ee94695e363f6cc6ed9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 05:58:32 +0000 Subject: [PATCH] chore(deps): bump the dependencies group in /website with 2 updates Bumps the dependencies group in /website with 2 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [starlight-llms-txt](https://github.com/delucis/starlight-llms-txt/tree/HEAD/packages/starlight-llms-txt). Updates `astro` from 5.12.8 to 5.12.9 - [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.12.9/packages/astro) Updates `starlight-llms-txt` from 0.5.1 to 0.6.0 - [Release notes](https://github.com/delucis/starlight-llms-txt/releases) - [Changelog](https://github.com/delucis/starlight-llms-txt/blob/main/packages/starlight-llms-txt/CHANGELOG.md) - [Commits](https://github.com/delucis/starlight-llms-txt/commits/starlight-llms-txt@0.6.0/packages/starlight-llms-txt) --- updated-dependencies: - dependency-name: astro dependency-version: 5.12.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: starlight-llms-txt dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 16 ++++++++-------- website/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index df1f7916f..a1ca140ac 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -10,9 +10,9 @@ "license": "MIT", "dependencies": { "@astrojs/starlight": "^0.35.2", - "astro": "^5.12.8", + "astro": "^5.12.9", "sharp": "^0.34.3", - "starlight-llms-txt": "^0.5.1" + "starlight-llms-txt": "^0.6.0" }, "devDependencies": { "stylelint-config-recommended": "^17.0.0" @@ -2079,9 +2079,9 @@ } }, "node_modules/astro": { - "version": "5.12.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.12.8.tgz", - "integrity": "sha512-KkJ7FR+c2SyZYlpakm48XBiuQcRsrVtdjG5LN5an0givI/tLik+ePJ4/g3qrAVhYMjJOxBA2YgFQxANPiWB+Mw==", + "version": "5.12.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.12.9.tgz", + "integrity": "sha512-cZ7kZ61jyE5nwSrFKSRyf5Gds+uJELqQxJFqMkcgiWQvhWZJUSShn8Uz3yc9WLyLw5Kim5P5un9SkJSGogfEZQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", @@ -7044,9 +7044,9 @@ } }, "node_modules/starlight-llms-txt": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/starlight-llms-txt/-/starlight-llms-txt-0.5.1.tgz", - "integrity": "sha512-EPhTZ7jOhMxp6BBSpYNWuaJezzI+4eRgkwlFGV/XNNGSjNibo9JHrCvCbJO6BDk4znXcTWi0x8N7FO7ckNXLGQ==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/starlight-llms-txt/-/starlight-llms-txt-0.6.0.tgz", + "integrity": "sha512-mKkRPlGZ+kKJlnclXkW3s+RSVF/10Ct2BsQ4dYDaK8j4h/L55WbZCds1PsqQiLYPrDp7wIN6gm7LYsrUlGaBjQ==", "license": "MIT", "dependencies": { "@astrojs/mdx": "^4.0.5", diff --git a/website/package.json b/website/package.json index c78aae18f..3f8ad81e2 100644 --- a/website/package.json +++ b/website/package.json @@ -26,9 +26,9 @@ }, "dependencies": { "@astrojs/starlight": "^0.35.2", - "astro": "^5.12.8", + "astro": "^5.12.9", "sharp": "^0.34.3", - "starlight-llms-txt": "^0.5.1" + "starlight-llms-txt": "^0.6.0" }, "devDependencies": { "stylelint-config-recommended": "^17.0.0"