From b466ce3ca01932fef5e2ed78ee9fe9c58995b400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:03:27 +0000 Subject: [PATCH] [Docs Site] Bump @astrojs/starlight from 0.29.2 to 0.29.3 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.29.2 to 0.29.3. - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.29.3/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3fb80346f4731c..3865f67fb5d3db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/react": "^3.6.3", "@astrojs/rss": "^4.0.10", "@astrojs/sitemap": "^3.2.1", - "@astrojs/starlight": "^0.29.2", + "@astrojs/starlight": "^0.29.3", "@astrojs/starlight-docsearch": "^0.3.0", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.3", @@ -752,15 +752,16 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.29.2", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.29.2.tgz", - "integrity": "sha512-xv9AhWkP3fxCB6EF6MlT4yEbxzye3aMSbuVbFEGbQh8G/w1MPhdNCnQakIHpmIwwyxwG9cW3mQdAZum4oOO39w==", + "version": "0.29.3", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.29.3.tgz", + "integrity": "sha512-dzKuGBA7sodGV2dCzpby6UKMx/4b7WrhcYDYlhfX5Ntxh8DCdGU1hIu8jHso/LeFv/jNAfi7m6C7+w/PNSYRgA==", "dev": true, "dependencies": { "@astrojs/mdx": "^3.1.3", "@astrojs/sitemap": "^3.1.6", "@pagefind/default-ui": "^1.0.3", "@types/hast": "^3.0.4", + "@types/js-yaml": "^4.0.9", "@types/mdast": "^4.0.4", "astro-expressive-code": "^0.38.3", "bcp-47": "^2.1.0", @@ -4426,6 +4427,12 @@ "integrity": "sha512-/uRaY3HGPWyLqOyhgvW9Aa43BNnLZrNeQxl2p8wqId4UHMfPKolSB+U7BlZyO1ng7MkLnyEAItsBzCG0SDhqrA==", "dev": true }, + "node_modules/@types/js-yaml": { + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz", + "integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==", + "dev": true + }, "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", diff --git a/package.json b/package.json index 6df8d24a25a045..9cc0ed421b3f2c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@astrojs/react": "^3.6.3", "@astrojs/rss": "^4.0.10", "@astrojs/sitemap": "^3.2.1", - "@astrojs/starlight": "^0.29.2", + "@astrojs/starlight": "^0.29.3", "@astrojs/starlight-docsearch": "^0.3.0", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.3",