X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=c80aa710acf42c26bd972cfee8edff0e05866f76;hb=fe9f25b5ac98c7c7fccd1849a200c5054a77cf03;hp=9924503485f46dd7eeae976c57bb44c74a8be334;hpb=517b61186697774d09dabfc0263802cd8013837b;p=poolifier.git diff --git a/package.json b/package.json index 99245034..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.1.0", + "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"