Skip to content

Commit 71809c1

Browse files
renovate[bot]dcroote
authored andcommitted
fix(deps): update dependencies (non-major)
1 parent 8d0b331 commit 71809c1

File tree

5 files changed

+143
-82
lines changed

5 files changed

+143
-82
lines changed

packages/airnode-deployer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@api3/airnode-utilities": "^0.14.0",
3030
"@api3/airnode-validator": "^0.14.0",
3131
"@api3/promise-utils": "^0.4.0",
32-
"@aws-sdk/client-s3": "^3.523.0",
33-
"@aws-sdk/signature-v4-crt": "^3.523.0",
32+
"@aws-sdk/client-s3": "^3.525.0",
33+
"@aws-sdk/signature-v4-crt": "^3.525.0",
3434
"@google-cloud/storage": "^7.7.0",
3535
"adm-zip": "^0.5.10",
3636
"chalk": "^4.1.2",

packages/airnode-node/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"@api3/commons": "^0.7.1",
3434
"@api3/ois": "2.3.2",
3535
"@api3/promise-utils": "^0.4.0",
36-
"@aws-sdk/client-lambda": "^3.523.0",
36+
"@aws-sdk/client-lambda": "^3.525.0",
3737
"date-fns": "^2.30.0",
3838
"dotenv": "^16.4.5",
3939
"ethers": "^5.7.2",
40-
"express": "^4.18.2",
40+
"express": "^4.18.3",
4141
"google-auth-library": "^9.6.3",
4242
"lodash": "^4.17.21",
4343
"yargs": "^17.7.2",

packages/airnode-operation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@api3/airnode-protocol": "^0.14.0",
3333
"@api3/airnode-utilities": "^0.14.0",
3434
"ethers": "^5.7.2",
35-
"express": "^4.18.2",
35+
"express": "^4.18.3",
3636
"hardhat": "^2.14.1",
3737
"morgan": "^1.10.0",
3838
"pm2": "^5.3.1"

packages/airnode-protocol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"typescript": "^5.3.3"
4747
},
4848
"dependencies": {
49-
"@api3/airnode-protocol-v1": "^3.2.0",
49+
"@api3/airnode-protocol-v1": "^3.3.0",
5050
"@openzeppelin/contracts": "4.4.2",
5151
"ethers": "^5.7.2"
5252
}

0 commit comments

Comments
 (0)