build(deps): bump poolifier
[poolifier.git] / examples / typescript / http-server-pool / fastify-cluster / package.json
index c360c93b2ead30ec09a0210b9b944b5b83a5dcdb..ff3345791c5569c53db6c280faeb957011e28cc6 100644 (file)
@@ -6,8 +6,8 @@
   "main": "dist/main.js",
   "type": "module",
   "volta": {
-    "node": "20.11.0",
-    "pnpm": "8.15.1"
+    "node": "20.11.1",
+    "pnpm": "8.15.4"
   },
   "scripts": {
     "build": "rollup --config --configPlugin typescript",
   "author": "",
   "license": "ISC",
   "dependencies": {
-    "fastify": "^4.26.0",
-    "poolifier": "^3.1.19"
+    "fastify": "^4.26.2",
+    "poolifier": "^3.1.22"
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.6",
-    "@types/node": "^20.11.17",
-    "autocannon": "^7.14.0",
-    "rollup": "^4.9.6",
+    "@types/node": "^20.11.28",
+    "autocannon": "^7.15.0",
+    "rollup": "^4.13.0",
     "rollup-plugin-delete": "^2.0.0",
     "tslib": "^2.6.2",
-    "typescript": "^5.3.3"
+    "typescript": "^5.4.2"
   }
 }