Skip to content

Commit 08972d5

Browse files
committed
fix: bump deps
1 parent 7c3a67b commit 08972d5

File tree

3 files changed

+585
-574
lines changed

3 files changed

+585
-574
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.5/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.6/schema.json",
33
"extends": ["@gearbox-protocol/biome-config"],
44
"vcs": {
55
"enabled": true,

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,36 +21,36 @@
2121
"pino-pretty": "^13.1.2"
2222
},
2323
"devDependencies": {
24-
"@aws-sdk/client-s3": "^3.931.0",
25-
"@biomejs/biome": "^2.3.5",
24+
"@aws-sdk/client-s3": "^3.936.0",
25+
"@biomejs/biome": "^2.3.6",
2626
"@commander-js/extra-typings": "^14.0.0",
2727
"@commitlint/cli": "^20.1.0",
2828
"@commitlint/config-conventional": "^20.0.0",
29-
"@gearbox-protocol/biome-config": "^1.0.11",
30-
"@gearbox-protocol/cli-utils": "^5.59.2",
29+
"@gearbox-protocol/biome-config": "^1.0.12",
30+
"@gearbox-protocol/cli-utils": "^5.60.0",
3131
"@gearbox-protocol/liquidator-contracts": "^1.36.0-experimental.41",
3232
"@gearbox-protocol/liquidator-v2-contracts": "^2.4.0",
33-
"@gearbox-protocol/sdk": "11.1.6",
33+
"@gearbox-protocol/sdk": "11.4.2",
3434
"@gearbox-protocol/types": "^1.14.8",
3535
"@types/node": "^24.10.1",
3636
"@uniswap/sdk-core": "^7.9.0",
3737
"@uniswap/v3-sdk": "^3.26.0",
3838
"@vlad-yakovlev/telegram-md": "^2.1.0",
39-
"abitype": "^1.1.1",
39+
"abitype": "^1.1.2",
4040
"axios": "^1.13.2",
4141
"axios-retry": "^4.5.0",
4242
"date-fns": "^4.1.0",
4343
"di-at-home": "^0.0.7",
4444
"esbuild": "^0.27.0",
4545
"husky": "^9.1.7",
46-
"lint-staged": "^16.2.6",
46+
"lint-staged": "^16.2.7",
4747
"nanoid": "^5.1.6",
4848
"node-pty": "^1.0.0",
4949
"pino": "^10.1.0",
5050
"tsx": "4.20.6",
5151
"typescript": "^5.9.3",
52-
"viem": "^2.39.0",
53-
"vitest": "^4.0.9",
52+
"viem": "^2.39.3",
53+
"vitest": "^4.0.12",
5454
"zod": "^4.1.12"
5555
},
5656
"commitlint": {

0 commit comments

Comments
 (0)