From 77e38ab04a676aa9cd872c814d64e80ee2357457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:14:23 +0000 Subject: [PATCH] chore(deps): bump starlight-github-alerts from 0.3.0 to 0.4.0 Bumps [starlight-github-alerts](https://github.com/HiDeoo/starlight-github-alerts/tree/HEAD/packages/starlight-github-alerts) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/HiDeoo/starlight-github-alerts/releases) - [Changelog](https://github.com/HiDeoo/starlight-github-alerts/blob/main/packages/starlight-github-alerts/CHANGELOG.md) - [Commits](https://github.com/HiDeoo/starlight-github-alerts/commits/starlight-github-alerts@0.4.0/packages/starlight-github-alerts) --- updated-dependencies: - dependency-name: starlight-github-alerts dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 24dba8b..c2df849 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "astro-breadcrumbs": "^3.4.0", "sharp": "^0.35.2", "starlight-changelogs": "^0.5.0", - "starlight-github-alerts": "^0.3.0", + "starlight-github-alerts": "^0.4.0", "starlight-links-validator": "^0.25.1" } }, @@ -6948,18 +6948,19 @@ } }, "node_modules/starlight-github-alerts": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/starlight-github-alerts/-/starlight-github-alerts-0.3.0.tgz", - "integrity": "sha512-KbyOvBmaTeywKobE+qUwmhsAFMmN9YD6e53QY4FcsZxXyC+xTSG61tHJU39dGivZQDKJl2aI4OeZa0IpB/3aDg==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/starlight-github-alerts/-/starlight-github-alerts-0.4.0.tgz", + "integrity": "sha512-YxyL1OKed12ZcvdgHXA2iZX21Cz9h0Ei7DuAzHym6nbt5St0V3/w2djjM+/z05ktp0fA3F+BkOgWc6je4BOf/w==", "license": "MIT", "dependencies": { + "satteri": "^0.9.3", "unist-util-visit": "^5.1.0" }, "engines": { "node": ">=22.12.0" }, "peerDependencies": { - "@astrojs/starlight": ">=0.40.0" + "@astrojs/starlight": ">=0.41.0" } }, "node_modules/starlight-links-validator": { diff --git a/package.json b/package.json index e143d26..0a3dd55 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "astro-breadcrumbs": "^3.4.0", "sharp": "^0.35.2", "starlight-changelogs": "^0.5.0", - "starlight-github-alerts": "^0.3.0", + "starlight-github-alerts": "^0.4.0", "starlight-links-validator": "^0.25.1" } }