From 4671349cdc8ec97129e7929e13bbec91a7dd5382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:52:24 +0100 Subject: [PATCH] Bump @astrojs/starlight from 0.29.2 to 0.29.3 (#35) 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 15 ++++++++++----- package.json | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1126c40..4153c73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "har-fyi", "version": "0.0.1", "dependencies": { - "@astrojs/starlight": "^0.29.2", + "@astrojs/starlight": "^0.29.3", "astro": "^4.16.17" } }, @@ -115,15 +115,15 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.29.2", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.29.2.tgz", - "integrity": "sha512-xv9AhWkP3fxCB6EF6MlT4yEbxzye3aMSbuVbFEGbQh8G/w1MPhdNCnQakIHpmIwwyxwG9cW3mQdAZum4oOO39w==", - "license": "MIT", + "version": "0.29.3", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.29.3.tgz", + "integrity": "sha512-dzKuGBA7sodGV2dCzpby6UKMx/4b7WrhcYDYlhfX5Ntxh8DCdGU1hIu8jHso/LeFv/jNAfi7m6C7+w/PNSYRgA==", "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", @@ -1857,6 +1857,11 @@ "@types/unist": "*" } }, + "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==" + }, "node_modules/@types/mdast": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", diff --git a/package.json b/package.json index 996e722..b189504 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "update": "npx @astrojs/upgrade" }, "dependencies": { - "@astrojs/starlight": "^0.29.2", + "@astrojs/starlight": "^0.29.3", "astro": "^4.16.17" } }