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",