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