upgrade dependencies

This commit is contained in:
Niko Storni 2018-04-13 14:27:05 -04:00
parent be2ee1d745
commit 8b7ac98208
No known key found for this signature in database
GPG key ID: F37FE63398800368
2 changed files with 1041 additions and 168 deletions

1195
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -4,15 +4,15 @@
"description": "node.js based tipping bot for any coin",
"main": "bin/tipbot",
"dependencies": {
"twitter": "~1.0.3",
"js-yaml": "~3.0.1",
"winston": "~0.7.2",
"node-gameunits": "~0.3.5",
"swig": "1.3.2",
"express": "3.4.8"
"express": "^3.21.2",
"js-yaml": "^3.11.0",
"node-gameunits": "^0.3.5",
"swig": "^1.4.2",
"twitter": "^1.7.1",
"winston": "^0.7.2"
},
"devDependencies": {
"prettier": "1.8.1"
"prettier": "^1.12.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",