Skip to content

Commit

Permalink
fix(deps): update non-major-dependencies (#401)
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 16, 2024
1 parent 2d54023 commit 0342d82
Show file tree
Hide file tree
Showing 4 changed files with 631 additions and 614 deletions.
6 changes: 3 additions & 3 deletions packages/airnode-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@api3/commons": "^0.13.4",
"@api3/ois": "^2.3.2",
"@api3/promise-utils": "^0.4.0",
"axios": "^1.7.8",
"dotenv": "^16.4.5",
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"ethers": "^5.7.2",
"express": "^4.21.1",
"express": "^4.21.2",
"lodash": "^4.17.21",
"zod": "^3.23.8"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@api3/airnode-feed": "workspace:*",
"@api3/promise-utils": "^0.4.0",
"@api3/signed-api": "workspace:*",
"axios": "^1.7.8",
"axios": "^1.7.9",
"ethers": "^5.7.2",
"express": "^4.21.1",
"express": "^4.21.2",
"lodash": "^4.17.21",
"zod": "^3.23.8"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/signed-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"@api3/airnode-feed": "workspace:*",
"@api3/commons": "^0.13.4",
"@api3/promise-utils": "^0.4.0",
"@aws-sdk/client-s3": "^3.703.0",
"dotenv": "^16.4.5",
"@aws-sdk/client-s3": "^3.705.0",
"dotenv": "^16.4.7",
"ethers": "^5.7.2",
"express": "^4.21.1",
"express": "^4.21.2",
"lodash": "^4.17.21",
"workerpool": "^9.2.0",
"zod": "^3.23.8"
Expand Down
Loading

0 comments on commit 0342d82

Please sign in to comment.