Update some dependencies

This commit is contained in:
Godzil 2019-05-07 13:10:34 +02:00
parent bdfc96d56e
commit 239d1c60a3

View File

@ -21,34 +21,35 @@
"crunchy.sh": "./bin/crunchy.sh"
},
"dependencies": {
"big-integer": "^1.6.32",
"bluebird": "^3.5.1",
"big-integer": "^1.6.43",
"bluebird": "^3.5.4",
"brotli": "^1.3.2",
"cheerio": "^0.22.0",
"cloudscraper": "^2.0.1",
"commander": "^2.16.0",
"fs-extra": "^7.0.0",
"cloudscraper": "^4.0.1",
"commander": "^2.20.0",
"fs-extra": "^7.0.1",
"mkdirp": "^0.5.0",
"pjson": "^1.0.9",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"tough-cookie-file-store": "^1.2.0",
"uuid": "^3.3.2",
"xml2js": "^0.4.5"
},
"devDependencies": {
"@types/bluebird": "^3.5.23",
"@types/cheerio": "^0.22.8",
"@types/fs-extra": "^5.0.4",
"@types/bluebird": "^3.5.26",
"@types/cheerio": "^0.22.11",
"@types/fs-extra": "^5.0.5",
"@types/mkdirp": "^0.5.2",
"@types/node": "^11.10.4",
"@types/request": "^2.47.1",
"@types/request-promise": "^4.1.42",
"@types/uuid": "^3.4.3",
"@types/xml2js": "^0.4.3",
"npm-check": "^5.7.1",
"@types/node": "^11.13.8",
"@types/request": "^2.48.1",
"@types/request-promise": "^4.1.43",
"@types/uuid": "^3.4.4",
"@types/xml2js": "^0.4.4",
"npm-check": "^5.9.0",
"tsconfig-lint": "^0.12.0",
"tslint": "^5.11.0",
"typescript": "^3.3.3333"
"tslint": "^5.16.0",
"typescript": "^3.4.5"
},
"scripts": {
"prepublishOnly": "npm run build",