|
1 | 1 | {
|
2 | 2 | "name": "@chainsafe/lodestar",
|
3 |
| - "version": "1.15.0", |
| 3 | + "version": "1.15.1", |
4 | 4 | "description": "Command line interface for lodestar",
|
5 | 5 | "author": "ChainSafe Systems",
|
6 | 6 | "license": "LGPL-3.0",
|
|
66 | 66 | "@libp2p/crypto": "^3.0.4",
|
67 | 67 | "@libp2p/peer-id": "^4.0.4",
|
68 | 68 | "@libp2p/peer-id-factory": "^4.0.3",
|
69 |
| - "@lodestar/api": "^1.15.0", |
70 |
| - "@lodestar/beacon-node": "^1.15.0", |
71 |
| - "@lodestar/config": "^1.15.0", |
72 |
| - "@lodestar/db": "^1.15.0", |
73 |
| - "@lodestar/light-client": "^1.15.0", |
74 |
| - "@lodestar/logger": "^1.15.0", |
75 |
| - "@lodestar/params": "^1.15.0", |
76 |
| - "@lodestar/state-transition": "^1.15.0", |
77 |
| - "@lodestar/types": "^1.15.0", |
78 |
| - "@lodestar/utils": "^1.15.0", |
79 |
| - "@lodestar/validator": "^1.15.0", |
| 69 | + "@lodestar/api": "^1.15.1", |
| 70 | + "@lodestar/beacon-node": "^1.15.1", |
| 71 | + "@lodestar/config": "^1.15.1", |
| 72 | + "@lodestar/db": "^1.15.1", |
| 73 | + "@lodestar/light-client": "^1.15.1", |
| 74 | + "@lodestar/logger": "^1.15.1", |
| 75 | + "@lodestar/params": "^1.15.1", |
| 76 | + "@lodestar/state-transition": "^1.15.1", |
| 77 | + "@lodestar/types": "^1.15.1", |
| 78 | + "@lodestar/utils": "^1.15.1", |
| 79 | + "@lodestar/validator": "^1.15.1", |
80 | 80 | "@multiformats/multiaddr": "^12.1.3",
|
81 |
| - "@types/lockfile": "^1.0.2", |
82 | 81 | "bip39": "^3.1.0",
|
83 | 82 | "deepmerge": "^4.3.1",
|
84 | 83 | "ethers": "^6.7.0",
|
|
87 | 86 | "got": "^11.8.6",
|
88 | 87 | "inquirer": "^9.1.5",
|
89 | 88 | "js-yaml": "^4.1.0",
|
90 |
| - "lockfile": "^1.0.4", |
91 | 89 | "lodash": "^4.17.21",
|
92 | 90 | "prom-client": "^15.1.0",
|
| 91 | + "proper-lockfile": "^4.1.2", |
93 | 92 | "rimraf": "^4.4.1",
|
94 | 93 | "source-map-support": "^0.5.21",
|
95 | 94 | "uint8arrays": "^4.0.9",
|
96 | 95 | "uuidv4": "^6.2.13",
|
97 | 96 | "yargs": "^17.7.1"
|
98 | 97 | },
|
99 | 98 | "devDependencies": {
|
100 |
| - "@lodestar/test-utils": "^1.15.0", |
| 99 | + "@lodestar/test-utils": "^1.15.1", |
101 | 100 | "@types/debug": "^4.1.7",
|
102 | 101 | "@types/expand-tilde": "^2.0.0",
|
103 | 102 | "@types/got": "^9.6.12",
|
104 | 103 | "@types/inquirer": "^9.0.3",
|
105 | 104 | "@types/lodash": "^4.14.192",
|
| 105 | + "@types/proper-lockfile": "^4.1.4", |
106 | 106 | "@types/yargs": "^17.0.24"
|
107 | 107 | }
|
108 | 108 | }
|
0 commit comments