|
26 | 26 | "registry": "https://registry.npmjs.org/"
|
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 |
| - "@eslint/js": "^9.19.0", |
30 |
| - "@types/jest": "^29.5.12", |
| 29 | + "@eslint/js": "^9.31.0", |
| 30 | + "@types/jest": "^30.0.0", |
31 | 31 | "@types/long": "^5.0.0",
|
32 |
| - "@types/node": "^22.12.0", |
| 32 | + "@types/node": "^24.0.14", |
33 | 33 | "@types/ws": "^8.5.11",
|
34 |
| - "@typescript-eslint/eslint-plugin": "^8.22.0", |
35 |
| - "@typescript-eslint/parser": "^8.22.0", |
| 34 | + "@typescript-eslint/eslint-plugin": "^8.37.0", |
| 35 | + "@typescript-eslint/parser": "^8.37.0", |
36 | 36 | "@typescript-eslint/typescript-estree": "^8.6.0",
|
37 |
| - "eslint": "^9.19.0", |
38 |
| - "eslint-config-prettier": "^10.0.1", |
39 |
| - "eslint-plugin-prettier": "5.2.1", |
40 |
| - "globals": "^15.14.0", |
41 |
| - "jest": "^29.7.0", |
42 |
| - "jest-mock-extended": "^3.0.4", |
| 37 | + "eslint": "^9.31.0", |
| 38 | + "eslint-config-prettier": "^10.1.5", |
| 39 | + "eslint-plugin-prettier": "5.5.1", |
| 40 | + "globals": "^16.3.0", |
| 41 | + "jest": "^30.0.4", |
| 42 | + "jest-mock-extended": "^4.0.0", |
43 | 43 | "jest-websocket-mock": "^2.4.0",
|
44 |
| - "prettier": "^3.4.2", |
45 |
| - "ts-jest": "^29.2.2", |
46 |
| - "ts-proto": "^2.6.1", |
47 |
| - "typescript": "^5.7.3", |
48 |
| - "typescript-eslint": "^8.22.0" |
| 44 | + "prettier": "^3.6.2", |
| 45 | + "ts-jest": "^29.4.0", |
| 46 | + "ts-proto": "^2.7.5", |
| 47 | + "typescript": "^5.8.3", |
| 48 | + "typescript-eslint": "^8.37.0" |
49 | 49 | },
|
50 | 50 | "dependencies": {
|
51 |
| - "@cosmjs/amino": "^0.33.0", |
52 |
| - "@cosmjs/crypto": "^0.33.0", |
53 |
| - "@cosmjs/ledger-amino": "^0.33.0", |
| 51 | + "@cosmjs/amino": "^0.34.0", |
| 52 | + "@cosmjs/crypto": "^0.34.0", |
| 53 | + "@cosmjs/ledger-amino": "^0.34.0", |
54 | 54 | "@types/uuid": "^10.0.0",
|
55 |
| - "axios": "^1.7.2", |
56 |
| - "long": "^5.2.3", |
57 |
| - "protobufjs": "^7.4.0", |
58 |
| - "uuid": "^11.0.5", |
| 55 | + "axios": "^1.10.0", |
| 56 | + "long": "^5.3.2", |
| 57 | + "protobufjs": "^7.5.3", |
| 58 | + "uuid": "^11.1.0", |
59 | 59 | "ws": "^8.18.0"
|
60 | 60 | },
|
61 | 61 | "scripts": {
|
|
0 commit comments