File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1+ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+ version: v1.13.5
3+ ignore: {}
4+ # patches apply the minimum changes required to fix a vulnerability
5+ patch:
6+ SNYK-JS-LODASH-450202:
7+ - mongoose > async > lodash:
8+ patched: '2019-07-04T00:42:37.001Z'
Original file line number Diff line number Diff line change 44 "description" : " " ,
55 "main" : " server.js" ,
66 "scripts" : {
7- "test" : " echo \" Error: no test specified\" && exit 1"
7+ "test" : " echo \" Error: no test specified\" && exit 1" ,
8+ "snyk-protect" : " snyk protect" ,
9+ "prepublish" : " npm run snyk-protect"
810 },
911 "author" : " vivek" ,
1012 "license" : " ISC" ,
1517 "express" : " ^4.16.3" ,
1618 "mongoose" : " ^5.2.13" ,
1719 "passport" : " ^0.4.0" ,
18- "passport-jwt" : " ^4.0.0"
19- }
20+ "passport-jwt" : " ^4.0.0" ,
21+ "snyk" : " ^1.189.0"
22+ },
23+ "snyk" : true
2024}
You can’t perform that action at this time.
0 commit comments