X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=ccc7e41a75ada68f841adbd82198215941b60d5a;hb=e75ab40d365960692caa7eaca9f9b3bb752f9539;hp=886136f41129b2da780d3fc5651f23bac890e218;hpb=e320ba0ede9550a0262d06ea3a75371533d01ce0;p=poolifier.git diff --git a/package.json b/package.json index 886136f4..ccc7e41a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.0.1", + "version": "3.0.2", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", @@ -109,8 +109,8 @@ "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.5", "@types/node": "^20.8.6", - "@typescript-eslint/eslint-plugin": "^6.7.5", - "@typescript-eslint/parser": "^6.7.5", + "@typescript-eslint/eslint-plugin": "^6.8.0", + "@typescript-eslint/parser": "^6.8.0", "benchmark": "^2.1.4", "c8": "^8.0.1", "eslint": "^8.51.0",