build(deps): bump fastify
[poolifier.git] / examples / typescript / http-server-pool / fastify-worker_threads / package.json
index c4c3aa73c0491e88e2153c9b82581bdcfcc7c2b2..9d282b252dce99a147275dc9c407bef3955f2a83 100644 (file)
@@ -7,7 +7,7 @@
   "type": "module",
   "volta": {
     "node": "20.5.1",
-    "pnpm": "8.6.12"
+    "pnpm": "8.7.0"
   },
   "scripts": {
     "build": "pnpm build:clean && tsc",
@@ -19,9 +19,9 @@
   "author": "",
   "license": "ISC",
   "dependencies": {
-    "fastify": "^4.21.0",
+    "fastify": "^4.22.0",
     "fastify-plugin": "^4.5.1",
-    "poolifier": "^2.6.34"
+    "poolifier": "^2.6.35"
   },
   "devDependencies": {
     "@types/node": "^20.5.6",