fix: upgrade picomatch to 4.0.4 to remediate CVE-2026-33672#166
Merged
maximizeIT merged 1 commit intomainfrom Mar 31, 2026
Merged
fix: upgrade picomatch to 4.0.4 to remediate CVE-2026-33672#166maximizeIT merged 1 commit intomainfrom
maximizeIT merged 1 commit intomainfrom
Conversation
…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>
Copilot created this pull request from a session on behalf of
maximizeIT
March 31, 2026 06:18
View session
maximizeIT
approved these changes
Mar 31, 2026
marcelo-staffbase
approved these changes
Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two Dependabot alerts for CVE-2026-33672 (Method Injection in POSIX Character Classes via
POSIX_REGEX_SOURCEprototype inheritance) affectingpicomatch@2.3.1andpicomatch@4.0.3. Patched versions are2.3.2and4.0.4respectively.Changes
package.json— Added"picomatch": "4.0.4"to theresolutionsfield, forcing both the^2.0.4and^4.0.3dependency ranges to resolve to the patched release:yarn.lock— Regenerated; all picomatch entries now resolve to a single4.0.4entry.