build: bump volta pnpm version
[poolifier.git] / examples / typescript / http-server-pool / fastify-cluster / package.json
index 549e8798142a98f1d2dbaeda94fc7832f2908bf4..81ffb6cfe93b5db978dd0ffff304ce3f4f98be38 100644 (file)
@@ -7,7 +7,7 @@
   "type": "module",
   "volta": {
     "node": "20.11.0",
-    "pnpm": "8.14.1"
+    "pnpm": "8.15.1"
   },
   "scripts": {
     "build": "rollup --config --configPlugin typescript",
   "author": "",
   "license": "ISC",
   "dependencies": {
-    "fastify": "^4.25.2",
+    "fastify": "^4.26.0",
     "poolifier": "^3.1.19"
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.6",
-    "@types/node": "^20.11.4",
+    "@types/node": "^20.11.10",
     "autocannon": "^7.14.0",
-    "rollup": "^4.9.5",
+    "rollup": "^4.9.6",
     "rollup-plugin-delete": "^2.0.0",
     "tslib": "^2.6.2",
     "typescript": "^5.3.3"