build(deps): bump the starlight_astro group with 2 updates (#7517)

Bumps the starlight_astro group with 2 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [starlight-links-validator](https://github.com/HiDeoo/starlight-links-validator/tree/HEAD/packages/starlight-links-validator).


Updates `astro` from 5.1.9 to 5.2.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.2.3/packages/astro)

Updates `starlight-links-validator` from 0.14.1 to 0.14.2
- [Release notes](https://github.com/HiDeoo/starlight-links-validator/releases)
- [Changelog](https://github.com/HiDeoo/starlight-links-validator/blob/main/packages/starlight-links-validator/CHANGELOG.md)
- [Commits](https://github.com/HiDeoo/starlight-links-validator/commits/starlight-links-validator@0.14.2/packages/starlight-links-validator)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: starlight_astro
- dependency-name: starlight-links-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: starlight_astro
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-02-03 12:15:23 +02:00 committed by GitHub
parent 618398f72c
commit 173934c2a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 202 additions and 231 deletions

View file

@ -22,13 +22,13 @@
"@astrojs/starlight": "0.31.1",
"@expressive-code/plugin-line-numbers": "0.40.1",
"@types/node": "20.16.10",
"astro": "5.1.9",
"astro": "5.2.3",
"astro-embed": "0.9.0",
"playwright": "1.50.0",
"playwright-ctrf-json-reporter": "0.0.18",
"rehype-external-links": "3.0.0",
"sharp": "0.33.5",
"starlight-links-validator": "0.14.1",
"starlight-links-validator": "0.14.2",
"starlight-sidebar-topics": "0.3.0",
"typescript": "5.7.3"
},