X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=166c4d6f8b2b4215fe7aa8c8ca1607ca6de106d6;hb=db5512f81a34b2a96b54bab7d12ad31bd2cea522;hp=614bcd5760e9123256d8bb152be4b0024aebe986;hpb=4608939f425568da5553db1f5bf883d4cca18e02;p=poolifier.git diff --git a/package.json b/package.json index 614bcd57..166c4d6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "2.6.45", + "version": "2.7.1", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", @@ -42,8 +42,8 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.6.1", - "pnpm": "8.7.5" + "node": "20.7.0", + "pnpm": "8.7.6" }, "repository": { "type": "git", @@ -109,8 +109,8 @@ "@rollup/plugin-terser": "^0.4.3", "@rollup/plugin-typescript": "^11.1.3", "@types/node": "^20.6.2", - "@typescript-eslint/eslint-plugin": "^6.7.0", - "@typescript-eslint/parser": "^6.7.0", + "@typescript-eslint/eslint-plugin": "^6.7.2", + "@typescript-eslint/parser": "^6.7.2", "benchmark": "^2.1.4", "c8": "^8.0.1", "eslint": "^8.49.0",