diff --git a/package-lock.json b/package-lock.json index 719e1674d195c45..beec1673bd2692a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/react": "4.2.0", "@astrojs/rss": "4.0.11", "@astrojs/sitemap": "3.2.1", - "@astrojs/starlight": "0.31.1", + "@astrojs/starlight": "0.32.1", "@astrojs/starlight-docsearch": "0.5.0", "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5", @@ -650,9 +650,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.31.1", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.31.1.tgz", - "integrity": "sha512-VIVkHugwgtEqJPiRH8+ouP0UqUfdmpBO9C64R+6QaQ2qmADNkI/BA3/YAJHTBZYlMQQGEEuLJwD9qpaUovi52Q==", + "version": "0.32.1", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.32.1.tgz", + "integrity": "sha512-+GPtDzi7wkbooHnMZqGjCoV0qwkYZAFSg3FhRm8jSXXSkLJcw4rgT6vnee/LuJhbVq9kvHVcevtgK8tTxy3Xeg==", "dev": true, "license": "MIT", "dependencies": { @@ -670,6 +670,7 @@ "hastscript": "^9.0.0", "i18next": "^23.11.5", "js-yaml": "^4.1.0", + "klona": "^2.0.6", "mdast-util-directive": "^3.0.0", "mdast-util-to-markdown": "^2.1.0", "mdast-util-to-string": "^4.0.0", @@ -11326,6 +11327,16 @@ "node": ">=6" } }, + "node_modules/klona": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", + "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, "node_modules/kolorist": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz", diff --git a/package.json b/package.json index b0af3853e8a5aac..4f65bf181501cef 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@astrojs/react": "4.2.0", "@astrojs/rss": "4.0.11", "@astrojs/sitemap": "3.2.1", - "@astrojs/starlight": "0.31.1", + "@astrojs/starlight": "0.32.1", "@astrojs/starlight-docsearch": "0.5.0", "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5",