refactor: update dependencies

This commit is contained in:
Rainer Killinger
2020-04-14 11:56:38 +02:00
parent 65d05bfe69
commit f7ffb8525a
2 changed files with 980 additions and 690 deletions

1650
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -29,8 +29,8 @@
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"dependencies": { "dependencies": {
"@krlwlfrt/async-pool": "0.2.1", "@krlwlfrt/async-pool": "0.2.1",
"@openstapps/gitlab-api": "0.6.1", "@openstapps/gitlab-api": "0.7.0",
"@openstapps/logger": "0.4.0", "@openstapps/logger": "0.5.0",
"@slack/client": "5.0.2", "@slack/client": "5.0.2",
"@types/glob": "7.1.1", "@types/glob": "7.1.1",
"@types/mustache": "0.8.32", "@types/mustache": "0.8.32",
@@ -38,26 +38,26 @@
"@types/tmp": "0.1.0", "@types/tmp": "0.1.0",
"commander": "4.1.0", "commander": "4.1.0",
"glob": "7.1.6", "glob": "7.1.6",
"moment": "2.24.0", "moment": "2.25.3",
"mustache": "3.2.1", "mustache": "3.2.1",
"tmp": "0.1.0" "tmp": "0.1.0"
}, },
"devDependencies": { "devDependencies": {
"@openstapps/configuration": "0.22.0", "@openstapps/configuration": "0.24.0",
"@types/chai": "4.2.7", "@types/chai": "4.2.11",
"@types/chai-as-promised": "7.1.2", "@types/chai-as-promised": "7.1.2",
"@types/mocha": "5.2.7", "@types/mocha": "5.2.7",
"chai": "4.2.0", "chai": "4.2.0",
"chai-as-promised": "7.1.1", "chai-as-promised": "7.1.1",
"conventional-changelog-cli": "2.0.31", "conventional-changelog-cli": "2.0.31",
"mocha": "7.0.0", "mocha": "7.1.2",
"mocha-typescript": "1.1.17", "mocha-typescript": "1.1.17",
"nyc": "15.0.0", "nyc": "15.0.1",
"prepend-file-cli": "1.0.6", "prepend-file-cli": "1.0.6",
"rimraf": "3.0.0", "rimraf": "3.0.2",
"ts-node": "8.5.4", "ts-node": "8.10.1",
"tslint": "5.20.1", "tslint": "5.20.1",
"typedoc": "0.15.6", "typedoc": "0.17.6",
"typescript": "3.7.4" "typescript": "3.7.4"
}, },
"main": "lib/common.js", "main": "lib/common.js",