refactor: update dependencies

This commit is contained in:
Rainer Killinger
2021-01-18 14:55:28 +01:00
parent 0d649a30cf
commit 02178d5a5e
2 changed files with 225 additions and 419 deletions

636
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -33,13 +33,13 @@
"@openstapps/logger": "0.5.0", "@openstapps/logger": "0.5.0",
"@slack/client": "5.0.2", "@slack/client": "5.0.2",
"@types/glob": "7.1.3", "@types/glob": "7.1.3",
"@types/mustache": "4.0.1", "@types/mustache": "4.1.0",
"@types/node": "10.17.44", "@types/node": "10.17.44",
"@types/tmp": "0.2.0", "@types/tmp": "0.2.0",
"commander": "6.2.0", "commander": "6.2.0",
"glob": "7.1.6", "glob": "7.1.6",
"moment": "2.29.1", "moment": "2.29.1",
"mustache": "4.0.1", "mustache": "4.1.0",
"tmp": "0.2.1" "tmp": "0.2.1"
}, },
"devDependencies": { "devDependencies": {
@@ -47,7 +47,7 @@
"@testdeck/mocha": "0.1.2", "@testdeck/mocha": "0.1.2",
"@types/chai": "4.2.14", "@types/chai": "4.2.14",
"@types/chai-as-promised": "7.1.3", "@types/chai-as-promised": "7.1.3",
"@types/mocha": "8.0.3", "@types/mocha": "8.2.0",
"chai": "4.2.0", "chai": "4.2.0",
"chai-as-promised": "7.1.1", "chai-as-promised": "7.1.1",
"conventional-changelog-cli": "2.1.1", "conventional-changelog-cli": "2.1.1",
@@ -55,7 +55,7 @@
"nyc": "15.1.0", "nyc": "15.1.0",
"prepend-file-cli": "1.0.6", "prepend-file-cli": "1.0.6",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"ts-node": "9.0.0", "ts-node": "9.1.1",
"tslint": "6.1.3", "tslint": "6.1.3",
"typedoc": "0.18.0", "typedoc": "0.18.0",
"typescript": "3.8.3" "typescript": "3.8.3"