Skip to content

Commit 507260f

Browse files
fix(deps): update non-major-dependencies (#546)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 907ce42 commit 507260f

4 files changed

Lines changed: 745 additions & 414 deletions

File tree

packages/airnode-feed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"ethers": "^5.8.0",
4242
"express": "^5.2.1",
4343
"lodash": "^4.17.21",
44-
"zod": "^4.1.13"
44+
"zod": "^4.2.1"
4545
},
4646
"devDependencies": {
4747
"@types/express": "^5.0.6",

packages/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"ethers": "^5.8.0",
2727
"express": "^5.2.1",
2828
"lodash": "^4.17.21",
29-
"zod": "^4.1.13"
29+
"zod": "^4.2.1"
3030
},
3131
"devDependencies": {
3232
"@types/express": "^5.0.6",

packages/signed-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"@api3/airnode-feed": "workspace:*",
3939
"@api3/commons": "^1.0.1",
4040
"@api3/promise-utils": "^0.4.0",
41-
"@aws-sdk/client-s3": "^3.948.0",
41+
"@aws-sdk/client-s3": "^3.956.0",
4242
"dotenv": "^17.2.3",
4343
"ethers": "^5.8.0",
4444
"express": "^5.2.1",
4545
"lodash": "^4.17.21",
4646
"workerpool": "^10.0.1",
47-
"zod": "^4.1.13"
47+
"zod": "^4.2.1"
4848
}
4949
}

0 commit comments

Comments
 (0)