|
27 | 27 | "copy-files": "copyfiles -u 2 ./src/prisma/* ./dist/prisma/ && copyfiles -u 3 ./src/prisma/migrations/**/*.sql ./dist/prisma/migrations/" |
28 | 28 | }, |
29 | 29 | "dependencies": { |
30 | | - "@aws-sdk/client-kms": "^3.398.0", |
31 | | - "@bull-board/fastify": "^5.21.1", |
| 30 | + "@aws-sdk/client-kms": "^3.679.0", |
| 31 | + "@bull-board/fastify": "^5.23.0", |
32 | 32 | "@cloud-cryptographic-wallet/cloud-kms-signer": "^0.1.2", |
33 | 33 | "@cloud-cryptographic-wallet/signer": "^0.0.5", |
34 | 34 | "@ethersproject/json-wallets": "^5.7.0", |
35 | 35 | "@fastify/basic-auth": "^5.1.1", |
36 | | - "@fastify/cookie": "^8.3.0", |
| 36 | + "@fastify/cookie": "^9.2.0", |
37 | 37 | "@fastify/express": "^2.3.0", |
38 | 38 | "@fastify/swagger": "^8.9.0", |
39 | 39 | "@fastify/type-provider-typebox": "^3.2.0", |
|
49 | 49 | "@types/base-64": "^1.0.2", |
50 | 50 | "aws-kms-signer": "^0.5.3", |
51 | 51 | "base-64": "^1.0.0", |
52 | | - "body-parser": "^1.20.2", |
| 52 | + "body-parser": "^1.20.3", |
53 | 53 | "bullmq": "^5.11.0", |
54 | | - "cookie": "^0.5.0", |
55 | | - "cookie-parser": "^1.4.6", |
| 54 | + "cookie": "^0.7.0", |
| 55 | + "cookie-parser": "^1.4.7", |
56 | 56 | "copyfiles": "^2.4.1", |
57 | 57 | "cron-parser": "^4.9.0", |
58 | 58 | "crypto": "^1.0.1", |
59 | 59 | "crypto-js": "^4.2.0", |
60 | | - "dd-trace": "^5.19.0", |
| 60 | + "dd-trace": "^5.23.0", |
61 | 61 | "dotenv": "^16.0.3", |
62 | 62 | "ethers": "5", |
63 | 63 | "ethers-aws-kms-signer": "^1.3.2", |
64 | 64 | "ethers-gcp-kms-signer": "^1.1.6", |
65 | | - "fastify": "^4.15.0", |
| 65 | + "fastify": "^4.28.1", |
66 | 66 | "fastify-plugin": "^4.5.0", |
67 | 67 | "http-status-codes": "^2.2.0", |
68 | 68 | "ioredis": "^5.4.1", |
|
110 | 110 | "schema": "./src/prisma/schema.prisma" |
111 | 111 | }, |
112 | 112 | "resolutions": { |
| 113 | + "@thirdweb-dev/auth/**/axios": ">=1.7.4", |
| 114 | + "@thirdweb-dev/auth/**/web3-utils": ">=4.2.1", |
113 | 115 | "ethers-gcp-kms-signer/**/protobufjs": ">=7.2.5", |
114 | | - "@thirdweb-dev/auth/**/axios": ">=0.28.0" |
| 116 | + "fastify/**/find-my-way": ">=8.2.2", |
| 117 | + "@grpc/grpc-js": ">=1.8.22", |
| 118 | + "body-parser": ">=1.20.3", |
| 119 | + "cookie": ">=0.7.0", |
| 120 | + "elliptic": ">=6.6.0", |
| 121 | + "micromatch": ">=4.0.8", |
| 122 | + "secp256k1": ">=4.0.4", |
| 123 | + "ws": ">=8.17.1" |
115 | 124 | } |
116 | 125 | } |
0 commit comments