Updated dependencies

This commit is contained in:
Alex Corn 2019-02-14 00:25:07 -05:00
parent f99d86aa73
commit 103e941501

View File

@ -23,14 +23,15 @@
},
"dependencies": {
"@doctormckay/stats-reporter": "^1.0.4",
"@doctormckay/stdlib": "^1.10.0",
"cheerio": "^0.22.0",
"node-bignumber": "^1.2.1",
"request": "^2.86.0",
"steam-totp": "^1.5.0",
"steamid": "^1.0.0",
"xml2js": "^0.4.11"
"request": "^2.88.0",
"steam-totp": "^2.1.0",
"steamid": "^1.1.0",
"xml2js": "^0.4.19"
},
"engines": {
"node": ">=4.0.0"
"node": ">=8.0.0"
}
}