refactor: update dependencies

This commit is contained in:
Rainer Killinger
2020-04-14 12:55:51 +02:00
committed by Rainer Killinger
parent 21710ee492
commit bbbe4d5f1f
13 changed files with 1861 additions and 1417 deletions

View File

@@ -10,7 +10,7 @@
"Jovan Krunić <jovan.krunic@gmail.com>",
"Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
"Michel Jonathan Schmitz",
"Rainer Killinger <git@killinger.co>",
"Rainer Killinger <mail-openstapps@killinger.co>",
"Sebastian Lange",
"Wieland Schöbl"
],
@@ -31,9 +31,9 @@
},
"dependencies": {
"@elastic/elasticsearch": "5.6.20",
"@openstapps/core": "0.31.0",
"@openstapps/core-tools": "0.11.0",
"@openstapps/logger": "0.4.0",
"@openstapps/core": "0.34.0",
"@openstapps/core-tools": "0.14.0",
"@openstapps/logger": "0.5.0",
"@types/node": "10.14.12",
"commander": "2.20.0",
"config": "3.1.0",
@@ -42,7 +42,7 @@
"express-promise-router": "3.0.3",
"fs-extra": "8.0.1",
"got": "9.6.0",
"jsonschema": "1.2.4",
"jsonschema": "1.2.5",
"moment": "2.24.0",
"morgan": "1.9.1",
"nock": "10.0.6",
@@ -55,7 +55,7 @@
"uuid": "3.3.2"
},
"devDependencies": {
"@openstapps/configuration": "0.21.0",
"@openstapps/configuration": "0.24.0",
"@types/chai": "4.1.7",
"@types/chai-as-promised": "7.1.0",
"@types/config": "0.0.34",
@@ -84,7 +84,7 @@
"sinon": "7.3.2",
"sinon-express-mock": "2.2.0",
"supertest": "4.0.2",
"tslint": "5.18.0",
"tslint": "6.0.0",
"typedoc": "0.16.7",
"typescript": "3.5.3"
}