X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=037031d88f22f0c570af7f79280caf3180fc6535;hb=c4216735df38e44ec4f7aee04e18955adb919c3f;hp=da45fca73a451fe486dca762d17efa4a696f2958;hpb=01d400ef428fe9c6e4c45be9e6d57a3f2052455f;p=poolifier.git diff --git a/package.json b/package.json index da45fca7..037031d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.6.3", + "version": "2.6.14", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "license": "MIT", "main": "./lib/index.js", @@ -47,8 +47,8 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.3.1", - "pnpm": "8.6.3" + "node": "20.4.0", + "pnpm": "8.6.6" }, "repository": { "type": "git", @@ -99,38 +99,43 @@ "files": [ "lib" ], + "pnpm": { + "overrides": { + "semver": "^7.5.3" + } + }, "devDependencies": { "@commitlint/cli": "^17.6.6", "@commitlint/config-conventional": "^17.6.6", - "@release-it/bumper": "^4.0.2", + "@release-it/bumper": "^5.0.0", "@release-it/keep-a-changelog": "^3.1.0", "@rollup/plugin-terser": "^0.4.3", - "@rollup/plugin-typescript": "^11.1.1", - "@types/node": "^20.3.1", - "@typescript-eslint/eslint-plugin": "^5.60.0", - "@typescript-eslint/parser": "^5.60.0", + "@rollup/plugin-typescript": "^11.1.2", + "@types/node": "^20.4.1", + "@typescript-eslint/eslint-plugin": "^5.61.0", + "@typescript-eslint/parser": "^5.61.0", "benny": "^3.7.1", "c8": "^8.0.0", - "eslint": "^8.43.0", + "eslint": "^8.44.0", "eslint-config-standard": "^17.1.0", - "eslint-config-standard-with-typescript": "^35.0.0", + "eslint-config-standard-with-typescript": "^36.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.2.6", + "eslint-plugin-jsdoc": "^46.4.3", "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.5.0", + "expect": "^29.6.1", "husky": "^8.0.3", - "lint-staged": "^13.2.2", + "lint-staged": "^13.2.3", "microtime": "^3.1.1", "mocha": "^10.2.0", "mochawesome": "^7.1.3", "prettier": "^2.8.8", - "release-it": "^15.11.0", - "rollup": "^3.25.2", + "release-it": "^16.1.0", + "rollup": "^3.26.2", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0", @@ -138,6 +143,6 @@ "source-map-support": "^0.5.21", "ts-standard": "^12.0.2", "typedoc": "^0.24.8", - "typescript": "^5.1.3" + "typescript": "^5.1.6" } }