chore(deps): update transitive deps to resolve Dependabot security alerts - #47
Merged
Merged
Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Updates package-lock.json to pull patched versions of vulnerable transitive dev dependencies: - fast-uri 3.1.2 -> 3.1.5 (GHSA-7p8r-x3mc-p8w7, GHSA-v2hh-gcrm-f6hx, GHSA-4c8g-83qw-93j6) - undici 7.28.0 -> 7.29.0 (GHSA-4cwx-7wf7-3272, GHSA-8xcm-r25x-g524, GHSA-m8rv-5g2x-5cg5, GHSA-v3r7-h72x-cjcm, GHSA-jr45-8vmc-qm54) - undici 6.27.0 -> 6.28.0 under @actions/http-client (GHSA-8xcm-r25x-g524, GHSA-m8rv-5g2x-5cg5, GHSA-v3r7-h72x-cjcm) - brace-expansion 5.0.6/5.0.8 -> 5.0.9 and 1.1.16 -> 1.1.18 (GHSA-3jxr-9vmj-r5cp) - npm 11.18.0 -> 11.19.0 and other in-range patch bumps The copies of undici 6.27.0 and ip-address 10.2.0 bundled inside the npm package (a dependency of @semantic-release/npm) remain vulnerable; no npm release ships patched versions yet, including npm@12.0.2.
titan-ron
force-pushed
the
claude/dependabot-security-alerts-87a9d9
branch
from
August 7, 2026 20:27
937deb2 to
348d177
Compare
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
Resolves 9 of the 15 open Dependabot security alerts by updating vulnerable transitive dev dependencies in
package-lock.json(vianpm audit fix— all bumps are in-range, nopackage.jsonchanges):fast-uriundici(v7)undici(v6, under@actions/http-client)brace-expansionnpmAlerts that cannot be fixed yet
Alerts #47, #48, #55 (
ip-address≤ 10.3.0) and part of #56–#58 (undici6.27.0) point at copies bundled inside thenpmpackage (a dependency of@semantic-release/npm). Bundled dependencies ship inside npm's tarball and cannot be patched by overrides or lockfile updates. I verified the latestnpm@12.0.2still bundlesundici@6.27.0andip-address@10.2.0, so no upstream fix exists yet.These bundled copies are only exercised by the npm CLI during release publishing in CI, so practical exposure is minimal. Options: wait for an npm release with patched bundles, or dismiss those alerts as tolerable risk.
Verification
npm test— 17/17 passnpm run build— succeedsnpm run lint:check— 0 errors (2 pre-existing warnings)