mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-01-12 16:53:19 +08:00
feat: pin exact dependencies in package.json (#1068)
* refactor: used exact dependencies * refactor: updated dependencies to use the latest versions
This commit is contained in:
198
package.json
198
package.json
@@ -93,110 +93,110 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@apidevtools/json-schema-ref-parser": "^9.0.7",
|
||||
"@promster/express": "^6.0.0",
|
||||
"@promster/server": "^6.0.6",
|
||||
"@promster/types": "^3.2.2",
|
||||
"@stacks/network": "^1.0.0-beta.12",
|
||||
"@stacks/stacking": "^v2.0.1",
|
||||
"@stacks/transactions": "^v2.0.1",
|
||||
"@types/express-list-endpoints": "^4.0.1",
|
||||
"@types/lru-cache": "^5.1.1",
|
||||
"@types/ws": "^7.2.5",
|
||||
"ajv": "^6.12.6",
|
||||
"bignumber.js": "^9.0.1",
|
||||
"bitcoinjs-lib": "^5.2.0",
|
||||
"bluebird": "^3.7.2",
|
||||
"bn.js": "^4.11.8",
|
||||
"c32check": "^1.1.3",
|
||||
"chokidar": "^3.5.1",
|
||||
"coinselect": "^3.1.12",
|
||||
"cors": "^2.8.5",
|
||||
"cross-env": "^7.0.2",
|
||||
"dotenv": "^8.2.0",
|
||||
"dotenv-flow": "^3.2.0",
|
||||
"escape-goat": "^3.0.0",
|
||||
"evt": "^1.10.1",
|
||||
"express": "^4.17.1",
|
||||
"express-list-endpoints": "^5.0.0",
|
||||
"express-winston": "^4.1.0",
|
||||
"getopts": "^2.3.0",
|
||||
"http-proxy-middleware": "^2.0.1",
|
||||
"jsonc-parser": "^3.0.0",
|
||||
"jsonrpc-lite": "^2.1.0",
|
||||
"lru-cache": "^6.0.0",
|
||||
"micro-base58": "^0.5.0",
|
||||
"node-fetch": "^2.6.0",
|
||||
"node-pg-migrate": "^6.2.1",
|
||||
"p-queue": "^6.3.0",
|
||||
"path-to-regexp": "^6.2.0",
|
||||
"pg": "^8.2.1",
|
||||
"pg-copy-streams": "^5.1.1",
|
||||
"pg-cursor": "^2.6.0",
|
||||
"pg-listen": "^1.7.0",
|
||||
"prom-client": "^14.0.1",
|
||||
"rpc-bitcoin": "^2.0.0",
|
||||
"socket.io": "^4.0.1",
|
||||
"source-map-support": "^0.5.19",
|
||||
"split2": "^3.2.2",
|
||||
"strict-event-emitter-types": "^2.0.0",
|
||||
"ts-unused-exports": "^7.0.3",
|
||||
"typescript": "^4.4.2",
|
||||
"uuid": "^8.0.0",
|
||||
"winston": "^3.2.1",
|
||||
"ws": "^7.4.6",
|
||||
"zone-file": "^2.0.0-beta.3"
|
||||
"@apidevtools/json-schema-ref-parser": "9.0.9",
|
||||
"@promster/express": "6.0.0",
|
||||
"@promster/server": "6.0.6",
|
||||
"@promster/types": "3.2.2",
|
||||
"@stacks/network": "1.2.2",
|
||||
"@stacks/stacking": "v2.0.1",
|
||||
"@stacks/transactions": "2.0.1",
|
||||
"@types/express-list-endpoints": "4.0.1",
|
||||
"@types/lru-cache": "5.1.1",
|
||||
"@types/ws": "7.4.7",
|
||||
"ajv": "6.12.6",
|
||||
"bignumber.js": "9.0.2",
|
||||
"bitcoinjs-lib": "5.2.0",
|
||||
"bluebird": "3.7.2",
|
||||
"bn.js": "4.12.0",
|
||||
"c32check": "1.1.3",
|
||||
"chokidar": "3.5.2",
|
||||
"coinselect": "3.1.12",
|
||||
"cors": "2.8.5",
|
||||
"cross-env": "7.0.3",
|
||||
"dotenv": "8.6.0",
|
||||
"dotenv-flow": "3.2.0",
|
||||
"escape-goat": "3.0.0",
|
||||
"evt": "1.10.1",
|
||||
"express": "4.17.2",
|
||||
"express-list-endpoints": "5.0.0",
|
||||
"express-winston": "4.2.0",
|
||||
"getopts": "2.3.0",
|
||||
"http-proxy-middleware": "2.0.1",
|
||||
"jsonc-parser": "3.0.0",
|
||||
"jsonrpc-lite": "2.2.0",
|
||||
"lru-cache": "6.0.0",
|
||||
"micro-base58": "0.5.1",
|
||||
"node-fetch": "2.6.6",
|
||||
"node-pg-migrate": "6.2.1",
|
||||
"p-queue": "6.6.2",
|
||||
"path-to-regexp": "6.2.0",
|
||||
"pg": "8.7.1",
|
||||
"pg-copy-streams": "5.1.1",
|
||||
"pg-cursor": "2.7.1",
|
||||
"pg-listen": "1.7.0",
|
||||
"prom-client": "14.0.1",
|
||||
"rpc-bitcoin": "2.0.0",
|
||||
"socket.io": "4.4.0",
|
||||
"source-map-support": "0.5.21",
|
||||
"split2": "3.2.2",
|
||||
"strict-event-emitter-types": "2.0.0",
|
||||
"ts-unused-exports": "7.0.3",
|
||||
"typescript": "4.5.4",
|
||||
"uuid": "8.3.2",
|
||||
"winston": "3.3.3",
|
||||
"ws": "7.5.6",
|
||||
"zone-file": "2.0.0-beta.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@actions/core": "^1.2.4",
|
||||
"@actions/exec": "^1.0.4",
|
||||
"@actions/github": "^2.2.0",
|
||||
"@actions/io": "^1.0.2",
|
||||
"@commitlint/cli": "^9.1.2",
|
||||
"@commitlint/config-conventional": "^10.0.0",
|
||||
"@stacks/eslint-config": "^1.0.7",
|
||||
"@actions/core": "1.6.0",
|
||||
"@actions/exec": "1.1.0",
|
||||
"@actions/github": "2.2.0",
|
||||
"@actions/io": "1.1.1",
|
||||
"@commitlint/cli": "9.1.2",
|
||||
"@commitlint/config-conventional": "10.0.0",
|
||||
"@stacks/eslint-config": "1.2.0",
|
||||
"@stacks/prettier-config": "0.0.7",
|
||||
"@types/ajv": "^1.0.0",
|
||||
"@types/bluebird": "^3.5.30",
|
||||
"@types/bn.js": "^4.11.6",
|
||||
"@types/cors": "^2.8.6",
|
||||
"@types/dotenv-flow": "^3.1.0",
|
||||
"@types/express": "^4.17.12",
|
||||
"@types/is-ci": "^3.0.0",
|
||||
"@types/jest": "^27.0.3",
|
||||
"@types/node": "^16.11.7",
|
||||
"@types/node-fetch": "^2.5.6",
|
||||
"@types/pg": "^7.14.3",
|
||||
"@types/pg-copy-streams": "^1.2.1",
|
||||
"@types/source-map-support": "^0.5.3",
|
||||
"@types/split2": "^2.1.6",
|
||||
"@types/supertest": "^2.0.9",
|
||||
"@types/uuid": "^7.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
||||
"@typescript-eslint/parser": "^4.31.0",
|
||||
"concurrently": "^6.4.0",
|
||||
"docker-compose": "^0.23.5",
|
||||
"eslint": "^7.25.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"eslint-plugin-tsdoc": "^0.2.14",
|
||||
"husky": "^4.2.5",
|
||||
"is-ci": "^3.0.1",
|
||||
"jest": "^27.4.5",
|
||||
"nock": "^13.1.1",
|
||||
"nodemon": "^2.0.3",
|
||||
"pg-connection-string": "^2.5.0",
|
||||
"@types/ajv": "1.0.0",
|
||||
"@types/bluebird": "3.5.36",
|
||||
"@types/bn.js": "4.11.6",
|
||||
"@types/cors": "2.8.12",
|
||||
"@types/dotenv-flow": "3.2.0",
|
||||
"@types/express": "4.17.13",
|
||||
"@types/is-ci": "3.0.0",
|
||||
"@types/jest": "27.0.3",
|
||||
"@types/node": "16.11.17",
|
||||
"@types/node-fetch": "2.5.12",
|
||||
"@types/pg": "7.14.11",
|
||||
"@types/pg-copy-streams": "1.2.1",
|
||||
"@types/source-map-support": "0.5.4",
|
||||
"@types/split2": "2.1.6",
|
||||
"@types/supertest": "2.0.11",
|
||||
"@types/uuid": "7.0.5",
|
||||
"@typescript-eslint/eslint-plugin": "4.33.0",
|
||||
"@typescript-eslint/parser": "4.33.0",
|
||||
"concurrently": "6.5.1",
|
||||
"docker-compose": "0.23.14",
|
||||
"eslint": "7.32.0",
|
||||
"eslint-config-prettier": "8.3.0",
|
||||
"eslint-plugin-prettier": "3.4.1",
|
||||
"eslint-plugin-tsdoc": "0.2.14",
|
||||
"husky": "4.3.8",
|
||||
"is-ci": "3.0.1",
|
||||
"jest": "27.4.5",
|
||||
"nock": "13.2.1",
|
||||
"nodemon": "2.0.15",
|
||||
"pg-connection-string": "2.5.0",
|
||||
"prettier": "2.2.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"rpc-websocket-client": "^1.1.4",
|
||||
"socket.io-client": "^4.0.1",
|
||||
"supertest": "^4.0.2",
|
||||
"ts-jest": "^27.1.2",
|
||||
"ts-node": "^9.1.1",
|
||||
"why-is-node-running": "^2.2.0"
|
||||
"rimraf": "3.0.2",
|
||||
"rpc-websocket-client": "1.1.4",
|
||||
"socket.io-client": "4.4.0",
|
||||
"supertest": "4.0.2",
|
||||
"ts-jest": "27.1.2",
|
||||
"ts-node": "9.1.1",
|
||||
"why-is-node-running": "2.2.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"bufferutil": "^4.0.3",
|
||||
"utf-8-validate": "^5.0.4"
|
||||
"bufferutil": "4.0.5",
|
||||
"utf-8-validate": "5.0.7"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user