Skip to content

chore(deps): Update dependency braces to version 3.0.3 🌟#306

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/npm-braces-vulnerability
Open

chore(deps): Update dependency braces to version 3.0.3 🌟#306
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/npm-braces-vulnerability

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 6, 2024

This PR contains the following updates:

Package Change Age Confidence
braces 2.3.23.0.3 age confidence

Uncontrolled resource consumption in braces

CVE-2024-4068 / GHSA-grv7-fg5c-xmjg

More information

Details

The NPM package braces fails to limit the number of characters it can handle, which could lead to Memory Exhaustion. In lib/parse.js, if a malicious user sends "imbalanced braces" as input, the parsing will enter a loop, which will cause the program to start allocating heap memory without freeing it at any moment of the loop. Eventually, the JavaScript heap limit is reached, and the program will crash.

Severity

  • CVSS Score: 7.5 / 10 (High)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

micromatch/braces (braces)

v3.0.3

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.

Breaking Changes

  • The undocumented .makeRe method was removed
  • Require Node.js >= 8.3

Non-breaking changes

  • Caching was removed

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • ""
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR is behind base branch, 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/npm-braces-vulnerability branch from b41b908 to ea4182f Compare December 3, 2025 19:48
@renovate renovate Bot force-pushed the renovate/npm-braces-vulnerability branch from ea4182f to 5d106b6 Compare December 31, 2025 17:28
@renovate renovate Bot force-pushed the renovate/npm-braces-vulnerability branch from 5d106b6 to 743288a Compare January 8, 2026 16:47
@renovate renovate Bot force-pushed the renovate/npm-braces-vulnerability branch from 743288a to 3511e67 Compare January 19, 2026 15:58
@renovate renovate Bot force-pushed the renovate/npm-braces-vulnerability branch from 3511e67 to 3b5e928 Compare February 2, 2026 17:10
@renovate renovate Bot force-pushed the renovate/npm-braces-vulnerability branch from 3b5e928 to a59464b Compare February 12, 2026 14:47
@renovate renovate Bot force-pushed the renovate/npm-braces-vulnerability branch from a59464b to dcbf31b Compare March 5, 2026 17:07
@renovate renovate Bot force-pushed the renovate/npm-braces-vulnerability branch from dcbf31b to 802b577 Compare March 13, 2026 13:48
@renovate renovate Bot changed the title chore(deps): update dependency braces to version 3.0.3 🌟 chore(deps): update dependency braces to version 3.0.3 🌟 - autoclosed Mar 27, 2026
@renovate renovate Bot closed this Mar 27, 2026
@renovate renovate Bot deleted the renovate/npm-braces-vulnerability branch March 27, 2026 02:02
@renovate renovate Bot changed the title chore(deps): update dependency braces to version 3.0.3 🌟 - autoclosed chore(deps): update dependency braces to version 3.0.3 🌟 Mar 30, 2026
@renovate renovate Bot reopened this Mar 30, 2026
@renovate renovate Bot force-pushed the renovate/npm-braces-vulnerability branch 3 times, most recently from 26191b2 to 6f91604 Compare April 1, 2026 20:01
@renovate renovate Bot changed the title chore(deps): update dependency braces to version 3.0.3 🌟 chore(deps): Update dependency braces to version 3.0.3 🌟 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/npm-braces-vulnerability branch from 6f91604 to 9f44b89 Compare April 8, 2026 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants