Closed markgrichani closed 6 months ago
Can second this, we are getting alerted for this on latest (nx@17.1.3
).
The nx
package no longer depends on glob
since rimraf@4.0.0
was released.
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Current Behavior
inflight@1.0.6
has a vulnerability of "Missing Release of Resource after Effective Lifetime". https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 Nx depends onglob@7.1.4
which depends oninflight@1.0.6
.Expected Behavior
No vulnerability. As suggested in https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
glob
lib should be updated to latest 10.x.x version (which is not depends on inflight)GitHub Repo
No response
Steps to Reproduce
nx/package.json
file includes:Navigate to https://security.snyk.io/vuln/?search=inflight
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response