X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=c80aa710acf42c26bd972cfee8edff0e05866f76;hb=fe9f25b5ac98c7c7fccd1849a200c5054a77cf03;hp=b0066fb45c4b52ff903e0a19e4bdc64f56880721;hpb=1d25d3449f09e6059b73ab316c3e4ca9371dcc6a;p=poolifier.git diff --git a/package.json b/package.json index b0066fb4..c80aa710 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.2.0", + "version": "2.2.1", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "main": "lib/index.js", "scripts": { @@ -63,11 +63,11 @@ "lib" ], "devDependencies": { - "@types/node": "^18.7.23", - "@typescript-eslint/eslint-plugin": "^5.38.1", - "@typescript-eslint/parser": "^5.38.1", + "@types/node": "^18.8.3", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", "benchmark": "^2.1.4", - "eslint": "^8.24.0", + "eslint": "^8.25.0", "eslint-config-standard": "^17.0.0", "eslint-define-config": "^1.7.0", "eslint-import-resolver-typescript": "^3.5.1", @@ -78,7 +78,7 @@ "eslint-plugin-prettierx": "^0.18.0", "eslint-plugin-promise": "^6.0.1", "eslint-plugin-spellcheck": "^0.0.19", - "expect": "^29.0.3", + "expect": "^29.1.2", "microtime": "^3.1.1", "mocha": "^10.0.0", "mochawesome": "^7.1.3", @@ -93,6 +93,7 @@ "rollup-plugin-istanbul": "^3.0.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-ts": "^3.0.2", + "sinon": "^14.0.1", "source-map-support": "^0.5.21", "typedoc": "^0.23.15", "typescript": "^4.8.4"