Skip to content

Commit

Permalink
fix(deps): update non-major-dependencies (#403)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent a37e91f commit 6c00433
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 46 deletions.
2 changes: 1 addition & 1 deletion packages/airnode-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"ethers": "^5.7.2",
"express": "^4.21.2",
"lodash": "^4.17.21",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@types/express": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"ethers": "^5.7.2",
"express": "^4.21.2",
"lodash": "^4.17.21",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@types/express": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/signed-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"@api3/airnode-feed": "workspace:*",
"@api3/commons": "^0.13.4",
"@api3/promise-utils": "^0.4.0",
"@aws-sdk/client-s3": "^3.705.0",
"@aws-sdk/client-s3": "^3.712.0",
"dotenv": "^16.4.7",
"ethers": "^5.7.2",
"express": "^4.21.2",
"lodash": "^4.17.21",
"workerpool": "^9.2.0",
"zod": "^3.23.8"
"zod": "^3.24.1"
}
}
67 changes: 25 additions & 42 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c00433

Please sign in to comment.