X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=97c0758d3209266c3d92170dd78e1dff0436602d;hb=410724041bab556be1385c56f9a32e5030f6f2cf;hp=614bcd5760e9123256d8bb152be4b0024aebe986;hpb=04054352b4db330e0a4acfe976f42daeeb5e5b34;p=poolifier.git diff --git a/package.json b/package.json index 614bcd57..97c0758d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "2.6.45", + "version": "2.7.3", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", @@ -42,8 +42,8 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.6.1", - "pnpm": "8.7.5" + "node": "20.7.0", + "pnpm": "8.7.6" }, "repository": { "type": "git", @@ -108,18 +108,18 @@ "@release-it/keep-a-changelog": "^4.0.0", "@rollup/plugin-terser": "^0.4.3", "@rollup/plugin-typescript": "^11.1.3", - "@types/node": "^20.6.2", - "@typescript-eslint/eslint-plugin": "^6.7.0", - "@typescript-eslint/parser": "^6.7.0", + "@types/node": "^20.6.4", + "@typescript-eslint/eslint-plugin": "^6.7.2", + "@typescript-eslint/parser": "^6.7.2", "benchmark": "^2.1.4", "c8": "^8.0.1", - "eslint": "^8.49.0", + "eslint": "^8.50.0", "eslint-config-standard": "^17.1.0", - "eslint-config-standard-with-typescript": "^39.0.0", + "eslint-config-standard-with-typescript": "^39.1.0", "eslint-define-config": "^1.23.0", - "eslint-import-resolver-typescript": "^3.6.0", + "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", - "eslint-plugin-jsdoc": "^46.8.1", + "eslint-plugin-jsdoc": "^46.8.2", "eslint-plugin-n": "^16.1.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-spellcheck": "^0.0.20", @@ -131,8 +131,8 @@ "mocha": "^10.2.0", "mochawesome": "^7.1.3", "prettier": "^3.0.3", - "release-it": "^16.1.5", - "rollup": "^3.29.2", + "release-it": "^16.2.0", + "rollup": "^3.29.3", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0",