Deps updates

This commit is contained in:
Dobie Wollert
2015-11-24 22:12:24 -08:00
parent 974014ab44
commit f5bc55b1f5
504 changed files with 69316 additions and 15 deletions

11
node_modules/jwt-simple/History.md generated vendored Normal file
View File

@ -0,0 +1,11 @@
## 0.3.1
* Check for lack of token #23
## 0.3.0
* Add an algorithm parameter to the decode method #16 @gregorypratt
## 0.2.0
* Add the RS256 alg #7 [thedufer]