refactor: update all

This commit is contained in:
openstappsbot
2022-06-01 07:54:14 +00:00
parent 2361c100bb
commit 0698ca616c
2 changed files with 264 additions and 130 deletions

View File

@@ -30,35 +30,35 @@
"dependencies": {
"@krlwlfrt/async-pool": "0.4.1",
"@openstapps/gitlab-api": "0.9.0",
"@openstapps/logger": "0.8.0",
"@openstapps/logger": "0.8.1",
"@slack/client": "5.0.2",
"@types/glob": "7.2.0",
"@types/mustache": "4.1.2",
"@types/node": "14.18.5",
"@types/mustache": "4.1.3",
"@types/node": "14.18.20",
"@types/tmp": "0.2.3",
"commander": "8.3.0",
"glob": "7.2.0",
"moment": "2.29.1",
"glob": "7.2.3",
"moment": "2.29.3",
"mustache": "4.2.0",
"tmp": "0.2.1"
},
"devDependencies": {
"@openstapps/configuration": "0.29.0",
"@openstapps/configuration": "0.29.1",
"@testdeck/mocha": "0.2.0",
"@types/chai": "4.3.0",
"@types/chai-as-promised": "7.1.4",
"@types/mocha": "9.0.0",
"chai": "4.3.4",
"@types/chai": "4.3.1",
"@types/chai-as-promised": "7.1.5",
"@types/mocha": "9.1.1",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"conventional-changelog-cli": "2.2.2",
"mocha": "9.1.3",
"mocha": "9.2.2",
"nyc": "15.1.0",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",
"ts-node": "10.4.0",
"ts-node": "10.8.0",
"tslint": "6.1.3",
"typedoc": "0.22.10",
"typescript": "4.4.3"
"typedoc": "0.22.17",
"typescript": "4.4.4"
},
"main": "lib/common.js",
"typings": "lib/common.d.ts",