X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=1a8d9617c3df05af9a80af81f2dd9795ee7c1245;hb=refs%2Ftags%2Fv2.7.4;hp=17862e2fde09b03db4514cbe579498bf308318a3;hpb=f1c674cd6caabfbe46bc99d412611b4a91727c5f;p=poolifier.git diff --git a/package.json b/package.json index 17862e2f..1a8d9617 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "2.6.44", + "version": "2.7.4", "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", @@ -107,19 +107,19 @@ "@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.3", - "@types/node": "^20.6.2", - "@typescript-eslint/eslint-plugin": "^6.7.0", - "@typescript-eslint/parser": "^6.7.0", + "@rollup/plugin-typescript": "^11.1.4", + "@types/node": "^20.6.5", + "@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",