diff --git a/package-lock.json b/package-lock.json index c2df849..a5187f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/starlight": "^0.41.1", "astro": "^7.0.3", - "astro-breadcrumbs": "^3.4.0", + "astro-breadcrumbs": "^3.4.1", "sharp": "^0.35.2", "starlight-changelogs": "^0.5.0", "starlight-github-alerts": "^0.4.0", @@ -2526,9 +2526,9 @@ } }, "node_modules/astro-breadcrumbs": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/astro-breadcrumbs/-/astro-breadcrumbs-3.4.0.tgz", - "integrity": "sha512-p8HHKqGXFQ6f4Na10FYdznYLYiYUDk1ZenGr2bzYE+eevwvCicbNQnvA3vlFz7EgqL2AAljb/CLjAhWYBHfdBA==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/astro-breadcrumbs/-/astro-breadcrumbs-3.4.1.tgz", + "integrity": "sha512-HWl3s9LNXVJhhIPvsmH7QPTLdqUZtoPLwObmsVUunCe8U2tII10zTV2J3/U+qanFj6sHSIufbZfNiBOIgzzPpw==", "funding": [ { "type": "GitHub Sponsors", @@ -2549,7 +2549,7 @@ ], "license": "GPL-3.0", "peerDependencies": { - "astro": "^2.0.0-beta.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" + "astro": "^2.0.0-beta.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" } }, "node_modules/astro-expressive-code": { diff --git a/package.json b/package.json index 0a3dd55..48907d6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/starlight": "^0.41.1", "astro": "^7.0.3", - "astro-breadcrumbs": "^3.4.0", + "astro-breadcrumbs": "^3.4.1", "sharp": "^0.35.2", "starlight-changelogs": "^0.5.0", "starlight-github-alerts": "^0.4.0",