Merge branch 'master' of github.com:poolifier/poolifier
[poolifier.git] / benchmarks / versus-external-pools / package.json
index 5dbf87a038230b08b9d17514546935f4898a1176..ff29dddbc5db8658aeebbee2d85d0f10e3044fa6 100644 (file)
@@ -1,7 +1,8 @@
 {
+  "$schema": "https://json.schemastore.org/package",
   "name": "poolifier-benchmarks",
   "version": "1.0.0",
-  "description": "This project contains benchmarks for the most used and popular Node.js thread/cluster pools implementations",
+  "description": "This project contains benchmarks for the most used and popular Node.js worker_threads/cluster worker pools implementations",
   "private": true,
   "main": "index.js",
   "author": "pioardi",
     "pnpm": ">=8.6.0"
   },
   "volta": {
-    "node": "18.16.1",
-    "pnpm": "8.6.5"
+    "node": "18.17.1",
+    "pnpm": "8.7.6"
   },
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "dependencies": {
+    "nanothreads": "0.3.7",
     "node-worker-threads-pool": "1.5.1",
-    "piscina": "4.0.0",
-    "poolifier": "2.6.6",
-    "tinypool": "0.6.0",
+    "piscina": "4.1.0",
+    "poolifier": "2.6.45",
+    "tinypool": "0.8.1",
     "worker-nodes": "2.6.0",
-    "workerpool": "6.4.0"
+    "workerpool": "6.5.0"
   }
 }