Skip to content

fix: upgrade picomatch to 4.0.4 to remediate CVE-2026-33672#166

Merged
maximizeIT merged 1 commit intomainfrom
copilot/fix-picomatch-glob-matching-alerts
Mar 31, 2026
Merged

fix: upgrade picomatch to 4.0.4 to remediate CVE-2026-33672#166
maximizeIT merged 1 commit intomainfrom
copilot/fix-picomatch-glob-matching-alerts

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 31, 2026

Two Dependabot alerts for CVE-2026-33672 (Method Injection in POSIX Character Classes via POSIX_REGEX_SOURCE prototype inheritance) affecting picomatch@2.3.1 and picomatch@4.0.3. Patched versions are 2.3.2 and 4.0.4 respectively.

Changes

  • package.json — Added "picomatch": "4.0.4" to the resolutions field, forcing both the ^2.0.4 and ^4.0.3 dependency ranges to resolve to the patched release:
    "resolutions": {
      "picomatch": "4.0.4"
    }
  • yarn.lock — Regenerated; all picomatch entries now resolve to a single 4.0.4 entry.

…33672

Co-authored-by: GitHub Copilot <copilot@noreply.github.com>

Agent-Logs-Url: https://github.com/Staffbase/create-staffbase-plugin-nodejs/sessions/a0f17a4c-c326-4d0c-af1a-d70202b7b225

Co-authored-by: maximizeIT <8626039+maximizeIT@users.noreply.github.com>
@maximizeIT maximizeIT enabled auto-merge March 31, 2026 06:19
@maximizeIT maximizeIT merged commit e4cf5a0 into main Mar 31, 2026
7 checks passed
@maximizeIT maximizeIT deleted the copilot/fix-picomatch-glob-matching-alerts branch March 31, 2026 07:24
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.

3 participants