Update dependencies

This commit is contained in:
Godzil 2019-07-31 17:20:47 +02:00
parent b77a35e0e9
commit 00857ba46f

View File

@ -21,13 +21,13 @@
"crunchy.sh": "./bin/crunchy.sh" "crunchy.sh": "./bin/crunchy.sh"
}, },
"dependencies": { "dependencies": {
"big-integer": "^1.6.43", "big-integer": "^1.6.44",
"bluebird": "^3.5.4", "bluebird": "^3.5.5",
"brotli": "^1.3.2", "brotli": "^1.3.2",
"cheerio": "^0.22.0", "cheerio": "^0.22.0",
"cloudscraper": "^4.0.1", "cloudscraper": "^4.1.2",
"commander": "^2.20.0", "commander": "^2.20.0",
"fs-extra": "^7.0.1", "fs-extra": "^8.1.0",
"mkdirp": "^0.5.0", "mkdirp": "^0.5.0",
"pjson": "^1.0.9", "pjson": "^1.0.9",
"request": "^2.88.0", "request": "^2.88.0",
@ -37,19 +37,19 @@
"xml2js": "^0.4.5" "xml2js": "^0.4.5"
}, },
"devDependencies": { "devDependencies": {
"@types/bluebird": "^3.5.26", "@types/bluebird": "^3.5.27",
"@types/cheerio": "^0.22.11", "@types/cheerio": "^0.22.12",
"@types/fs-extra": "^5.0.5", "@types/fs-extra": "^8.0.0",
"@types/mkdirp": "^0.5.2", "@types/mkdirp": "^0.5.2",
"@types/node": "^11.13.8", "@types/node": "^12.6.8",
"@types/request": "^2.48.1", "@types/request": "^2.48.2",
"@types/request-promise": "^4.1.43", "@types/request-promise": "^4.1.44",
"@types/uuid": "^3.4.4", "@types/uuid": "^3.4.5",
"@types/xml2js": "^0.4.4", "@types/xml2js": "^0.4.4",
"npm-check": "^5.9.0", "npm-check": "^5.9.0",
"tsconfig-lint": "^0.12.0", "tsconfig-lint": "^0.12.0",
"tslint": "^5.16.0", "tslint": "^5.18.0",
"typescript": "^3.4.5" "typescript": "^3.5.3"
}, },
"scripts": { "scripts": {
"prepublishOnly": "npm run build", "prepublishOnly": "npm run build",