Skip to content

Commit 208e1f7

Browse files
committed
fix: bump deps
1 parent 330c7e0 commit 208e1f7

File tree

2 files changed

+413
-395
lines changed

2 files changed

+413
-395
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
},
2020
"dependencies": {
2121
"node-pty": "^1.0.0",
22-
"pino-pretty": "^13.0.0",
23-
"zod-validation-error": "^3.4.0"
22+
"pino-pretty": "^13.0.0"
2423
},
2524
"devDependencies": {
2625
"@aws-sdk/client-s3": "^3.758.0",
@@ -29,9 +28,9 @@
2928
"@gearbox-protocol/eslint-config": "2.0.0-next.2",
3029
"@gearbox-protocol/liquidator-v2-contracts": "^2.3.2",
3130
"@gearbox-protocol/prettier-config": "2.0.0",
32-
"@gearbox-protocol/sdk": "3.0.0-vfour.285",
31+
"@gearbox-protocol/sdk": "3.0.0-vfour.288",
3332
"@gearbox-protocol/types": "^1.14.6",
34-
"@types/node": "^22.13.9",
33+
"@types/node": "^22.13.10",
3534
"@uniswap/sdk-core": "^7.7.0",
3635
"@uniswap/v3-sdk": "^3.25.0",
3736
"@vlad-yakovlev/telegram-md": "^2.0.0",
@@ -52,7 +51,9 @@
5251
"tsx": "^4.19.3",
5352
"typescript": "^5.8.2",
5453
"viem": "^2.23.6",
55-
"vitest": "^3.0.7"
54+
"vitest": "^3.0.7",
55+
"zod": "^3.24.2",
56+
"zod-validation-error": "^3.4.0"
5657
},
5758
"prettier": "@gearbox-protocol/prettier-config",
5859
"lint-staged": {

0 commit comments

Comments
 (0)