refactor: update dependencies

This commit is contained in:
Rainer Killinger
2022-01-18 16:49:14 +01:00
parent 8615203a3e
commit d601880be1
7 changed files with 298 additions and 274 deletions

View File

@@ -17,18 +17,18 @@
"description": "Node.js library to interact with the StApps backend service",
"dependencies": {
"@krlwlfrt/async-pool": "0.7.0",
"@openstapps/core": "0.56.0",
"@openstapps/core": "0.63.0",
"@openstapps/core-tools": "0.28.0",
"@openstapps/logger": "0.8.0",
"@types/cli-progress": "3.9.2",
"@types/express": "4.17.13",
"@types/morgan": "1.9.3",
"@types/node": "14.18.0",
"@types/node": "14.18.3",
"@types/traverse": "0.6.32",
"@types/uuid": "8.3.3",
"@types/uuid": "8.3.4",
"@types/wait-on": "5.3.1",
"body-parser": "1.19.1",
"cli-progress": "3.9.1",
"cli-progress": "3.10.0",
"commander": "8.3.0",
"express": "4.17.2",
"fast-clone": "1.5.13",
@@ -53,16 +53,16 @@
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"chai-spies": "1.0.0",
"conventional-changelog-cli": "2.1.1",
"conventional-changelog-cli": "2.2.2",
"fs-extra": "10.0.0",
"mocha": "9.1.3",
"nock": "13.2.1",
"mocha": "9.1.4",
"nock": "13.2.2",
"nyc": "15.1.0",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",
"ts-node": "10.4.0",
"tslint": "6.1.3",
"typedoc": "0.22.10",
"typedoc": "0.22.11",
"typescript": "3.9.10"
},
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
@@ -76,7 +76,7 @@
"Wieland Schöbl <wulkanat@gmail.com>"
],
"peerDependencies": {
"@openstapps/core": "~0.55.0"
"@openstapps/core": "~0.63.0"
},
"repository": {
"type": "git",