|
20 | 20 | }, |
21 | 21 | "homepage": "https://github.com/zondax/ledger-oasis", |
22 | 22 | "dependencies": { |
23 | | - "@babel/runtime": "^7.25.6", |
| 23 | + "@babel/runtime": "^7.29.2", |
24 | 24 | "@ledgerhq/hw-app-eth": "6.47.0", |
25 | | - "@ledgerhq/hw-transport": "^6.31.2", |
| 25 | + "@ledgerhq/hw-transport": "^6.35.0", |
26 | 26 | "bech32": "^2.0.0" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@babel/cli": "^7.25.6", |
30 | | - "@babel/core": "^7.25.2", |
31 | | - "@babel/eslint-parser": "^7.25.1", |
32 | | - "@babel/node": "^7.25.0", |
33 | | - "@babel/plugin-transform-runtime": "^7.25.4", |
34 | | - "@babel/preset-env": "^7.25.4", |
35 | | - "@ledgerhq/hw-transport-node-hid": "^6.29.3", |
36 | | - "@ledgerhq/hw-transport-webusb": "^6.29.2", |
37 | | - "@ledgerhq/logs": "^6.11.0", |
38 | | - "babel-jest": "^30.2.0", |
39 | | - "bip32": "5.0.0", |
| 29 | + "@babel/cli": "^7.28.6", |
| 30 | + "@babel/core": "^7.29.0", |
| 31 | + "@babel/eslint-parser": "^7.28.6", |
| 32 | + "@babel/node": "^7.29.0", |
| 33 | + "@babel/plugin-transform-runtime": "^7.29.0", |
| 34 | + "@babel/preset-env": "^7.29.2", |
| 35 | + "@ledgerhq/hw-transport-node-hid": "^6.33.0", |
| 36 | + "@ledgerhq/hw-transport-webusb": "^6.34.0", |
| 37 | + "@ledgerhq/logs": "^6.17.0", |
| 38 | + "babel-jest": "^30.3.0", |
| 39 | + "bip32": "5.0.1", |
40 | 40 | "bip39": "3.1.0", |
41 | | - "core-js": "^3.38.1", |
| 41 | + "core-js": "^3.49.0", |
42 | 42 | "crypto-js": "4.2.0", |
43 | 43 | "ed25519-supercop": "^2.0.1", |
44 | | - "eslint": "^9.9.1", |
| 44 | + "eslint": "^10.2.1", |
45 | 45 | "eslint-config-airbnb-base": "^15.0.0", |
46 | 46 | "eslint-config-prettier": "^10.1.8", |
47 | 47 | "eslint-plugin-import": "^2.30.0", |
48 | | - "eslint-plugin-jest": "^29.0.1", |
49 | | - "eslint-plugin-prettier": "^5.2.1", |
| 48 | + "eslint-plugin-jest": "^29.15.2", |
| 49 | + "eslint-plugin-prettier": "^5.5.5", |
50 | 50 | "index.js": "^0.0.3", |
51 | | - "jest": "^30.2.0", |
| 51 | + "jest": "^30.3.0", |
52 | 52 | "jest-serial-runner": "^1.2.1", |
53 | 53 | "js-sha512": "^0.9.0", |
54 | | - "prettier": "^3.3.3" |
| 54 | + "prettier": "^3.8.3" |
55 | 55 | }, |
56 | 56 | "scripts": { |
57 | 57 | "build": "babel src --out-dir dist", |
|
0 commit comments