build: update dependencies to fix security issues

This commit is contained in:
Anselm Stordeur
2019-02-14 12:08:11 +01:00
parent e2ff4f4ec6
commit 85b62544bf
2 changed files with 242 additions and 75 deletions

View File

@@ -41,12 +41,12 @@
"jsonschema": "1.2.4"
},
"devDependencies": {
"@openstapps/configuration": "0.5.0",
"@openstapps/core-tools": "0.2.0",
"@openstapps/logger": "0.0.3",
"@openstapps/configuration": "0.6.0",
"@openstapps/core-tools": "0.3.0",
"@openstapps/logger": "0.0.5",
"@types/chai": "4.1.7",
"@types/humanize-string": "1.0.0",
"@types/node": "10.12.18",
"@types/node": "11.9.3",
"@types/rimraf": "2.0.2",
"async-pool-native": "0.1.0",
"chai": "4.2.0",
@@ -56,9 +56,9 @@
"mocha": "5.2.0",
"mocha-typescript": "1.1.17",
"rimraf": "2.6.3",
"ts-node": "7.0.1",
"tslint": "5.12.0",
"typedoc": "0.14.0",
"typescript": "3.2.2"
"ts-node": "8.0.2",
"tslint": "5.12.1",
"typedoc": "0.14.2",
"typescript": "3.3.3"
}
}