Skip to content

Commit f912810

Browse files
committed
chore: fix snyk errors
1 parent da4bea0 commit f912810

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,11 @@
118118
"msw": {
119119
"workerDirectory": "public"
120120
},
121+
"pnpm": {
122+
"overrides": {
123+
"_comment": "Server-only transitive (via @fastify/swagger-ui). Lives here because pnpm.overrides only works in the workspace root.",
124+
"@fastify/static": "9.1.1"
125+
}
126+
},
121127
"packageManager": "pnpm@10.13.1"
122128
}

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@fastify/swagger": "9.7.0",
1414
"@fastify/swagger-ui": "5.2.5",
1515
"@fastify/jwt": "10.0.0",
16-
"fastify": "5.8.4",
16+
"fastify": "5.8.5",
1717
"lowdb": "7.0.1"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)