We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e7d3e commit 028b813Copy full SHA for 028b813
4 files changed
package.json
@@ -13,5 +13,13 @@
13
},
14
"devDependencies": {
15
"vitest": "^3.0.0"
16
+ },
17
+ "pnpm": {
18
+ "overrides": {
19
+ "tar": ">=7.5.7",
20
+ "esbuild": ">=0.25.0",
21
+ "webpack": ">=5.104.1",
22
+ "cookie": ">=0.7.0"
23
+ }
24
}
25
packages/fastify/package.json
@@ -50,7 +50,7 @@
50
"fastify": "^4.0.0 || ^5.0.0"
51
52
53
- "fastify": "^5.2.1",
+ "fastify": "^5.7.3",
54
"tsup": "^8.5.1",
55
"typescript": "^5.5.4"
56
0 commit comments