build(deps-dev): apply updates
[poolifier.git] / benchmarks / versus-external-pools / package.json
index 1d6210ce45c701893c33de114b0ec203202db57e..317eebdabd01581056553bcf664c62c1768f5687 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "poolifier-benchmarks",
-  "version": "1.0.0-internal",
+  "version": "1.0.0",
   "description": "This project contains benchmarks for the most used and popular Node.js thread/cluster pools implementations",
   "private": true,
   "main": "index.js",
   },
   "volta": {
     "node": "18.16.1",
-    "pnpm": "8.6.3"
+    "pnpm": "8.6.8"
   },
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "dependencies": {
-    "microjob": "0.7.0",
+    "nanothreads": "0.3.7",
     "node-worker-threads-pool": "1.5.1",
     "piscina": "4.0.0",
-    "poolifier": "2.6.2",
-    "threads": "1.7.0",
-    "threadwork": "0.6.0",
-    "tinypool": "0.5.0",
-    "worker-nodes": "2.5.0",
+    "poolifier": "2.6.17",
+    "tinypool": "0.7.0",
+    "worker-nodes": "2.6.0",
     "workerpool": "6.4.0"
   }
 }