X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=0e333fae9ca9657e533036c0143920d519972087;hb=25f5b5de1c522d29f7a16597245a2f7c9434b124;hp=2007d121297c63bfaa4330dae860614c8648818d;hpb=8a97042123ae9a0404637711b8da7c6e7e4424c7;p=poolifier.git diff --git a/package.json b/package.json index 2007d121..0e333fae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.6.3", + "version": "2.6.5", "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.3" + "pnpm": "8.6.5" }, "repository": { "type": "git", @@ -105,10 +105,10 @@ "@release-it/bumper": "^4.0.2", "@release-it/keep-a-changelog": "^3.1.0", "@rollup/plugin-terser": "^0.4.3", - "@rollup/plugin-typescript": "^11.1.1", - "@types/node": "^20.3.1", - "@typescript-eslint/eslint-plugin": "^5.60.0", - "@typescript-eslint/parser": "^5.60.0", + "@rollup/plugin-typescript": "^11.1.2", + "@types/node": "^20.3.2", + "@typescript-eslint/eslint-plugin": "^5.60.1", + "@typescript-eslint/parser": "^5.60.1", "benny": "^3.7.1", "c8": "^8.0.0", "eslint": "^8.43.0", @@ -117,20 +117,20 @@ "eslint-define-config": "^1.21.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^46.2.6", - "eslint-plugin-n": "^16.0.0", + "eslint-plugin-jsdoc": "^46.4.0", + "eslint-plugin-n": "^16.0.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-spellcheck": "^0.0.20", "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.5.0", "husky": "^8.0.3", - "lint-staged": "^13.2.2", + "lint-staged": "^13.2.3", "microtime": "^3.1.1", "mocha": "^10.2.0", "mochawesome": "^7.1.3", "prettier": "^2.8.8", "release-it": "^15.11.0", - "rollup": "^3.25.1", + "rollup": "^3.25.3", "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.3" + "typescript": "^5.1.5" } }