X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=d7befe0af7f7efb767b5bead01c9118e54bef019;hb=aee467366d8c393b79e7af82c6a7ab12338ee64e;hp=3209af0ce4c5d0c90cb641fdeece5e1f0584b9f2;hpb=7903a4d1e17bff206e90982e442870625157cc63;p=poolifier.git diff --git a/package.json b/package.json index 3209af0c..d7befe0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.4.0", + "version": "2.4.3", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "license": "MIT", "main": "./lib/index.js", @@ -109,7 +109,7 @@ "eslint-config-standard": "^17.0.0", "eslint-config-standard-with-typescript": "^34.0.1", "eslint-define-config": "^1.17.0", - "eslint-import-resolver-typescript": "^3.5.4", + "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsdoc": "^40.1.1", "eslint-plugin-n": "^15.7.0", @@ -118,7 +118,7 @@ "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.5.0", "husky": "^8.0.3", - "lint-staged": "^13.2.0", + "lint-staged": "^13.2.1", "microtime": "^3.1.1", "mocha": "^10.2.0", "mochawesome": "^7.1.3", @@ -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" } }