Update dependencies
This commit is contained in:
parent
b77a35e0e9
commit
00857ba46f
26
package.json
26
package.json
@ -21,13 +21,13 @@
|
||||
"crunchy.sh": "./bin/crunchy.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"big-integer": "^1.6.43",
|
||||
"bluebird": "^3.5.4",
|
||||
"big-integer": "^1.6.44",
|
||||
"bluebird": "^3.5.5",
|
||||
"brotli": "^1.3.2",
|
||||
"cheerio": "^0.22.0",
|
||||
"cloudscraper": "^4.0.1",
|
||||
"cloudscraper": "^4.1.2",
|
||||
"commander": "^2.20.0",
|
||||
"fs-extra": "^7.0.1",
|
||||
"fs-extra": "^8.1.0",
|
||||
"mkdirp": "^0.5.0",
|
||||
"pjson": "^1.0.9",
|
||||
"request": "^2.88.0",
|
||||
@ -37,19 +37,19 @@
|
||||
"xml2js": "^0.4.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bluebird": "^3.5.26",
|
||||
"@types/cheerio": "^0.22.11",
|
||||
"@types/fs-extra": "^5.0.5",
|
||||
"@types/bluebird": "^3.5.27",
|
||||
"@types/cheerio": "^0.22.12",
|
||||
"@types/fs-extra": "^8.0.0",
|
||||
"@types/mkdirp": "^0.5.2",
|
||||
"@types/node": "^11.13.8",
|
||||
"@types/request": "^2.48.1",
|
||||
"@types/request-promise": "^4.1.43",
|
||||
"@types/uuid": "^3.4.4",
|
||||
"@types/node": "^12.6.8",
|
||||
"@types/request": "^2.48.2",
|
||||
"@types/request-promise": "^4.1.44",
|
||||
"@types/uuid": "^3.4.5",
|
||||
"@types/xml2js": "^0.4.4",
|
||||
"npm-check": "^5.9.0",
|
||||
"tsconfig-lint": "^0.12.0",
|
||||
"tslint": "^5.16.0",
|
||||
"typescript": "^3.4.5"
|
||||
"tslint": "^5.18.0",
|
||||
"typescript": "^3.5.3"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "npm run build",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user