diff --git a/website/package-lock.json b/website/package-lock.json index deaa5b57fc6..f5e7c117f20 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/sitemap": "3.2.1", - "@astrojs/starlight": "0.29.0", + "@astrojs/starlight": "0.29.2", "@astrojs/starlight-tailwind": "2.0.3", "@astrojs/tailwind": "5.1.2", "@playform/compress": "0.1.1", @@ -212,9 +212,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.29.0", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.29.0.tgz", - "integrity": "sha512-0HRr7LiI0XJUA5n0Mj5LPSLZtw80ttkL6eh824y6t/DCcvJzC6e+HRQZ0hIolU8jsEMc7Qs07mMQIvPTpX9KMg==", + "version": "0.29.2", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.29.2.tgz", + "integrity": "sha512-xv9AhWkP3fxCB6EF6MlT4yEbxzye3aMSbuVbFEGbQh8G/w1MPhdNCnQakIHpmIwwyxwG9cW3mQdAZum4oOO39w==", "license": "MIT", "dependencies": { "@astrojs/mdx": "^3.1.3", diff --git a/website/package.json b/website/package.json index 5812b2f9c9b..6b849e7c42d 100644 --- a/website/package.json +++ b/website/package.json @@ -19,7 +19,7 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/sitemap": "3.2.1", - "@astrojs/starlight": "0.29.0", + "@astrojs/starlight": "0.29.2", "@astrojs/starlight-tailwind": "2.0.3", "@astrojs/tailwind": "5.1.2", "@playform/compress": "0.1.1",