Bump @astrojs/starlight from 0.24.2 to 0.24.4

Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.24.2 to 0.24.4.
- [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.24.4/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-06-24 18:34:25 +00:00 committed by GitHub
parent 6e52c783d8
commit 6b8fcb6650
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

13
package-lock.json generated
View file

@ -9,7 +9,7 @@
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/starlight": "^0.24.2",
"@astrojs/starlight": "^0.24.4",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.2",
@ -85,11 +85,6 @@
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.8.1.tgz",
"integrity": "sha512-NGfPAgU/9rvDEwsXu82RI1AxiivaxtEYBK9saW1f+2fTHUUqCJQ27HYtb2akG2QxCmFikgZ9zk26BEWgiHho1Q=="
},
"node_modules/@astrojs/internal-helpers": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.4.0.tgz",
"integrity": "sha512-6B13lz5n6BrbTqCTwhXjJXuR1sqiX/H6rTxzlXx+lN1NnV4jgnq/KJldCQaUWJzPL5SiWahQyinxAbxQtwgPHA=="
},
"node_modules/@astrojs/language-server": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/@astrojs/language-server/-/language-server-2.10.0.tgz",
@ -336,9 +331,9 @@
}
},
"node_modules/@astrojs/starlight": {
"version": "0.24.2",
"resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.24.2.tgz",
"integrity": "sha512-hXFVBHcr2a4UwX5GDCNQEZsRXdgVlNzZ7txpI2jlMvtzbgfoLEGOHjaHpB5QTW/OCrRAMjcx9Zx0HxRliohaxQ==",
"version": "0.24.4",
"resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.24.4.tgz",
"integrity": "sha512-rED8LPQwsXlgclfdHO+okUGcirof1prrxZLuKWp380xC/T7u2qQ5b1gnKqpM+92x+vhs8GYT7mHGKz9VctwdUg==",
"dependencies": {
"@astrojs/mdx": "^3.1.0",
"@astrojs/sitemap": "^3.1.5",

View file

@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/starlight": "^0.24.2",
"@astrojs/starlight": "^0.24.4",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.2",