X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=82a88f40b1069e5bc106396ad0b0079c18111a92;hb=4bb8728ce2731889275c35541cbbb74d96760a40;hp=e64b1fc9d9d97aa9d0bc92ffe605358484988ec3;hpb=a7dc540979d13bee0dd320858214b776fa556e4d;p=poolifier.git diff --git a/package.json b/package.json index e64b1fc9..82a88f40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.0.0", + "version": "2.0.1", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "main": "lib/index.js", "scripts": { @@ -63,27 +63,27 @@ "lib" ], "devDependencies": { - "@types/node": "^14.14.32", - "@typescript-eslint/eslint-plugin": "^4.16.1", - "@typescript-eslint/parser": "^4.16.1", + "@types/node": "^14.14.35", + "@typescript-eslint/eslint-plugin": "^4.18.0", + "@typescript-eslint/parser": "^4.18.0", "benchmark": "^2.1.4", - "eslint": "^7.21.0", + "eslint": "^7.22.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jsdoc": "^32.2.0", + "eslint-plugin-jsdoc": "^32.3.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettierx": "^0.17.1", "eslint-plugin-promise": "^4.3.1", "eslint-plugin-spellcheck": "0.0.17", "expect": "^26.6.2", "microtime": "^3.0.0", - "mocha": "^8.3.1", + "mocha": "^8.3.2", "mocha-lcov-reporter": "^1.3.0", "nyc": "^15.1.0", "prettier": "^2.2.1", "prettier-plugin-organize-imports": "^1.1.1", "prettierx": "^0.17.0", - "rollup": "^2.40.0", + "rollup": "^2.42.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0", @@ -91,7 +91,7 @@ "rollup-plugin-typescript2": "^0.30.0", "sonar-scanner": "^3.1.0", "source-map-support": "^0.5.19", - "typedoc": "^0.20.30", + "typedoc": "^0.20.32", "typescript": "^4.2.3" }, "engines": {