Merge pull request #119 from mearashadowfax/dependabot/npm_and_yarn/astrojs/starlight-0.24.4

Bump @astrojs/starlight from 0.24.2 to 0.24.4
This commit is contained in:
Emil Gulamov 2024-06-24 22:37:48 +04:00 committed by GitHub
commit 85d13e8714
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",