build: add examples dependencies to dependabot
[poolifier.git] / benchmarks / versus-external-pools / package.json
index cd3072e70aea4301593271c29b6268976e809e8d..b75598250ae3fbfd9414e32799066d1940bc1c26 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",
@@ -10,7 +11,7 @@
     "pnpm": ">=8.6.0"
   },
   "volta": {
-    "node": "18.17.0",
+    "node": "18.17.1",
     "pnpm": "8.6.12"
   },
   "scripts": {