X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=23290e44ba53720efeee824abc141e04cf51c827;hb=149fdbb9ad4a54f2a96409f2fe68b73c66149729;hp=0834343618168e77eecdf5846313643d5a06ecae;hpb=a8a29b127ec531252956c58b04e76aa1820eb585;p=poolifier.git diff --git a/package.json b/package.json index 08343436..23290e44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.6.16", + "version": "2.6.20", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "license": "MIT", "main": "./lib/index.js", @@ -47,8 +47,8 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.4.0", - "pnpm": "8.6.7" + "node": "20.5.0", + "pnpm": "8.6.9" }, "repository": { "type": "git", @@ -104,20 +104,20 @@ } }, "devDependencies": { - "@commitlint/cli": "^17.6.6", - "@commitlint/config-conventional": "^17.6.6", + "@commitlint/cli": "^17.6.7", + "@commitlint/config-conventional": "^17.6.7", "@release-it/bumper": "^5.0.0", "@release-it/keep-a-changelog": "^4.0.0", "@rollup/plugin-terser": "^0.4.3", "@rollup/plugin-typescript": "^11.1.2", - "@types/node": "^20.4.2", + "@types/node": "^20.4.4", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "benny": "^3.7.1", "c8": "^8.0.0", "eslint": "^8.45.0", "eslint-config-standard": "^17.1.0", - "eslint-config-standard-with-typescript": "^36.1.0", + "eslint-config-standard-with-typescript": "^37.0.0", "eslint-define-config": "^1.21.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", @@ -133,8 +133,8 @@ "mocha": "^10.2.0", "mochawesome": "^7.1.3", "prettier": "^3.0.0", - "release-it": "^16.1.2", - "rollup": "^3.26.2", + "release-it": "^16.1.3", + "rollup": "^3.26.3", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0",