build: bump volta versions
[benchmarks-js.git] / package.json
index 4cf519eefb70a3e50c2108bf4e7ae85ca08f1448..c26f19af85658ccfc1fbe05615149e61603bab2c 100644 (file)
@@ -8,8 +8,8 @@
     "pnpm": ">=8.6.0"
   },
   "volta": {
-    "node": "20.5.1",
-    "pnpm": "8.7.1"
+    "node": "20.6.0",
+    "pnpm": "8.7.3"
   },
   "repository": {
     "type": "git",
@@ -42,6 +42,7 @@
     "benchmark:is-undefined": "node is-undefined.mjs",
     "benchmark:quick-select": "node quick-select.mjs",
     "benchmark:max": "node max.mjs",
+    "benchmark:min": "node min.mjs",
     "benchmark:promise-handling": "node promise-handling.mjs",
     "benchmark:fibonacci": "node fibonacci.mjs",
     "benchmark:random": "node random.mjs",
     "lint:fix": "eslint . --cache --fix",
     "test": "echo \"Error: no test specified\" && exit 1"
   },
-  "author": "jerome-benoit",
+  "author": {
+    "name": "Jérôme Benoit",
+    "email": "jerome.benoit@piment-noir.org",
+    "url": "https://github.com/jerome-benoit"
+  },
   "license": "MIT",
   "dependencies": {
     "benny": "^3.7.1",