Update dependencies
This diff is collapsed.
... | ... | @@ -4,20 +4,19 @@ |
"description": "", | ||
"main": "dist/index.js", | ||
"dependencies": { | ||
"@types/node": "^9.6.5", | ||
"@types/node": "^9.6.19", | ||
"@types/winston": "^2.3.9", | ||
"avsc": "^5.2.3", | ||
"concurrently": "^3.5.1", | ||
"kafka-avro": "^1.0.1", | ||
"nconf": "^0.10.0", | ||
"neo4j-driver": "^1.5.3", | ||
"request": "^2.85.0", | ||
"typescript": "^2.7.1", | ||
"winston": "^2.4.1" | ||
"neo4j-driver": "^1.6.1", | ||
"request": "^2.87.0", | ||
"typescript": "^2.8.4", | ||
"geolinker-common": "git+https://gitlab+deploy-token-1:vnsdCm_t84QGVA2U4kw4@source.dodis.ch/histhub/geolinker-common.git" | ||
}, | ||
"devDependencies": { | ||
"source-map-support": "^0.5.4", | ||
"tslint": "^5.9.1" | ||
"source-map-support": "^0.5.6", | ||
"tslint": "^5.10.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
... | ... |
Please register or sign in to comment