refactor: update dependencies

This commit is contained in:
Rainer Killinger
2022-05-27 16:35:44 +02:00
parent 9a9bc029f8
commit 9ed2a4da0c
2 changed files with 223 additions and 196 deletions

View File

@@ -23,28 +23,28 @@
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
},
"dependencies": {
"@openstapps/logger": "0.8.0",
"commander": "8.3.0",
"@openstapps/logger": "0.8.1",
"commander": "9.2.0",
"deepmerge": "4.2.2",
"flatted": "3.2.4",
"flatted": "3.2.5",
"got": "11.8.3",
"typedoc": "0.18.0",
"typescript": "3.8.3"
},
"devDependencies": {
"@openstapps/configuration": "0.29.0",
"@openstapps/configuration": "0.29.1",
"@testdeck/mocha": "0.2.0",
"@types/chai": "4.3.0",
"@types/mocha": "9.0.0",
"@types/node": "14.18.0",
"@types/chai": "4.3.1",
"@types/mocha": "9.1.1",
"@types/node": "14.18.18",
"@types/rimraf": "3.0.2",
"chai": "4.3.4",
"conventional-changelog-cli": "2.1.1",
"chai": "4.3.6",
"conventional-changelog-cli": "2.2.2",
"mocha": "9.1.3",
"nock": "13.2.1",
"nock": "13.2.4",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",
"ts-node": "10.4.0",
"ts-node": "10.8.0",
"tslint": "6.1.3"
}
}