Skip to content

Commit

Permalink
fix(deps): update non-major-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 507582d commit 6266eed
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 77 deletions.
4 changes: 2 additions & 2 deletions packages/airnode-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"@api3/airnode-adapter": "^0.14.2",
"@api3/airnode-node": "^0.14.2",
"@api3/airnode-validator": "^0.14.2",
"@api3/commons": "^0.13.2",
"@api3/commons": "^0.13.3",
"@api3/ois": "^2.3.2",
"@api3/promise-utils": "^0.4.0",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"ethers": "^5.7.2",
"express": "^4.21.0",
"express": "^4.21.1",
"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 @@ -18,13 +18,13 @@
},
"license": "MIT",
"dependencies": {
"@api3/commons": "^0.13.2",
"@api3/commons": "^0.13.3",
"@api3/airnode-feed": "workspace:*",
"@api3/promise-utils": "^0.4.0",
"@api3/signed-api": "workspace:*",
"axios": "^1.7.7",
"ethers": "^5.7.2",
"express": "^4.21.0",
"express": "^4.21.1",
"lodash": "^4.17.21",
"zod": "^3.23.8"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/signed-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
},
"dependencies": {
"@api3/airnode-feed": "workspace:*",
"@api3/commons": "^0.13.2",
"@api3/commons": "^0.13.3",
"@api3/promise-utils": "^0.4.0",
"@aws-sdk/client-s3": "^3.665.0",
"@aws-sdk/client-s3": "^3.670.0",
"dotenv": "^16.4.5",
"ethers": "^5.7.2",
"express": "^4.21.0",
"express": "^4.21.1",
"lodash": "^4.17.21",
"workerpool": "^9.1.3",
"workerpool": "^9.2.0",
"zod": "^3.23.8"
}
}
99 changes: 30 additions & 69 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6266eed

Please sign in to comment.