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 Jan 31, 2024
1 parent 9aa11fa commit 83c5dd7
Show file tree
Hide file tree
Showing 5 changed files with 563 additions and 1,029 deletions.
12 changes: 6 additions & 6 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.1",
"@api3/ois": "^2.3.1",
"@api3/promise-utils": "^0.4.0",
"axios": "^1.6.5",
"dotenv": "^16.3.1",
"dotenv": "^16.4.1",
"ethers": "^5.7.2",
"express": "^4.18.2",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"license": "MIT",
"dependencies": {
"@api3/commons": "^0.6.0",
"@api3/commons": "^0.6.1",
"@api3/promise-utils": "^0.4.0",
"axios": "^1.6.5",
"ethers": "^5.7.2",
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.1",
"@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 83c5dd7

Please sign in to comment.