refactor: update dependencies

This commit is contained in:
Rainer Killinger
2022-05-27 17:13:23 +02:00
parent a65cfc1176
commit 223b5ee5c0
2 changed files with 485 additions and 366 deletions

View File

@@ -17,9 +17,9 @@
"description": "Node.js library to interact with the StApps backend service",
"dependencies": {
"@krlwlfrt/async-pool": "0.7.0",
"@openstapps/core": "0.66.0",
"@openstapps/core-tools": "0.30.0",
"@openstapps/logger": "0.8.0",
"@openstapps/core": "0.66.1",
"@openstapps/core-tools": "0.30.1",
"@openstapps/logger": "0.8.1",
"@types/cli-progress": "3.11.0",
"@types/express": "4.17.13",
"@types/morgan": "1.9.3",
@@ -29,7 +29,7 @@
"@types/wait-on": "5.3.1",
"body-parser": "1.20.0",
"cli-progress": "3.11.1",
"commander": "8.3.0",
"commander": "9.2.0",
"express": "4.18.1",
"got": "11.8.3",
"json-schema": "0.4.0",
@@ -42,7 +42,7 @@
},
"license": "GPL-3.0-only",
"devDependencies": {
"@openstapps/configuration": "0.29.0",
"@openstapps/configuration": "0.29.1",
"@testdeck/mocha": "0.2.0",
"@types/chai": "4.3.1",
"@types/chai-as-promised": "7.1.5",
@@ -55,12 +55,12 @@
"chai-spies": "1.0.0",
"conventional-changelog-cli": "2.2.2",
"fs-extra": "10.1.0",
"mocha": "9.2.2",
"mocha": "10.0.0",
"nock": "13.2.4",
"nyc": "15.1.0",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",
"ts-node": "10.7.0",
"ts-node": "10.8.0",
"tslint": "6.1.3",
"typedoc": "0.22.15",
"typescript": "3.9.10"