Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent c9a94bf commit 56094c6
Show file tree
Hide file tree
Showing 6 changed files with 962 additions and 876 deletions.
2 changes: 1 addition & 1 deletion packages/airnode-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@api3/ois": "2.3.1",
"@api3/promise-utils": "^0.4.0",
"axios": "^1.6.2",
"axios": "^1.6.7",
"bignumber.js": "^9.1.2",
"ethers": "^5.7.2",
"lodash": "^4.17.21"
Expand Down
8 changes: 4 additions & 4 deletions packages/airnode-deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"@api3/airnode-utilities": "^0.14.0",
"@api3/airnode-validator": "^0.14.0",
"@api3/promise-utils": "^0.4.0",
"@aws-sdk/client-s3": "^3.418.0",
"@aws-sdk/signature-v4-crt": "^3.418.0",
"@google-cloud/storage": "^7.1.0",
"@aws-sdk/client-s3": "^3.501.0",
"@aws-sdk/signature-v4-crt": "^3.499.0",
"@google-cloud/storage": "^7.7.0",
"adm-zip": "^0.5.10",
"chalk": "^4.1.2",
"cli-table3": "^0.6.3",
"compare-versions": "^6.1.0",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"dotenv": "^16.3.1",
"dotenv": "^16.4.1",
"ethers": "^5.7.2",
"lodash": "^4.17.21",
"ora": "^5.4.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/airnode-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"@api3/airnode-protocol": "^0.14.0",
"@api3/airnode-utilities": "^0.14.0",
"@api3/airnode-validator": "^0.14.0",
"@api3/chains": "^4.4.0",
"@api3/commons": "^0.5.0",
"@api3/chains": "^4.5.0",
"@api3/commons": "^0.6.2",
"@api3/ois": "2.3.1",
"@api3/promise-utils": "^0.4.0",
"@aws-sdk/client-lambda": "^3.418.0",
"@aws-sdk/client-lambda": "^3.501.0",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"dotenv": "^16.4.1",
"ethers": "^5.7.2",
"express": "^4.18.2",
"google-auth-library": "^9.0.0",
"google-auth-library": "^9.5.0",
"lodash": "^4.17.21",
"yargs": "^17.7.2",
"zod": "^3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-operation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"express": "^4.18.2",
"hardhat": "^2.14.1",
"morgan": "^1.10.0",
"pm2": "^5.3.0"
"pm2": "^5.3.1"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@api3/airnode-protocol": "^0.14.0",
"@api3/ois": "2.3.1",
"@api3/promise-utils": "^0.4.0",
"dotenv": "^16.3.1",
"dotenv": "^16.4.1",
"ethers": "^5.7.2",
"lodash": "^4.17.21",
"ora": "^5.4.1",
Expand Down
Loading

0 comments on commit 56094c6

Please sign in to comment.