X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=b55a764299f0db9c0591bac4422a86574599fb68;hb=3451940fcbcf9750ad6e702ca296be7f8560408e;hp=96a0d0609d30335d83731b06685ecf68edf1a6dc;hpb=5dbf93a66fb7c409c6bf2b5d947169f072550c9c;p=poolifier.git diff --git a/package.json b/package.json index 96a0d060..b55a7642 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "4.0.11", + "version": "4.0.12", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "type": "module", @@ -119,7 +119,7 @@ "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^48.2.5", + "eslint-plugin-jsdoc": "^48.2.6", "eslint-plugin-n": "^17.7.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-simple-import-sort": "^12.1.0", @@ -127,7 +127,7 @@ "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.7.0", "husky": "^9.0.11", - "lint-staged": "^15.2.4", + "lint-staged": "^15.2.5", "mocha": "^10.4.0", "mochawesome": "^7.1.3", "prettier": "^3.2.5", @@ -138,7 +138,7 @@ "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dts": "^6.1.1", "sinon": "^18.0.0", - "tatami-ng": "^0.4.12", + "tatami-ng": "^0.4.13", "typedoc": "^0.25.13", "typescript": "~5.4.5" }