Skip to content

Commit

Permalink
Merge pull request #1782 from api3dao/renovate/dependencies-(non-major)
Browse files Browse the repository at this point in the history
Update dependencies (non-major)
  • Loading branch information
dcroote authored May 29, 2023
2 parents 62515f4 + 183e1c9 commit 624b737
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/airnode-deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@api3/airnode-utilities": "^0.11.0",
"@api3/airnode-validator": "^0.11.0",
"@api3/promise-utils": "^0.4.0",
"@aws-sdk/client-s3": "^3.337.0",
"@aws-sdk/signature-v4-crt": "^3.337.0",
"@aws-sdk/client-s3": "^3.341.0",
"@aws-sdk/signature-v4-crt": "^3.341.0",
"@google-cloud/storage": "^6.10.1",
"adm-zip": "^0.5.10",
"chalk": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@api3/airnode-validator": "^0.11.0",
"@api3/ois": "2.0.0",
"@api3/promise-utils": "^0.4.0",
"@aws-sdk/client-lambda": "^3.337.0",
"@aws-sdk/client-lambda": "^3.341.0",
"date-fns": "^2.30.0",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@api3/airnode-protocol-v1": "^2.4.0",
"@api3/airnode-protocol-v1": "^2.5.0",
"@openzeppelin/contracts": "4.4.2",
"ethers": "^5.7.2"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@jridgewell/gen-mapping" "^0.3.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@api3/airnode-protocol-v1@^2.4.0":
"@api3/airnode-protocol-v1@^2.5.0":
version "2.5.0"
resolved "https://registry.yarnpkg.com/@api3/airnode-protocol-v1/-/airnode-protocol-v1-2.5.0.tgz#280186da94c944847d5153ec12150baa344e7b41"
integrity sha512-K2OYY0Pycj2gIjNrWSLDGD6CqbhYghcgmeVBucnSSa3Eq93xcU+P48PhYMQhdxaULh6IzPxHxunU8EHvos+E5g==
Expand Down Expand Up @@ -129,7 +129,7 @@
dependencies:
tslib "^2.5.0"

"@aws-sdk/client-lambda@^3.337.0":
"@aws-sdk/client-lambda@^3.341.0":
version "3.341.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-lambda/-/client-lambda-3.341.0.tgz#6f8c40e79d9f2594ff0b38d831bbce2a30810759"
integrity sha512-tH+sHEH+BEwEfHHOk6vMksbWaRe0A7L7SgIF/eTuF+1QZfoTaHDOui08u4qBmSVUzWGNLH4v0M19Qr78dOp01w==
Expand Down Expand Up @@ -175,7 +175,7 @@
"@smithy/types" "^1.0.0"
tslib "^2.5.0"

"@aws-sdk/client-s3@^3.337.0":
"@aws-sdk/client-s3@^3.341.0":
version "3.341.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.341.0.tgz#1e8a38a342a313f39c9d2f4c091fcec9fb52e62a"
integrity sha512-ftIH5JuL7JhEKQVsaHUx+kBcTA1t6FNDeb12yOoG5KS9ituoyl7tY2emdXM2rBuQZa2bKOSjls2GS03vdlF/BQ==
Expand Down Expand Up @@ -788,7 +788,7 @@
"@aws-sdk/types" "3.341.0"
tslib "^2.5.0"

"@aws-sdk/signature-v4-crt@^3.337.0":
"@aws-sdk/signature-v4-crt@^3.341.0":
version "3.341.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-crt/-/signature-v4-crt-3.341.0.tgz#67ad79d67bff5110b58bcb3cf35ff80008d92de3"
integrity sha512-DsBX+ePdQHd1KrlVhNxIFNCBLPtp2cE73FAoxWp5hDelH6RlyvIEEiNkO9fL9mRROsSK6jI+kdK1jOFGYec+bw==
Expand Down

0 comments on commit 624b737

Please sign in to comment.