Skip to content

Commit a3a17a7

Browse files
committed
more resolutions
1 parent b800197 commit a3a17a7

File tree

2 files changed

+101
-337
lines changed

2 files changed

+101
-337
lines changed

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@aws-sdk/client-kms": "^3.679.0",
31-
"@bull-board/fastify": "^5.21.1",
31+
"@bull-board/fastify": "^5.23.0",
3232
"@cloud-cryptographic-wallet/cloud-kms-signer": "^0.1.2",
3333
"@cloud-cryptographic-wallet/signer": "^0.0.5",
3434
"@fastify/basic-auth": "^5.1.1",
@@ -61,7 +61,7 @@
6161
"ethers": "5",
6262
"ethers-aws-kms-signer": "^1.3.2",
6363
"ethers-gcp-kms-signer": "^1.1.6",
64-
"fastify": "^4.15.0",
64+
"fastify": "^4.28.1",
6565
"fastify-plugin": "^4.5.0",
6666
"http-status-codes": "^2.2.0",
6767
"ioredis": "^5.4.1",
@@ -109,7 +109,16 @@
109109
"schema": "./src/prisma/schema.prisma"
110110
},
111111
"resolutions": {
112+
"@thirdweb-dev/auth/**/axios": ">=1.7.4",
113+
"@thirdweb-dev/auth/**/web3-utils": ">=4.2.1",
112114
"ethers-gcp-kms-signer/**/protobufjs": ">=7.2.5",
113-
"@thirdweb-dev/auth/**/axios": ">=0.28.0"
115+
"fastify/**/find-my-way": ">=8.2.2",
116+
"@grpc/grpc-js": ">=1.8.22",
117+
"body-parser": ">=1.20.3",
118+
"cookie": ">=0.7.0",
119+
"elliptic": ">=6.6.0",
120+
"micromatch": ">=4.0.8",
121+
"secp256k1": ">=4.0.4",
122+
"ws": ">=8.17.1"
114123
}
115124
}

0 commit comments

Comments
 (0)