build: bump volta pnpm version
[poolifier.git] / examples / typescript / http-server-pool / fastify-cluster / package.json
index b909d91ff90f49c01a2f643dd77d67bda3ad8e67..81ffb6cfe93b5db978dd0ffff304ce3f4f98be38 100644 (file)
@@ -7,7 +7,7 @@
   "type": "module",
   "volta": {
     "node": "20.11.0",
-    "pnpm": "8.15.0"
+    "pnpm": "8.15.1"
   },
   "scripts": {
     "build": "rollup --config --configPlugin typescript",
@@ -21,7 +21,7 @@
   "author": "",
   "license": "ISC",
   "dependencies": {
-    "fastify": "^4.25.2",
+    "fastify": "^4.26.0",
     "poolifier": "^3.1.19"
   },
   "devDependencies": {