Skip to content

fix(deps): update dependency @logtape/otel to v2.0.4#1338

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/logtape-otel-2.x
Open

fix(deps): update dependency @logtape/otel to v2.0.4#1338
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/logtape-otel-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2026

This PR contains the following updates:

Package Change Age Confidence
@logtape/otel (source) 2.0.22.0.4 age confidence

Release Notes

dahlia/logtape (@​logtape/otel)

v2.0.4

Compare Source

Released on February 26, 2026.

@​logtape/redaction
  • Fixed CREDIT_CARD_NUMBER_PATTERN to correctly match American Express-style
    credit card numbers (e.g., 1234-5678-901234) on Bun. The previous regex
    /(?:\d{4}-){3}\d{4}|(?:\d{4}-){2}\d{6}/g triggered a backtracking bug
    in Bun's regex engine where, after the first alternative partially consumed
    a common prefix and failed, the engine incorrectly started the second
    alternative from the failure position rather than from the original match
    position. The pattern has been rewritten as
    /(?:\d{4}-){2}(?:\d{4}-\d{4}|\d{6})/g to factor out the common prefix,
    which avoids the issue while preserving the same matching behavior.

Configuration

📅 Schedule: Branch creation - "on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/logtape-otel-2.x branch from 2dbc5a3 to 4d3223d Compare March 13, 2026 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants