diff --git a/package-lock.json b/package-lock.json index e09bef4..e0d05dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "enterprise-firefox-admin-docs", "version": "0.0.1", "dependencies": { - "@astrojs/starlight": "^0.39.2", + "@astrojs/starlight": "^0.39.3", "astro": "^6.4.2", "astro-breadcrumbs": "^3.4.0", "sharp": "^0.34.5", @@ -112,9 +112,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", @@ -137,7 +137,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 d05df43..730e4b8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.39.2", + "@astrojs/starlight": "^0.39.3", "astro": "^6.4.2", "astro-breadcrumbs": "^3.4.0", "sharp": "^0.34.5",