From d843dc243b8e4d96ae81c54b7e9cab4c6684237f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:39:28 +0000 Subject: [PATCH] Bump @astrojs/starlight from 0.21.3 to 0.21.4 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.21.3 to 0.21.4. - [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.21.4/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index b0a649f..258306e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@astrojs/check": "^0.5.10", "@astrojs/sitemap": "^3.1.2", - "@astrojs/starlight": "^0.21.3", + "@astrojs/starlight": "^0.21.4", "@astrojs/starlight-tailwind": "^2.0.1", "@astrojs/tailwind": "^5.1.0", "@astrojs/vercel": "^7.5.0", @@ -203,9 +203,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.21.3.tgz", - "integrity": "sha512-SvIKB8ECR+RhYdTg3bKsTL2e5Yac75eTatfOMGjkp3ced9Bx34xXMSURuKx/AHBWo1X/+WoWzKT3Y3d2y7kkVg==", + "version": "0.21.4", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.21.4.tgz", + "integrity": "sha512-n9K9WMYN9HtRsZ6u06yLXKMaLMo+a6ifDoBkP24S6EFOsgFUa4P9/t+xliDnNFTf3KGtm9YTdSUA3oI/2wq1eQ==", "dependencies": { "@astrojs/mdx": "^2.1.1", "@astrojs/sitemap": "^3.0.5", @@ -224,7 +224,6 @@ "rehype": "^13.0.1", "remark-directive": "^3.0.0", "unified": "^11.0.4", - "unist-util-remove": "^4.0.0", "unist-util-visit": "^5.0.0", "vfile": "^6.0.1" }, @@ -9865,20 +9864,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/unist-util-remove": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-4.0.0.tgz", - "integrity": "sha512-b4gokeGId57UVRX/eVKej5gXqGlc9+trkORhFJpu9raqZkZhU0zm8Doi05+HaiBsMEIJowL+2WtQ5ItjsngPXg==", - "dependencies": { - "@types/unist": "^3.0.0", - "unist-util-is": "^6.0.0", - "unist-util-visit-parents": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/unist-util-remove-position": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz", diff --git a/package.json b/package.json index d0b194d..1216a1c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/check": "^0.5.10", "@astrojs/sitemap": "^3.1.2", - "@astrojs/starlight": "^0.21.3", + "@astrojs/starlight": "^0.21.4", "@astrojs/starlight-tailwind": "^2.0.1", "@astrojs/tailwind": "^5.1.0", "@astrojs/vercel": "^7.5.0",