MAINT: Bump undici and brace-expansion for open advisories - #135
Merged
Conversation
Clears every open Dependabot advisory on the lockfile: - undici 6.27.0 -> 6.28.0 (GHSA-8xcm-r25x-g524, GHSA-m8rv-5g2x-5cg5, GHSA-v3r7-h72x-cjcm). This is the copy ncc bundles into dist/, so it is the one that reaches consumers of the action. - undici 7.28.0 -> 7.29.0, via wrangler 4.118.0 -> 4.120.0. Dev-only, and additionally GHSA-4cwx-7wf7-3272 and GHSA-jr45-8vmc-qm54. - brace-expansion 5.0.6 -> 5.0.9 (GHSA-3jxr-9vmj-r5cp, GHSA-mh99-v99m-4gvg, GHSA-rgw5-rvv9-x895). Dev-only, under eslint. None of the undici advisories are reachable from this code: src/core.js uses global fetch, and the npm copy is entered only as ProxyAgent from @actions/http-client, which touches neither the retry interceptor, the cache interceptor, blob bodies nor the cookie API. Lockfile-only -- the existing ^6.23.0 and ^4.118.0 ranges already admitted the fixed versions. eslint itself is unchanged, so the pins in .pre-commit-config.yaml stay in sync with package.json. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Clears every open Dependabot advisory on the lockfile:
None of the undici advisories are reachable from this code: src/core.js uses global fetch, and the npm copy is entered only as ProxyAgent from @actions/http-client, which touches neither the retry interceptor, the cache interceptor, blob bodies nor the cookie API.
Lockfile-only -- the existing ^6.23.0 and ^4.118.0 ranges already admitted the fixed versions. eslint itself is unchanged, so the pins in .pre-commit-config.yaml stay in sync with package.json.