diff --git a/package-lock.json b/package-lock.json index d3c2643..dc72b89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@astrojs/check": "^0.5.10", "@astrojs/sitemap": "^3.1.4", - "@astrojs/starlight": "^0.22.1", + "@astrojs/starlight": "^0.22.2", "@astrojs/starlight-tailwind": "^2.0.2", "@astrojs/tailwind": "^5.1.0", "@astrojs/vercel": "^7.6.0", @@ -204,9 +204,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.22.1", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.22.1.tgz", - "integrity": "sha512-RATQZ4AVr78K30rupsNGTC+JLtHNimHpBtbslzC1bPoaG/TetTi6iUX8dQhHARKstq6sSBatYkZJcX3CGgzS2w==", + "version": "0.22.2", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.22.2.tgz", + "integrity": "sha512-z9OR6ChDKIqaw8P9Xer0u7mG33icnszBhqi28BAb1zDt21yHgOjXcGbP73T+3bzG1aWdZD85/4WmktufzD1DPA==", "dependencies": { "@astrojs/mdx": "^2.1.1", "@astrojs/sitemap": "^3.0.5", diff --git a/package.json b/package.json index e08935d..c211c4e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/check": "^0.5.10", "@astrojs/sitemap": "^3.1.4", - "@astrojs/starlight": "^0.22.1", + "@astrojs/starlight": "^0.22.2", "@astrojs/starlight-tailwind": "^2.0.2", "@astrojs/tailwind": "^5.1.0", "@astrojs/vercel": "^7.6.0",