Bump @astrojs/starlight from 0.21.1 to 0.21.2

Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.21.1 to 0.21.2.
- [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.21.2/packages/starlight)

---
updated-dependencies:
- dependency-name: "@astrojs/starlight"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-25 17:10:19 +00:00 committed by GitHub
parent 2e8ebc817c
commit 09c756853a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -9,7 +9,7 @@
"dependencies": {
"@astrojs/check": "^0.5.9",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/starlight": "^0.21.1",
"@astrojs/starlight": "^0.21.2",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.6",
@ -200,9 +200,9 @@
}
},
"node_modules/@astrojs/starlight": {
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.21.1.tgz",
"integrity": "sha512-nQ5EwKnB3eI8jxQrbgzZJJcyxeIiL3GzsAhl//1fE541MlD+PKy53v1PsYPi/RILdjt1Pg39rf1fkJC/rhXRgw==",
"version": "0.21.2",
"resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.21.2.tgz",
"integrity": "sha512-ziDfrbhBjw/+HwMITk6yz7SbkQKQJZY9GlaPHntSPq4kYs+b2ru3toIxj2l3T9LUFtUpNWHkj+C1wJTmfLZfaw==",
"dependencies": {
"@astrojs/mdx": "^2.1.1",
"@astrojs/sitemap": "^3.0.5",

View file

@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/check": "^0.5.9",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/starlight": "^0.21.1",
"@astrojs/starlight": "^0.21.2",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.3.6",