refactor: update dependencies

This commit is contained in:
Rainer Killinger
2021-12-14 13:40:37 +01:00
parent 0becdeb6d9
commit bc2274a9ef
3 changed files with 1183 additions and 808 deletions

View File

@@ -64,4 +64,4 @@ Or using `e2e` command:
```shell ```shell
docker run --net=host registry.gitlab.com/openstapps/api/cli e2e http://localhost:3000 docker run --net=host registry.gitlab.com/openstapps/api/cli e2e http://localhost:3000
``` ```

1959
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,23 +17,23 @@
"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.53.0", "@openstapps/core": "0.55.0",
"@openstapps/core-tools": "0.25.0", "@openstapps/core-tools": "0.27.0",
"@openstapps/logger": "0.7.0", "@openstapps/logger": "0.8.0",
"@types/cli-progress": "3.9.2", "@types/cli-progress": "3.9.2",
"@types/express": "4.17.13", "@types/express": "4.17.13",
"@types/morgan": "1.9.3", "@types/morgan": "1.9.3",
"@types/node": "14.17.27", "@types/node": "14.18.0",
"@types/traverse": "0.6.32", "@types/traverse": "0.6.32",
"@types/uuid": "8.3.1", "@types/uuid": "8.3.3",
"@types/wait-on": "5.3.1", "@types/wait-on": "5.3.1",
"body-parser": "1.19.0", "body-parser": "1.19.1",
"cli-progress": "3.9.1", "cli-progress": "3.9.1",
"commander": "8.2.0", "commander": "8.3.0",
"express": "4.17.1", "express": "4.17.1",
"fast-clone": "1.5.13", "fast-clone": "1.5.13",
"got": "11.8.2", "got": "11.8.2",
"json-schema": "0.3.0", "json-schema": "0.4.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,9 +42,9 @@
}, },
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"devDependencies": { "devDependencies": {
"@openstapps/configuration": "0.28.1", "@openstapps/configuration": "0.29.0",
"@testdeck/mocha": "0.1.2", "@testdeck/mocha": "0.2.0",
"@types/chai": "4.2.22", "@types/chai": "4.3.0",
"@types/chai-as-promised": "7.1.4", "@types/chai-as-promised": "7.1.4",
"@types/chai-spies": "1.0.3", "@types/chai-spies": "1.0.3",
"@types/fs-extra": "9.0.13", "@types/fs-extra": "9.0.13",
@@ -55,13 +55,13 @@
"conventional-changelog-cli": "2.1.1", "conventional-changelog-cli": "2.1.1",
"fs-extra": "10.0.0", "fs-extra": "10.0.0",
"mocha": "9.1.3", "mocha": "9.1.3",
"nock": "13.1.4", "nock": "13.2.1",
"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.3.0", "ts-node": "10.4.0",
"tslint": "6.1.3", "tslint": "6.1.3",
"typedoc": "0.22.6", "typedoc": "0.22.10",
"typescript": "3.9.10" "typescript": "3.9.10"
}, },
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>", "author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
@@ -75,7 +75,7 @@
"Wieland Schöbl <wulkanat@gmail.com>" "Wieland Schöbl <wulkanat@gmail.com>"
], ],
"peerDependencies": { "peerDependencies": {
"@openstapps/core": "~0.53.0" "@openstapps/core": "~0.55.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",