Skip to content

Commit

Permalink
Update non-major-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent 66084c6 commit d458b5f
Show file tree
Hide file tree
Showing 5 changed files with 572 additions and 1,038 deletions.
14 changes: 7 additions & 7 deletions packages/airnode-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
},
"license": "MIT",
"dependencies": {
"@api3/airnode-abi": "^0.13.0",
"@api3/airnode-adapter": "^0.13.0",
"@api3/airnode-node": "^0.13.0",
"@api3/airnode-validator": "^0.13.0",
"@api3/commons": "^0.6.0",
"@api3/airnode-abi": "^0.14.0",
"@api3/airnode-adapter": "^0.14.0",
"@api3/airnode-node": "^0.14.0",
"@api3/airnode-validator": "^0.14.0",
"@api3/commons": "^0.6.2",
"@api3/ois": "^2.3.1",
"@api3/promise-utils": "^0.4.0",
"axios": "^1.6.5",
"dotenv": "^16.3.1",
"axios": "^1.6.7",
"dotenv": "^16.4.1",
"ethers": "^5.7.2",
"express": "^4.18.2",
"lodash": "^4.17.21",
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 @@
},
"license": "MIT",
"dependencies": {
"@api3/commons": "^0.6.0",
"@api3/commons": "^0.6.2",
"@api3/promise-utils": "^0.4.0",
"axios": "^1.6.5",
"axios": "^1.6.7",
"ethers": "^5.7.2",
"express": "^4.18.2",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/performance-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"license": "MIT",
"dependencies": {
"@api3/airnode-abi": "^0.13.0",
"@api3/airnode-abi": "^0.14.0",
"ethers": "^5.7.2"
}
}
6 changes: 3 additions & 3 deletions packages/signed-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"nodemon": "^3.0.3"
},
"dependencies": {
"@api3/commons": "^0.6.0",
"@api3/commons": "^0.6.2",
"@api3/promise-utils": "^0.4.0",
"@aws-sdk/client-s3": "^3.490.0",
"dotenv": "^16.3.1",
"@aws-sdk/client-s3": "^3.499.0",
"dotenv": "^16.4.1",
"ethers": "^5.7.2",
"express": "^4.18.2",
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit d458b5f

Please sign in to comment.