diff --git a/package-lock.json b/package-lock.json index 39405bc..a6f6294 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/starlight": "^0.41.3", "astro": "^7.1.4", - "astro-breadcrumbs": "^3.4.1", + "astro-breadcrumbs": "^3.4.2", "sharp": "^0.35.3", "starlight-changelogs": "^0.5.1", "starlight-github-alerts": "^0.4.0", @@ -2542,9 +2542,9 @@ } }, "node_modules/astro-breadcrumbs": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/astro-breadcrumbs/-/astro-breadcrumbs-3.4.1.tgz", - "integrity": "sha512-HWl3s9LNXVJhhIPvsmH7QPTLdqUZtoPLwObmsVUunCe8U2tII10zTV2J3/U+qanFj6sHSIufbZfNiBOIgzzPpw==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/astro-breadcrumbs/-/astro-breadcrumbs-3.4.2.tgz", + "integrity": "sha512-zKgHs0IGZkm6Wmu9lvu9NVRNpg9lPFh3njsKQ7FoKbK2uvy4qPZun7HTi4xT2Qww+hPhEC+gU7meoD7r32YBdw==", "funding": [ { "type": "GitHub Sponsors", diff --git a/package.json b/package.json index 8bc7649..1441a75 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/starlight": "^0.41.3", "astro": "^7.1.4", - "astro-breadcrumbs": "^3.4.1", + "astro-breadcrumbs": "^3.4.2", "sharp": "^0.35.3", "starlight-changelogs": "^0.5.1", "starlight-github-alerts": "^0.4.0",