X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=903d0c6a58149cbf93f9da1ca22d2b82a1343bc9;hb=f0376671beab5dcccfe496375c30153875a38f90;hp=0e333fae9ca9657e533036c0143920d519972087;hpb=af64732b38dfd3b66eeabf9d9a27d1b47319f58b;p=poolifier.git diff --git a/package.json b/package.json index 0e333fae..903d0c6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.6.5", + "version": "2.6.8", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "license": "MIT", "main": "./lib/index.js", @@ -48,7 +48,7 @@ }, "volta": { "node": "20.3.1", - "pnpm": "8.6.5" + "pnpm": "8.6.6" }, "repository": { "type": "git", @@ -106,18 +106,18 @@ "@release-it/keep-a-changelog": "^3.1.0", "@rollup/plugin-terser": "^0.4.3", "@rollup/plugin-typescript": "^11.1.2", - "@types/node": "^20.3.2", - "@typescript-eslint/eslint-plugin": "^5.60.1", - "@typescript-eslint/parser": "^5.60.1", + "@types/node": "^20.3.3", + "@typescript-eslint/eslint-plugin": "^5.61.0", + "@typescript-eslint/parser": "^5.61.0", "benny": "^3.7.1", "c8": "^8.0.0", - "eslint": "^8.43.0", + "eslint": "^8.44.0", "eslint-config-standard": "^17.1.0", - "eslint-config-standard-with-typescript": "^35.0.0", + "eslint-config-standard-with-typescript": "^36.0.0", "eslint-define-config": "^1.21.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^46.4.0", + "eslint-plugin-jsdoc": "^46.4.3", "eslint-plugin-n": "^16.0.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-spellcheck": "^0.0.20", @@ -130,7 +130,7 @@ "mochawesome": "^7.1.3", "prettier": "^2.8.8", "release-it": "^15.11.0", - "rollup": "^3.25.3", + "rollup": "^3.26.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0", @@ -138,6 +138,6 @@ "source-map-support": "^0.5.21", "ts-standard": "^12.0.2", "typedoc": "^0.24.8", - "typescript": "^5.1.5" + "typescript": "^5.1.6" } }