From 2276b9d4343145c58484c237245dc142c1ceefb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 11:53:45 +0000 Subject: [PATCH] Bump @astrojs/starlight from 0.39.2 to 0.39.3 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.39.2 to 0.39.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.39.3/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.39.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2afdbc47..7ccf5aef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "startlighttest", "version": "0.0.1", "dependencies": { - "@astrojs/starlight": "^0.39.2", + "@astrojs/starlight": "^0.39.3", "astro": "^6.4.4", "rehype-callouts": "^2.1.2", "remark-obsidian-callout": "^1.5.1", @@ -114,9 +114,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.39.2", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.39.2.tgz", - "integrity": "sha512-vlw+bwnjtf5buCTUtLU7JfV6D3knslxqnspr6LKs6hfRuFZiyr5hT44F7GyDqR9FKANUqFxnIzWM81F1k/kOUA==", + "version": "0.39.3", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.39.3.tgz", + "integrity": "sha512-uvAweA2DwhmLgFVfBT9NqG38Ey14k1ck3+y78XNJbceT1pMdzxCCX69RoBajb1QzTJviufsXzSc1xswgRxJfig==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^7.1.1", @@ -139,7 +139,7 @@ "mdast-util-directive": "^3.1.0", "mdast-util-to-markdown": "^2.1.2", "mdast-util-to-string": "^4.0.0", - "pagefind": "^1.3.0", + "pagefind": "^1.5.2", "rehype": "^13.0.2", "rehype-format": "^5.0.1", "remark-directive": "^4.0.0", diff --git a/package.json b/package.json index 10a147cd..14ab6b38 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "node": ">=24.0.0" }, "dependencies": { - "@astrojs/starlight": "^0.39.2", + "@astrojs/starlight": "^0.39.3", "astro": "^6.4.4", "rehype-callouts": "^2.1.2", "remark-obsidian-callout": "^1.5.1",