refactor: update dependencies

This commit is contained in:
Rainer Killinger
2022-07-04 14:14:43 +02:00
parent 869eafb629
commit 2e4a47ee8f
2 changed files with 455 additions and 414 deletions

853
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,21 +17,21 @@
"description": "Node.js library to interact with the StApps backend service", "description": "Node.js library to interact with the StApps backend service",
"dependencies": { "dependencies": {
"@krlwlfrt/async-pool": "0.7.0", "@krlwlfrt/async-pool": "0.7.0",
"@openstapps/core": "0.66.1", "@openstapps/core": "0.68.0",
"@openstapps/core-tools": "0.30.1", "@openstapps/core-tools": "0.31.0",
"@openstapps/logger": "0.8.1", "@openstapps/logger": "0.8.1",
"@types/cli-progress": "3.11.0", "@types/cli-progress": "3.11.0",
"@types/express": "4.17.13", "@types/express": "4.17.13",
"@types/morgan": "1.9.3", "@types/morgan": "1.9.3",
"@types/node": "14.18.18", "@types/node": "14.18.21",
"@types/traverse": "0.6.32", "@types/traverse": "0.6.32",
"@types/uuid": "8.3.4", "@types/uuid": "8.3.4",
"@types/wait-on": "5.3.1", "@types/wait-on": "5.3.1",
"body-parser": "1.20.0", "body-parser": "1.20.0",
"cli-progress": "3.11.1", "cli-progress": "3.11.2",
"commander": "9.2.0", "commander": "9.3.0",
"express": "4.18.1", "express": "4.18.1",
"got": "11.8.3", "got": "11.8.5",
"json-schema": "0.4.0", "json-schema": "0.4.0",
"moment": "2.29.3", "moment": "2.29.3",
"morgan": "1.10.0", "morgan": "1.10.0",
@@ -56,11 +56,11 @@
"conventional-changelog-cli": "2.2.2", "conventional-changelog-cli": "2.2.2",
"fs-extra": "10.1.0", "fs-extra": "10.1.0",
"mocha": "10.0.0", "mocha": "10.0.0",
"nock": "13.2.4", "nock": "13.2.8",
"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.8.0", "ts-node": "10.8.2",
"tslint": "6.1.3", "tslint": "6.1.3",
"typedoc": "0.22.15", "typedoc": "0.22.15",
"typescript": "3.9.10" "typescript": "3.9.10"