Skip to content

Commit 9877b35

Browse files
authored
chore: Update deps with reported security vulnerabilities (first pass) (#742)
* chore: Update deps with reported security vulnerabilities * more resolutions
1 parent 94afe24 commit 9877b35

File tree

2 files changed

+773
-1031
lines changed

2 files changed

+773
-1031
lines changed

package.json

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"copy-files": "copyfiles -u 2 ./src/prisma/* ./dist/prisma/ && copyfiles -u 3 ./src/prisma/migrations/**/*.sql ./dist/prisma/migrations/"
2828
},
2929
"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",
3232
"@cloud-cryptographic-wallet/cloud-kms-signer": "^0.1.2",
3333
"@cloud-cryptographic-wallet/signer": "^0.0.5",
3434
"@ethersproject/json-wallets": "^5.7.0",
3535
"@fastify/basic-auth": "^5.1.1",
36-
"@fastify/cookie": "^8.3.0",
36+
"@fastify/cookie": "^9.2.0",
3737
"@fastify/express": "^2.3.0",
3838
"@fastify/swagger": "^8.9.0",
3939
"@fastify/type-provider-typebox": "^3.2.0",
@@ -49,20 +49,20 @@
4949
"@types/base-64": "^1.0.2",
5050
"aws-kms-signer": "^0.5.3",
5151
"base-64": "^1.0.0",
52-
"body-parser": "^1.20.2",
52+
"body-parser": "^1.20.3",
5353
"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",
5656
"copyfiles": "^2.4.1",
5757
"cron-parser": "^4.9.0",
5858
"crypto": "^1.0.1",
5959
"crypto-js": "^4.2.0",
60-
"dd-trace": "^5.19.0",
60+
"dd-trace": "^5.23.0",
6161
"dotenv": "^16.0.3",
6262
"ethers": "5",
6363
"ethers-aws-kms-signer": "^1.3.2",
6464
"ethers-gcp-kms-signer": "^1.1.6",
65-
"fastify": "^4.15.0",
65+
"fastify": "^4.28.1",
6666
"fastify-plugin": "^4.5.0",
6767
"http-status-codes": "^2.2.0",
6868
"ioredis": "^5.4.1",
@@ -110,7 +110,16 @@
110110
"schema": "./src/prisma/schema.prisma"
111111
},
112112
"resolutions": {
113+
"@thirdweb-dev/auth/**/axios": ">=1.7.4",
114+
"@thirdweb-dev/auth/**/web3-utils": ">=4.2.1",
113115
"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"
115124
}
116125
}

0 commit comments

Comments
 (0)