We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4bea0 commit f912810Copy full SHA for f912810
2 files changed
package.json
@@ -118,5 +118,11 @@
118
"msw": {
119
"workerDirectory": "public"
120
},
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
+ },
127
"packageManager": "pnpm@10.13.1"
128
}
server/package.json
@@ -13,7 +13,7 @@
13
"@fastify/swagger": "9.7.0",
14
"@fastify/swagger-ui": "5.2.5",
15
"@fastify/jwt": "10.0.0",
16
- "fastify": "5.8.4",
+ "fastify": "5.8.5",
17
"lowdb": "7.0.1"
18
19
"devDependencies": {
0 commit comments