diff --git a/package-lock.json b/package-lock.json index c42b0dd..1c90c5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@astrojs/check": "^0.5.10", "@astrojs/sitemap": "^3.1.2", - "@astrojs/starlight": "^0.21.2", + "@astrojs/starlight": "^0.21.3", "@astrojs/starlight-tailwind": "^2.0.1", "@astrojs/tailwind": "^5.1.0", "@astrojs/vercel": "^7.5.0", @@ -202,9 +202,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.21.2", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.21.2.tgz", - "integrity": "sha512-ziDfrbhBjw/+HwMITk6yz7SbkQKQJZY9GlaPHntSPq4kYs+b2ru3toIxj2l3T9LUFtUpNWHkj+C1wJTmfLZfaw==", + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.21.3.tgz", + "integrity": "sha512-SvIKB8ECR+RhYdTg3bKsTL2e5Yac75eTatfOMGjkp3ced9Bx34xXMSURuKx/AHBWo1X/+WoWzKT3Y3d2y7kkVg==", "dependencies": { "@astrojs/mdx": "^2.1.1", "@astrojs/sitemap": "^3.0.5", diff --git a/package.json b/package.json index ec076dc..bf165a5 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/check": "^0.5.10", "@astrojs/sitemap": "^3.1.2", - "@astrojs/starlight": "^0.21.2", + "@astrojs/starlight": "^0.21.3", "@astrojs/starlight-tailwind": "^2.0.1", "@astrojs/tailwind": "^5.1.0", "@astrojs/vercel": "^7.5.0",