Skip to content

Commit

Permalink
fix(deps): update non-major-dependencies (#396)
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 2, 2024
1 parent c6d299e commit 4311191
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 136 deletions.
2 changes: 1 addition & 1 deletion packages/airnode-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@api3/airnode-adapter": "^0.14.2",
"@api3/airnode-node": "^0.14.2",
"@api3/airnode-validator": "^0.14.2",
"@api3/commons": "^0.13.3",
"@api3/commons": "^0.13.4",
"@api3/ois": "^2.3.2",
"@api3/promise-utils": "^0.4.0",
"axios": "^1.7.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"license": "MIT",
"dependencies": {
"@api3/commons": "^0.13.3",
"@api3/commons": "^0.13.4",
"@api3/airnode-feed": "workspace:*",
"@api3/promise-utils": "^0.4.0",
"@api3/signed-api": "workspace:*",
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 @@ -36,9 +36,9 @@
},
"dependencies": {
"@api3/airnode-feed": "workspace:*",
"@api3/commons": "^0.13.3",
"@api3/commons": "^0.13.4",
"@api3/promise-utils": "^0.4.0",
"@aws-sdk/client-s3": "^3.693.0",
"@aws-sdk/client-s3": "^3.699.0",
"dotenv": "^16.4.5",
"ethers": "^5.7.2",
"express": "^4.21.1",
Expand Down
Loading

0 comments on commit 4311191

Please sign in to comment.