We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4bea0 commit d2f985eCopy full SHA for d2f985e
2 files changed
package.json
@@ -118,5 +118,10 @@
118
"msw": {
119
"workerDirectory": "public"
120
},
121
+ "pnpm": {
122
+ "overrides": {
123
+ "@fastify/static": "9.1.1"
124
+ }
125
+ },
126
"packageManager": "pnpm@10.13.1"
127
}
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