patch-package
patch-package copied to clipboard
2 low severity vulnerabilities
Problem Description
Running npm audit reports vulnerabilities in the tmp dependency, which is indirectly required by patch-package.
Audit Log
# npm audit report tmpImpact
patch-packagedepends on a vulnerable version oftmp.- No fix is currently available.
- This raises security warnings when installing dependencies.
Steps to Reproduce
- Install dependencies with
npm install - Run
npm audit - See the reported vulnerability in
tmp
Expected Behavior
patch-packageshould update thetmpdependency to a secure version or provide a workaround.
Environment
- Node.js: 20
dupe of #577