perf: use tatami-ng for continous benchmarking
[poolifier.git] / examples / typescript / http-server-pool / express-hybrid / package.json
index 2dd3296d93af361b62e15afc196c8ed06b4b0043..389c6c307a3d00c02a86f48360031cb43f0db55a 100644 (file)
@@ -7,9 +7,9 @@
   "type": "module",
   "volta": {
     "node": "22.1.0",
-    "pnpm": "9.1.0"
+    "pnpm": "9.1.1"
   },
-  "packageManager": "pnpm@9.1.0",
+  "packageManager": "pnpm@9.1.1",
   "scripts": {
     "build": "rollup --config --configPlugin typescript",
     "start": "node --enable-source-maps dist/main.cjs",
@@ -23,7 +23,7 @@
   "license": "ISC",
   "dependencies": {
     "express": "^4.19.2",
-    "poolifier": "^4.0.4"
+    "poolifier": "^4.0.6"
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.6",