node-notifier@10.0.1 (current latest) still declares:
"dependencies": {
"uuid": "^8.3.2"
}
uuid@8.3.2 is affected by GHSA-w5hq-g745-h8pq (missing buffer bounds check in v3/v5/v6 when a buf is provided). The fix landed in uuid@11.1.1 — there is no patched release on the 8.x line, so this needs a major-version bump of the uuid dependency, not just a patch-range widen.
Any consumer of node-notifier currently has to carry a manual uuid override to clear this from npm audit/bun audit/yarn audit. Could the uuid dependency be bumped to ^11.1.1? Happy to open a PR if that's useful — wanted to check whether this is already tracked internally first.
node-notifier@10.0.1(current latest) still declares:uuid@8.3.2is affected by GHSA-w5hq-g745-h8pq (missing buffer bounds check in v3/v5/v6 when abufis provided). The fix landed inuuid@11.1.1— there is no patched release on the 8.x line, so this needs a major-version bump of theuuiddependency, not just a patch-range widen.Any consumer of
node-notifiercurrently has to carry a manualuuidoverride to clear this fromnpm audit/bun audit/yarn audit. Could theuuiddependency be bumped to^11.1.1? Happy to open a PR if that's useful — wanted to check whether this is already tracked internally first.