X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=166c4d6f8b2b4215fe7aa8c8ca1607ca6de106d6;hb=92e2363bfa706a955d1bbc8f56da284a57ab9508;hp=376e96c7d3d1eb9987e86b94f7cfaf6422e66f5e;hpb=15d7c4891697c3ec4c0402886154fbb962a20717;p=poolifier.git diff --git a/package.json b/package.json index 376e96c7..166c4d6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "2.7.0", + "version": "2.7.1", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", @@ -42,7 +42,7 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.6.1", + "node": "20.7.0", "pnpm": "8.7.6" }, "repository": {