X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=8fa87b3b040236fae237b580bd0e0e6a787806d3;hb=44bd11071604d65be6edca4bc7711786728e338c;hp=d0de812eed7d8bebb3b0198576991106991aa276;hpb=93f40ed282febe8df884a5ad20981035e59afe31;p=poolifier.git diff --git a/package.json b/package.json index d0de812e..8fa87b3b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.0.13", + "version": "3.0.14", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", @@ -50,7 +50,7 @@ }, "volta": { "node": "20.10.0", - "pnpm": "8.12.0" + "pnpm": "8.12.1" }, "repository": { "type": "git", @@ -127,8 +127,8 @@ "eslint-config-standard-with-typescript": "^42.0.0", "eslint-define-config": "^2.0.0", "eslint-import-resolver-typescript": "^3.6.1", - "eslint-plugin-import": "^2.29.0", - "eslint-plugin-jsdoc": "^46.9.0", + "eslint-plugin-import": "^2.29.1", + "eslint-plugin-jsdoc": "^46.9.1", "eslint-plugin-n": "^16.4.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-spellcheck": "^0.0.20",