refactor: update dependencies

This commit is contained in:
Rainer Killinger
2021-12-14 11:58:30 +01:00
parent e57555aea8
commit 1bf44d887d
2 changed files with 282 additions and 481 deletions

747
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -32,11 +32,11 @@
"@openstapps/gitlab-api": "0.9.0", "@openstapps/gitlab-api": "0.9.0",
"@openstapps/logger": "0.7.0", "@openstapps/logger": "0.7.0",
"@slack/client": "5.0.2", "@slack/client": "5.0.2",
"@types/glob": "7.1.4", "@types/glob": "7.2.0",
"@types/mustache": "4.1.2", "@types/mustache": "4.1.2",
"@types/node": "14.17.19", "@types/node": "14.17.19",
"@types/tmp": "0.2.1", "@types/tmp": "0.2.2",
"commander": "8.2.0", "commander": "8.3.0",
"glob": "7.2.0", "glob": "7.2.0",
"moment": "2.29.1", "moment": "2.29.1",
"mustache": "4.2.0", "mustache": "4.2.0",
@@ -44,20 +44,20 @@
}, },
"devDependencies": { "devDependencies": {
"@openstapps/configuration": "0.28.1", "@openstapps/configuration": "0.28.1",
"@testdeck/mocha": "0.1.2", "@testdeck/mocha": "0.2.0",
"@types/chai": "4.2.22", "@types/chai": "4.3.0",
"@types/chai-as-promised": "7.1.4", "@types/chai-as-promised": "7.1.4",
"@types/mocha": "9.0.0", "@types/mocha": "9.0.0",
"chai": "4.3.4", "chai": "4.3.4",
"chai-as-promised": "7.1.1", "chai-as-promised": "7.1.1",
"conventional-changelog-cli": "2.1.1", "conventional-changelog-cli": "2.1.1",
"mocha": "9.1.2", "mocha": "9.1.3",
"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": "10.2.1", "ts-node": "10.4.0",
"tslint": "6.1.3", "tslint": "6.1.3",
"typedoc": "0.22.4", "typedoc": "0.22.10",
"typescript": "4.4.3" "typescript": "4.4.3"
}, },
"main": "lib/common.js", "main": "lib/common.js",