X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=c7942807fa2999938dbc44f9d39cfd3d1c388b25;hb=ea4d677aaa61b1b5355ed88102031dfe7cec4b5c;hp=8bcd8a8ebf03ea87b1536995bf6e590c886acf7f;hpb=9f403c06a61133b685f03666dd9a2493c6d0eae2;p=poolifier.git diff --git a/package.json b/package.json index 8bcd8a8e..c7942807 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.4.3", + "version": "2.4.4", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "license": "MIT", "main": "./lib/index.js", @@ -105,7 +105,7 @@ "@typescript-eslint/parser": "^5.57.1", "benny": "^3.7.1", "c8": "^7.13.0", - "eslint": "^8.37.0", + "eslint": "^8.38.0", "eslint-config-standard": "^17.0.0", "eslint-config-standard-with-typescript": "^34.0.1", "eslint-define-config": "^1.17.0", @@ -133,6 +133,6 @@ "source-map-support": "^0.5.21", "ts-standard": "^12.0.2", "typedoc": "^0.23.28", - "typescript": "^5.0.3" + "typescript": "^5.0.4" } }