|
34 | 34 | "url": "https://github.com/ethereum-optimism/optimism.git"
|
35 | 35 | },
|
36 | 36 | "dependencies": {
|
37 |
| - "@eth-optimism/core-utils": "0.12.3", |
38 |
| - "@sentry/node": "^6.3.1", |
39 |
| - "bcfg": "^0.1.7", |
40 |
| - "body-parser": "^1.20.0", |
41 |
| - "commander": "^9.0.0", |
42 |
| - "dotenv": "^16.0.0", |
43 |
| - "envalid": "^7.2.2", |
44 |
| - "ethers": "^5.7.0", |
45 |
| - "express": "^4.17.1", |
46 |
| - "express-prom-bundle": "^6.4.1", |
| 37 | + "@eth-optimism/core-utils": "workspace:*", |
| 38 | + "@sentry/node": "^7.64.0", |
| 39 | + "bcfg": "^0.2.1", |
| 40 | + "body-parser": "^1.20.2", |
| 41 | + "commander": "^11.0.0", |
| 42 | + "dotenv": "^16.3.1", |
| 43 | + "envalid": "^7.3.1", |
| 44 | + "ethers": "^5.7.2", |
| 45 | + "express": "^4.18.2", |
| 46 | + "express-prom-bundle": "^6.6.0", |
47 | 47 | "lodash": "^4.17.21",
|
48 | 48 | "morgan": "^1.10.0",
|
49 | 49 | "pino": "^8.15.0",
|
50 |
| - "pino-multi-stream": "^5.3.0", |
| 50 | + "pino-multi-stream": "^6.0.0", |
51 | 51 | "pino-sentry": "^0.14.0",
|
52 |
| - "prom-client": "^13.1.0" |
| 52 | + "prom-client": "^14.2.0" |
53 | 53 | },
|
54 | 54 | "devDependencies": {
|
55 | 55 | "@ethersproject/abstract-provider": "^5.7.0",
|
56 | 56 | "@ethersproject/abstract-signer": "^5.7.0",
|
57 |
| - "@types/express": "^4.17.13", |
58 |
| - "@types/morgan": "^1.9.3", |
59 |
| - "@types/pino": "^6.3.6", |
60 |
| - "@types/pino-multi-stream": "^5.1.1", |
61 |
| - "chai": "^4.3.4", |
62 |
| - "supertest": "^6.1.4" |
| 57 | + "@types/express": "^4.17.17", |
| 58 | + "@types/morgan": "^1.9.4", |
| 59 | + "@types/pino": "^7.0.5", |
| 60 | + "@types/pino-multi-stream": "^5.1.3", |
| 61 | + "chai": "^4.3.7", |
| 62 | + "supertest": "^6.3.3" |
63 | 63 | }
|
64 | 64 | }
|
0 commit comments