build(deps): bump micromatch from 4.0.5 to 4.0.8 in /modules/jooby-graphql-playground
Merged
Number: #3675
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
May 19, 2025 at 03:27 PM UTC
(about 1 year ago)
(about 1 year ago)
Updated:
May 19, 2025 at 05:17 PM UTC
(about 1 year ago)
(about 1 year ago)
Merged:
May 19, 2025 at 05:17 PM UTC
(about 1 year ago)
by jknack
(about 1 year ago)
by jknack
Time to Close:
about 2 hours
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps micromatch from 4.0.5 to 4.0.8.
Release notes
Sourced from micromatch's releases.
4.0.8
Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you see automated scanners saying otherwise, don't be scared.
Changelog
Sourced from micromatch's changelog.
[4.0.8] - 2024-08-22
- backported CVE-2024-4067 fix (from v4.0.6) over to 4.x branch
[4.0.7] - 2024-05-22
- this is basically v4.0.5, with some README updates
- it is vulnerable to CVE-2024-4067
- Updated braces to v3.0.3 to avoid CVE-2024-4068
- does NOT break API compatibility
[4.0.6] - 2024-05-21
- Added
hasBracesto check if a pattern contains braces.- Fixes CVE-2024-4067
- BREAKS API COMPATIBILITY
- Should be labeled as a major release, but it's not.
Commits
8bd704e4.0.8a0e6841run verb to generate README documentation4ec2884Merge branch 'v4' into hauserkristof-feature/v4.0.803aa805Merge pull request #266 from hauserkristof/feature/v4.0.8814f5f7lint67fcce6fix: CHANGELOG about braces & CVE-2024-4068, v4.0.5113f2e3fix: CVE numbers in CHANGELOGd9dbd9afeat: updated CHANGELOG2ab1315fix: use actions/setup-node@v41406ea3feat: rework test to work on macos with node 10,12 and 14- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+16
+16
Deletions:
-11
-11
Package Dependencies
Package:
micromatch
Ecosystem:
npm
npm
Version Change:
4.0.5 → 4.0.8
Update Type:
Patch
Patch
Path:
/modules/jooby-graphql-playground
Security Advisories
Uncontrolled resource consumption in braces
GHSA-grv7-fg5c-xmjg
CVE-2024-4068
HIGH
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...
Regular Expression Denial of Service (ReDoS) in micromatch
GHSA-952p-6rrq-rcjv
CVE-2024-4067
MODERATE
The NPM package `micromatch` prior to version 4.0.8 is vulnerable to Regular Expression Denial of Service (ReDoS). The vulnerability occurs in `micromatch.braces()` in `index.js` because the patter...
Technical Details
| ID: | 480047 |
| UUID: | 2529092071 |
| Node ID: | PR_kwDOAYRJs86WvuHn |
| Host: | GitHub |
| Repository: | jooby-project/jooby |
| Merge State: | Unknown |