build: update dependencies

This commit is contained in:
Wieland Schöbl
2019-09-03 13:44:21 +02:00
parent c2848fc7a5
commit 3baeff23ca
2 changed files with 144 additions and 160 deletions

View File

@@ -17,19 +17,19 @@
"description": "Node.js library to interact with the StApps backend service",
"dependencies": {
"@krlwlfrt/async-pool": "0.1.0",
"@openstapps/core": "0.26.0",
"@openstapps/core": "0.27.0",
"@openstapps/core-tools": "0.8.0",
"@openstapps/logger": "0.4.0",
"@types/cli-progress": "1.8.1",
"@types/express": "4.16.1",
"@types/express": "4.17.1",
"@types/morgan": "1.7.37",
"@types/node": "10.14.15",
"@types/node": "10.14.17",
"@types/request": "2.48.2",
"@types/traverse": "0.6.32",
"@types/uuid": "3.4.5",
"cli-progress": "3.0.0",
"commander": "3.0.0",
"express": "4.16.1",
"cli-progress": "3.1.0",
"commander": "3.0.1",
"express": "4.17.1",
"fast-clone": "1.5.13",
"jsonschema": "1.2.4",
"moment": "2.24.0",
@@ -61,7 +61,7 @@
"ts-node": "8.3.0",
"tslint": "5.19.0",
"typedoc": "0.15.0",
"typescript": "3.5.3"
"typescript": "3.6.2"
},
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
"contributors": [