-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I noticed that tar-pack is using the version ^2.2.0 of debug and we should bump this version given some dependency packages of this version has well-known vulnerabilities.
File: https://github.com/ForbesLindesay/tar-pack/blob/master/package.json#L14
How it should be?
"optionalDependencies": {
"debug": "^3.1.0"
},
Vulnerability:
This vulnerability is fixed in debug version 3.1.0
Environment
node -v: v8.7.0npm -v: 5.5.1
Steps to Reproduce
- Install
snyk - Run:
snyk test
Expected Behavior
No vulnerabilities report
Actual Behavior
I am seeing a vulnerability report related to [email protected]
Metadata
Metadata
Assignees
Labels
No labels