X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=c80aa710acf42c26bd972cfee8edff0e05866f76;hb=fe9f25b5ac98c7c7fccd1849a200c5054a77cf03;hp=2c4123cb92c6c8c82c0b278aac3c2c41532a0d43;hpb=600543a2d1fa2acd379ca7abee65ace63775ef50;p=poolifier.git diff --git a/package.json b/package.json index 2c4123cb..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.8.2", + "@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", @@ -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"