Skip to content

Commit 44fcd1f

Browse files
committed
fix: bump deps
1 parent ce7cb7f commit 44fcd1f

File tree

4 files changed

+375
-356
lines changed

4 files changed

+375
-356
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.2/schema.json",
33
"extends": ["@gearbox-protocol/biome-config"],
44
"vcs": {
55
"enabled": true,

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
"pino-pretty": "^13.1.3"
2222
},
2323
"devDependencies": {
24-
"@aws-sdk/client-s3": "^3.986.0",
25-
"@biomejs/biome": "^2.3.14",
24+
"@aws-sdk/client-s3": "^3.991.0",
25+
"@biomejs/biome": "^2.4.2",
2626
"@commander-js/extra-typings": "^14.0.0",
2727
"@commitlint/cli": "^20.4.1",
2828
"@commitlint/config-conventional": "^20.4.1",
29-
"@gearbox-protocol/biome-config": "^1.0.20",
30-
"@gearbox-protocol/cli-utils": "^5.70.1",
29+
"@gearbox-protocol/biome-config": "^1.0.21",
30+
"@gearbox-protocol/cli-utils": "^5.70.2",
3131
"@gearbox-protocol/liquidator-contracts": "^1.36.0-experimental.67",
3232
"@gearbox-protocol/liquidator-v2-contracts": "^2.4.0",
33-
"@gearbox-protocol/sdk": "12.6.7",
33+
"@gearbox-protocol/sdk": "12.8.0",
3434
"@gearbox-protocol/types": "^1.14.8",
35-
"@types/node": "^25.2.2",
35+
"@types/node": "^25.2.3",
3636
"@vlad-yakovlev/telegram-md": "^2.1.0",
3737
"abitype": "^1.2.3",
3838
"axios": "^1.13.5",
@@ -47,7 +47,7 @@
4747
"pino": "^10.3.1",
4848
"tsx": "4.21.0",
4949
"typescript": "^5.9.3",
50-
"viem": "^2.45.2",
50+
"viem": "^2.46.1",
5151
"vitest": "^4.0.18",
5252
"zod": "^4.3.6"
5353
},

src/services/liquidate/partial/v300/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ export const V300_PARTIAL_LIQUIDATOR_BOTS: Record<Curator, Address> = {
1313
Hyperithm: ADDRESS_0X0,
1414
"Edge UltraYield": ADDRESS_0X0,
1515
TelosC: ADDRESS_0X0,
16+
"Gami Labs": ADDRESS_0X0,
1617
};

0 commit comments

Comments
 (0)