Commit ba1957a813368229a7d4894b39387af5a7ae3598
1 parent
0bb34ba529
Exists in
master
resync npm packages
Showing 2 changed files with 4 additions and 3 deletions Side-by-side Diff
lib/pull.js
package.json
... | ... | @@ -4,10 +4,10 @@ |
4 | 4 | "description": "Contoh dummy gateway / handler komodo", |
5 | 5 | "main": "index.js", |
6 | 6 | "dependencies": { |
7 | - "moment": "^2.17.1", | |
8 | - "request": "^2.79.0", | |
7 | + "moment": "^2.22.2", | |
8 | + "request": "^2.87.0", | |
9 | 9 | "strftime": "^0.9.2", |
10 | - "winston": "^2.3.0", | |
10 | + "winston": "^2.4.3", | |
11 | 11 | "winston-daily-rotate-file": "^1.4.0" |
12 | 12 | }, |
13 | 13 | "devDependencies": {}, |