|
1 | 1 | {
|
2 | 2 | "name": "adamant-api",
|
3 |
| - "version": "2.3.1", |
| 3 | + "version": "2.4.0", |
4 | 4 | "description": "JavaScript API library for the ADAMANT Blockchain",
|
5 | 5 | "keywords": [
|
6 | 6 | "adm",
|
|
55 | 55 | "posttest": "npm run lint"
|
56 | 56 | },
|
57 | 57 | "dependencies": {
|
58 |
| - "@liskhq/lisk-cryptography": "4.0.0", |
59 |
| - "axios": "^1.6.2", |
| 58 | + "@liskhq/lisk-cryptography": "4.1.0", |
| 59 | + "axios": "^1.7.2", |
60 | 60 | "bignumber.js": "^9.1.2",
|
61 | 61 | "bip39": "^3.1.0",
|
62 | 62 | "bitcoinjs-lib": "^6.1.5",
|
|
67 | 67 | "ethereumjs-util": "^7.1.5",
|
68 | 68 | "hdkey": "^2.1.0",
|
69 | 69 | "pbkdf2": "^3.1.2",
|
70 |
| - "socket.io-client": "^4.7.2", |
| 70 | + "socket.io-client": "^4.7.5", |
71 | 71 | "sodium-browserify-tweetnacl": "^0.2.6",
|
72 | 72 | "tiny-secp256k1": "^2.2.3",
|
73 | 73 | "tweetnacl": "^1.0.3"
|
74 | 74 | },
|
75 | 75 | "devDependencies": {
|
76 |
| - "@commitlint/cli": "^18.4.2", |
77 |
| - "@commitlint/config-conventional": "^18.4.2", |
78 |
| - "@types/bytebuffer": "^5.0.47", |
| 76 | + "@commitlint/cli": "^19.3.0", |
| 77 | + "@commitlint/config-conventional": "^19.2.2", |
| 78 | + "@types/bytebuffer": "^5.0.49", |
79 | 79 | "@types/hdkey": "^2.0.3",
|
80 | 80 | "@types/ed2curve": "^0.2.4",
|
81 |
| - "@types/jest": "^29.5.8", |
82 |
| - "@types/node": "20.9.1", |
| 81 | + "@types/jest": "^29.5.12", |
| 82 | + "@types/node": "20.12.13", |
83 | 83 | "@types/pbkdf2": "^3.1.2",
|
84 | 84 | "eslint": "^8.54.0",
|
85 | 85 | "eslint-config-google": "^0.14.0",
|
86 |
| - "eslint-plugin-jest": "^27.6.0", |
87 |
| - "husky": "^8.0.3", |
| 86 | + "eslint-plugin-jest": "^28.5.0", |
| 87 | + "husky": "^9.0.11", |
88 | 88 | "jest": "^29.7.0",
|
89 |
| - "prettier": "^3.1.0", |
90 |
| - "ts-jest": "^29.1.1", |
91 |
| - "gts": "^5.2.0", |
92 |
| - "typescript": "~5.1.6" |
| 89 | + "prettier": "^3.2.5", |
| 90 | + "ts-jest": "^29.1.4", |
| 91 | + "gts": "^5.3.0", |
| 92 | + "typescript": "~5.1.0" |
93 | 93 | },
|
94 | 94 | "publishConfig": {
|
95 | 95 | "access": "public"
|
|
0 commit comments