Bump picomatch to 2.3.2 in bump-version action#627
Merged
Conversation
picomatch < 2.3.2 has a method injection vulnerability in POSIX character classes. Runs npm update in the bump-version action to pull in the patched transitive dependency.
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.
Summary
npm updatein.github/actions/bump-version/to bump transitivepicomatchfrom <2.3.2 to 2.3.2Test plan
npm testpasses (9/9 tests in bump-version action)Note
Low Risk
Lockfile-only dependency refresh for the
.github/actions/bump-versionGitHub Action; runtime code is unchanged, but there’s minor risk of CI/action behavior changes from updated transitive tooling (e.g., Jest/Babel).Overview
Updates
.github/actions/bump-version/package-lock.jsonvianpm update, pulling inpicomatch@2.3.2(to address the Dependabot security alert) and refreshing related transitive dependencies.This also bumps the action’s dev/test toolchain dependencies in the lockfile (notably
jestand several@babel/*packages) and adds/removes a few transitive packages as a result.Written by Cursor Bugbot for commit 845a6f5. This will update automatically on new commits. Configure here.