Skip to content

Fix: Bump node-gyp from 13.0.0 to 13.0.1 to address the vulnerability - #9866

Open
keshav-poojary wants to merge 1 commit into
npm:latestfrom
keshav-poojary:fix/node-gyp-13-0-1
Open

Fix: Bump node-gyp from 13.0.0 to 13.0.1 to address the vulnerability#9866
keshav-poojary wants to merge 1 commit into
npm:latestfrom
keshav-poojary:fix/node-gyp-13-0-1

Conversation

@keshav-poojary

@keshav-poojary keshav-poojary commented Aug 11, 2026

Copy link
Copy Markdown

What / Why

This change bumps the bundled node-gyp dependency from 13.0.0 to 13.0.1.

node-gyp 13.0.1 includes the upstream security fix released in version 13.0.1. Updating the bundled dependency ensures that npm CLI no longer pulls the vulnerable node-gyp 13.0.0 version into its dependency tree.

Vulnerability Details

The vulnerability affects node-gyp versions prior to 13.0.1 due to Unidic and is addressed by the upstream fix included in node-gyp 13.0.1.

Because node-gyp is bundled as part of the npm CLI dependency tree, consumers of affected npm CLI versions may also receive the vulnerable dependency transitively.

This PR updates the bundled dependency to the patched release:

  • Affected: node-gyp 13.0.0
  • Fixed: node-gyp 13.0.1
  • Impact: Vulnerability in the transitive/bundled node-gyp dependency
  • Resolution: Upgrade node-gyp to 13.0.1

References

@keshav-poojary
keshav-poojary requested review from a team as code owners August 11, 2026 14:38
@keshav-poojary keshav-poojary changed the title Bump node-gyp from 13.0.0 to 13.0.1 to address the vulnerability Fix: Bump node-gyp from 13.0.0 to 13.0.1 to address the vulnerability Aug 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant