|
1 | 1 | { |
2 | 2 | "name": "adamant-api", |
3 | | - "version": "1.5.0", |
| 3 | + "version": "1.6.0", |
4 | 4 | "description": "REST API for ADAMANT Blockchain", |
5 | 5 | "main": "src/index.js", |
6 | 6 | "scripts": { |
|
12 | 12 | "author": "ADAMANT Foundation <devs@adamant.im> (https://adamant.im)", |
13 | 13 | "license": "GPL-3.0", |
14 | 14 | "dependencies": { |
15 | | - "@liskhq/lisk-cryptography": "3.2.0", |
16 | | - "axios": "^0.25.0", |
17 | | - "bignumber.js": "^9.0.2", |
| 15 | + "@liskhq/lisk-cryptography": "3.2.1", |
| 16 | + "axios": "^1.1.3", |
| 17 | + "bignumber.js": "^9.1.0", |
18 | 18 | "bitcoinjs-lib": "^5.2.0", |
19 | | - "bitcore-mnemonic": "^8.25.25", |
| 19 | + "bitcore-mnemonic": "^8.25.40", |
20 | 20 | "bytebuffer": "^5.0.1", |
21 | | - "coininfo": "^5.1.0", |
| 21 | + "coininfo": "^5.2.1", |
22 | 22 | "ed2curve": "^0.3.0", |
23 | | - "ethereumjs-util": "^7.1.4", |
| 23 | + "ethereumjs-util": "^7.1.5", |
24 | 24 | "hdkey": "^2.0.1", |
25 | 25 | "pbkdf2": "^3.1.2", |
26 | | - "socket.io-client": "^2.4.0", |
| 26 | + "socket.io-client": "^4.5.3", |
27 | 27 | "sodium-browserify-tweetnacl": "^0.2.6" |
28 | 28 | }, |
29 | 29 | "publishConfig": { |
|
63 | 63 | }, |
64 | 64 | "homepage": "https://github.com/Adamant-im/adamant-api-jsclient#readme", |
65 | 65 | "devDependencies": { |
66 | | - "@commitlint/cli": "^16.2.1", |
67 | | - "@commitlint/config-conventional": "^16.2.1", |
68 | | - "eslint": "^8.9.0", |
| 66 | + "@commitlint/cli": "^17.2.0", |
| 67 | + "@commitlint/config-conventional": "^17.2.0", |
| 68 | + "eslint": "^8.27.0", |
69 | 69 | "eslint-config-google": "^0.14.0", |
70 | | - "eslint-plugin-jest": "^26.1.0", |
71 | | - "husky": "^7.0.4", |
72 | | - "jest": "^27.5.1" |
| 70 | + "eslint-plugin-jest": "^27.1.5", |
| 71 | + "husky": "^8.0.2", |
| 72 | + "jest": "^29.3.1" |
73 | 73 | } |
74 | 74 | } |
0 commit comments