Skip to content

Commit 3325fad

Browse files
authored
SOC2: Fixing vulnerabilities (#541)
* SOC2: Fixing vulnerabilities * added correct resolution * updates
1 parent 6002321 commit 3325fad

File tree

2 files changed

+1941
-1965
lines changed

2 files changed

+1941
-1965
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@fastify/swagger": "^8.9.0",
3636
"@fastify/type-provider-typebox": "^3.2.0",
3737
"@fastify/websocket": "^8.2.0",
38-
"@google-cloud/kms": "^4.0.0",
38+
"@google-cloud/kms": "^4.4.0",
3939
"@prisma/client": "^5.14.0-dev.65",
4040
"@sinclair/typebox": "^0.31.28",
4141
"@t3-oss/env-core": "^0.6.0",
@@ -68,7 +68,6 @@
6868
"pino": "^8.15.1",
6969
"pino-pretty": "^10.0.0",
7070
"prisma": "5.14.0-dev.61",
71-
"protobufjs": "~7.3.0",
7271
"superjson": "^2.2.1",
7372
"thirdweb": "^5.25.1",
7473
"uuid": "^9.0.1",
@@ -90,7 +89,7 @@
9089
"@typescript-eslint/eslint-plugin": "^5.55.0",
9190
"@typescript-eslint/parser": "^5.55.0",
9291
"commander": "^11.0.0",
93-
"eslint": "^8.36.0",
92+
"eslint": "^9.3.0",
9493
"eslint-config-prettier": "^8.7.0",
9594
"jest": "^29.7.0",
9695
"nodemon": "^3.1.2",
@@ -106,5 +105,9 @@
106105
},
107106
"prisma": {
108107
"schema": "./src/prisma/schema.prisma"
108+
},
109+
"resolutions": {
110+
"ethers-gcp-kms-signer/**/protobufjs": ">=7.2.5",
111+
"@thirdweb-dev/auth/**/axios": ">=0.28.0"
109112
}
110113
}

0 commit comments

Comments
 (0)