build: update dependencies

This commit is contained in:
Karl-Philipp Wulfert
2020-01-08 17:48:44 +01:00
parent 62972f13bd
commit 311b62291d
2 changed files with 1075 additions and 762 deletions

View File

@@ -29,36 +29,36 @@
"license": "GPL-3.0-only",
"dependencies": {
"@krlwlfrt/async-pool": "0.2.1",
"@openstapps/gitlab-api": "0.6.0",
"@openstapps/gitlab-api": "0.6.1",
"@openstapps/logger": "0.4.0",
"@slack/client": "5.0.2",
"@types/glob": "7.1.1",
"@types/mustache": "0.8.32",
"@types/node": "10.17.5",
"@types/node": "10.17.13",
"@types/tmp": "0.1.0",
"commander": "4.0.1",
"commander": "4.1.0",
"glob": "7.1.6",
"moment": "2.24.0",
"mustache": "3.1.0",
"mustache": "3.2.1",
"tmp": "0.1.0"
},
"devDependencies": {
"@openstapps/configuration": "0.22.0",
"@types/chai": "4.2.5",
"@types/chai": "4.2.7",
"@types/chai-as-promised": "7.1.2",
"@types/mocha": "5.2.7",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"conventional-changelog-cli": "2.0.28",
"mocha": "6.2.2",
"conventional-changelog-cli": "2.0.31",
"mocha": "7.0.0",
"mocha-typescript": "1.1.17",
"nyc": "14.1.1",
"nyc": "15.0.0",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.0",
"ts-node": "8.5.2",
"ts-node": "8.5.4",
"tslint": "5.20.1",
"typedoc": "0.15.3",
"typescript": "3.7.2"
"typedoc": "0.15.6",
"typescript": "3.7.4"
},
"main": "lib/common.js",
"typings": "lib/common.d.ts",