X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=006c62ea1e86704ae29398b596c43cc06d325d7f;hb=3085fb0d77d3b14d33324875900d1d088828e12a;hp=db405209eb10b9344b0b612b64c5df550972c899;hpb=3f30dd3c61a172e69c88d7238e59515eb20bad2c;p=poolifier.git diff --git a/package.json b/package.json index db405209..006c62ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.4.11", + "version": "2.4.14", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "license": "MIT", "main": "./lib/index.js", @@ -47,7 +47,7 @@ }, "volta": { "node": "20.1.0", - "pnpm": "8.4.0" + "pnpm": "8.5.0" }, "repository": { "type": "git", @@ -104,10 +104,10 @@ "@release-it/bumper": "^4.0.2", "@release-it/keep-a-changelog": "^3.1.0", "@rollup/plugin-terser": "^0.4.1", - "@rollup/plugin-typescript": "^11.1.0", - "@types/node": "^20.1.0", - "@typescript-eslint/eslint-plugin": "^5.59.2", - "@typescript-eslint/parser": "^5.59.2", + "@rollup/plugin-typescript": "^11.1.1", + "@types/node": "^20.1.3", + "@typescript-eslint/eslint-plugin": "^5.59.5", + "@typescript-eslint/parser": "^5.59.5", "benny": "^3.7.1", "c8": "^7.13.0", "eslint": "^8.40.0", @@ -116,7 +116,7 @@ "eslint-define-config": "^1.20.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^43.2.0", + "eslint-plugin-jsdoc": "^44.2.3", "eslint-plugin-n": "^15.7.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-spellcheck": "^0.0.20", @@ -129,14 +129,14 @@ "mochawesome": "^7.1.3", "prettier": "^2.8.8", "release-it": "^15.10.3", - "rollup": "^3.21.5", + "rollup": "^3.21.6", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0", "sinon": "^15.0.4", "source-map-support": "^0.5.21", "ts-standard": "^12.0.2", - "typedoc": "^0.24.6", + "typedoc": "^0.24.7", "typescript": "^5.0.4" } }