build: update volta pnpm version
[poolifier.git] / examples / typescript / http-server-pool / fastify-worker_threads / package.json
index 787bf496e66e4dcccf7a2cee8193bc4010ab5c39..c52824530fb46f1b22be90b71c5233a90e4adc78 100644 (file)
@@ -7,7 +7,7 @@
   "type": "module",
   "volta": {
     "node": "20.8.0",
-    "pnpm": "8.8.0"
+    "pnpm": "8.9.0"
   },
   "scripts": {
     "build": "pnpm build:clean && tsc",
@@ -21,7 +21,7 @@
   "author": "",
   "license": "ISC",
   "dependencies": {
-    "fastify": "^4.23.2",
+    "fastify": "^4.24.0",
     "fastify-plugin": "^4.5.1",
     "poolifier": "^3.0.0"
   },