refactor: update all

This commit is contained in:
openstappsbot
2021-02-23 11:10:31 +00:00
parent 9a939e9ccd
commit 13857cd66e
2 changed files with 861 additions and 1439 deletions

2260
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -16,24 +16,24 @@
}, },
"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.4.1", "@krlwlfrt/async-pool": "0.5.0",
"@openstapps/core": "0.38.1", "@openstapps/core": "0.42.0",
"@openstapps/core-tools": "0.16.0", "@openstapps/core-tools": "0.17.0",
"@openstapps/logger": "0.5.0", "@openstapps/logger": "0.5.0",
"@types/cli-progress": "3.8.0", "@types/cli-progress": "3.9.0",
"@types/express": "4.17.8", "@types/express": "4.17.11",
"@types/morgan": "1.9.2", "@types/morgan": "1.9.2",
"@types/node": "10.17.44", "@types/node": "10.17.54",
"@types/traverse": "0.6.32", "@types/traverse": "0.6.32",
"@types/uuid": "3.4.7", "@types/uuid": "3.4.9",
"@types/wait-on": "4.0.0", "@types/wait-on": "4.0.0",
"body-parser": "1.19.0", "body-parser": "1.19.0",
"cli-progress": "3.8.2", "cli-progress": "3.9.0",
"commander": "6.2.0", "commander": "6.2.1",
"express": "4.17.1", "express": "4.17.1",
"fast-clone": "1.5.13", "fast-clone": "1.5.13",
"got": "11.8.1", "got": "11.8.1",
"json-schema": "0.2.5", "json-schema": "0.3.0",
"moment": "2.29.1", "moment": "2.29.1",
"morgan": "1.10.0", "morgan": "1.10.0",
"traverse": "0.6.6", "traverse": "0.6.6",
@@ -42,24 +42,24 @@
}, },
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"devDependencies": { "devDependencies": {
"@openstapps/configuration": "0.25.0", "@openstapps/configuration": "0.26.0",
"@testdeck/mocha": "0.1.2", "@testdeck/mocha": "0.1.2",
"@types/chai": "4.2.13", "@types/chai": "4.2.15",
"@types/chai-as-promised": "7.1.3", "@types/chai-as-promised": "7.1.3",
"@types/chai-spies": "1.0.2", "@types/chai-spies": "1.0.3",
"@types/fs-extra": "8.1.1", "@types/fs-extra": "8.1.1",
"@types/mocha": "8.0.3", "@types/mocha": "8.2.1",
"chai": "4.2.0", "chai": "4.3.0",
"chai-as-promised": "7.1.1", "chai-as-promised": "7.1.1",
"chai-spies": "1.0.0", "chai-spies": "1.0.0",
"conventional-changelog-cli": "2.1.0", "conventional-changelog-cli": "2.1.1",
"fs-extra": "8.1.0", "fs-extra": "8.1.0",
"mocha": "8.1.3", "mocha": "8.3.0",
"nock": "13.0.5", "nock": "13.0.7",
"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": "8.10.1", "ts-node": "8.10.2",
"tslint": "6.1.3", "tslint": "6.1.3",
"typedoc": "0.18.0", "typedoc": "0.18.0",
"typescript": "3.8.3" "typescript": "3.8.3"
@@ -75,7 +75,7 @@
"Wieland Schöbl <wulkanat@gmail.com>" "Wieland Schöbl <wulkanat@gmail.com>"
], ],
"peerDependencies": { "peerDependencies": {
"@openstapps/core": "~0.38.1" "@openstapps/core": "~0.42.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",