From 5dac17795ffcda2701ad61853aa9c3e23a0862d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 14:17:13 +0000 Subject: [PATCH] chore(deps): bump astro-breadcrumbs from 3.3.3 to 3.4.0 Bumps [astro-breadcrumbs](https://github.com/felix-berlin/astro-breadcrumbs) from 3.3.3 to 3.4.0. - [Release notes](https://github.com/felix-berlin/astro-breadcrumbs/releases) - [Changelog](https://github.com/felix-berlin/astro-breadcrumbs/blob/main/CHANGELOG.md) - [Commits](https://github.com/felix-berlin/astro-breadcrumbs/compare/v3.3.3...v3.4.0) --- updated-dependencies: - dependency-name: astro-breadcrumbs dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++--------- package.json | 2 +- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16a99f1..f915db5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/starlight": "^0.37.7", "astro": "^5.18.0", - "astro-breadcrumbs": "^3.3.3", + "astro-breadcrumbs": "^3.4.0", "sharp": "^0.34.5", "starlight-changelogs": "^0.4.0", "starlight-github-alerts": "^0.1.1", @@ -1990,9 +1990,9 @@ } }, "node_modules/astro-breadcrumbs": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/astro-breadcrumbs/-/astro-breadcrumbs-3.3.3.tgz", - "integrity": "sha512-Fs1EGNQWwDXGwWd4aGhLhUUPik0GcxqjgGMS8yLve2DeMO1JNb1j/Oz81VIo4xzx9H9b987T+pJYJ7x+ojxGFw==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/astro-breadcrumbs/-/astro-breadcrumbs-3.4.0.tgz", + "integrity": "sha512-p8HHKqGXFQ6f4Na10FYdznYLYiYUDk1ZenGr2bzYE+eevwvCicbNQnvA3vlFz7EgqL2AAljb/CLjAhWYBHfdBA==", "funding": [ { "type": "GitHub Sponsors", @@ -2012,12 +2012,8 @@ } ], "license": "GPL-3.0", - "workspaces": [ - "demo", - "docs" - ], "peerDependencies": { - "astro": "^2.0.0-beta.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" + "astro": "^2.0.0-beta.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" } }, "node_modules/astro-expressive-code": { diff --git a/package.json b/package.json index b017817..74c21df 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/starlight": "^0.37.7", "astro": "^5.18.0", - "astro-breadcrumbs": "^3.3.3", + "astro-breadcrumbs": "^3.4.0", "sharp": "^0.34.5", "starlight-changelogs": "^0.4.0", "starlight-github-alerts": "^0.1.1",