fix: update undici dependency path for CVE-2026 alerts#235
Draft
dannyneira wants to merge 1 commit into
Draft
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev>
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
@actions/corefrom^1.6.0to^2.0.3, which pulls@actions/http-client@3.0.2and patchedundici@6.25.0.dist/bundle withncc.16.xto20.xto matchaction.ymland the patched dependency engine requirements.Dependabot alerts resolved
Notes
undicithrough@actions/core -> @actions/http-client.@actions/http-client@2.2.3path because it requiredundici@^5.25.4; this PR moves to the upstream@actions/core@2.0.3path instead of forcing an override.Verification
npm audit --json:undici,@actions/core, and@actions/http-clientare no longer reported as vulnerable.npm --prefix /workspace/generate-changelog run allnpx --yes npm@8 ci --prefix /workspace/generate-changelogConversation: https://staging.warp.dev/conversation/8004f084-5693-4f77-9267-be632984a3c4
Run: https://oz.staging.warp.dev/runs/019e3184-22d2-71d7-a0cd-719bd9ee2224
This PR was generated with Oz.