mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
refactor: update dependencies
This commit is contained in:
14
package.json
14
package.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user