X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=4483129debc4b28dc42c9cc63e27b91d579d0e1c;hb=7d1ac23574515dcb35d1532f9ec6f95e4cde70b9;hp=bca10f68e7037f5e0aae4845faf9554b1b8ebf5d;hpb=21416e6ec4f8c5367b8fa90f9fe34ec7ab9d7a9f;p=poolifier.git diff --git a/package.json b/package.json index bca10f68..4483129d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.6.19", + "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", @@ -19,7 +19,7 @@ "build:prod": "rollup --config", "benchmark": "pnpm build && node -r source-map-support/register benchmarks/internal/bench.mjs", "benchmark:debug": "pnpm build && node -r source-map-support/register --inspect benchmarks/internal/bench.mjs", - "benchmark:prod": "pnpm build:prod && node -r source-map-support/register benchmarks/internal/bench.mjs", + "benchmark:prod": "pnpm build:prod && benchmarks/internal/bench.mjs", "test": "pnpm build && c8 mocha 'tests/**/*.test.js'", "test:debug": "pnpm build && mocha --no-parallel --inspect 'tests/**/*.test.js'", "coverage": "c8 report --reporter=lcov", @@ -48,7 +48,7 @@ }, "volta": { "node": "20.5.0", - "pnpm": "8.6.9" + "pnpm": "8.6.10" }, "repository": { "type": "git", @@ -106,27 +106,27 @@ "devDependencies": { "@commitlint/cli": "^17.6.7", "@commitlint/config-conventional": "^17.6.7", - "@release-it/bumper": "^5.0.0", + "@release-it/bumper": "^5.1.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.5", "@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", + "c8": "^8.0.1", + "eslint": "^8.46.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", - "eslint-plugin-jsdoc": "^46.4.4", + "eslint-plugin-import": "^2.28.0", + "eslint-plugin-jsdoc": "^46.4.5", "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.6.1", + "expect": "^29.6.2", "husky": "^8.0.3", "lint-staged": "^13.2.3", "microtime": "^3.1.1", @@ -134,7 +134,7 @@ "mochawesome": "^7.1.3", "prettier": "^3.0.0", "release-it": "^16.1.3", - "rollup": "^3.26.3", + "rollup": "^3.27.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0",