esdoc / esdoc-plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev dependencies

pixelass opened this issue · comments

It seems that some dependencies are out of date.

It might be worth checking them in general:

e.g. esdoc-publish-html-plugin

 cheerio                                         0.22.0  →  1.0.0-rc.2 
 fs-extra                                         1.0.0  →       5.0.0 
 babel-generator                                 6.11.4  →      6.26.1 
 marked                                           0.3.6  →      0.3.12 
 taffydb                                          2.7.2  →       2.7.3 
 babel-cli                                       6.11.4  →      6.26.0 
 babel-plugin-transform-es2015-modules-commonjs  6.11.5  →      6.26.0 
 babel-register                                  6.11.6  →      6.26.0 
 mocha                                            2.5.3  →       5.0.0 

Marked < 3.7 has a vulnerability issue

Related to: #50

I personally use a service (bithound) to check for dependency health. It might be worth looking into that ;). Happy to help if you need any.