X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=886136f41129b2da780d3fc5651f23bac890e218;hb=9b9aa229d2e9e32459f3b989e8c768eadf519b12;hp=3a7f0023367264005538565c118b30bcdeaf3387;hpb=d5eb4a90802f4d3294f90635b49dfa5cb252e1c0;p=poolifier.git diff --git a/package.json b/package.json index 3a7f0023..886136f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.0.0", + "version": "3.0.1", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", @@ -43,7 +43,7 @@ }, "volta": { "node": "20.8.1", - "pnpm": "8.9.0" + "pnpm": "8.9.2" }, "repository": { "type": "git", @@ -102,13 +102,13 @@ }, "devDependencies": { "@biomejs/biome": "^1.2.2", - "@commitlint/cli": "^17.7.2", - "@commitlint/config-conventional": "^17.7.0", + "@commitlint/cli": "^17.8.0", + "@commitlint/config-conventional": "^17.8.0", "@release-it/bumper": "^5.1.0", "@release-it/keep-a-changelog": "^4.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.5", - "@types/node": "^20.8.4", + "@types/node": "^20.8.6", "@typescript-eslint/eslint-plugin": "^6.7.5", "@typescript-eslint/parser": "^6.7.5", "benchmark": "^2.1.4", @@ -126,13 +126,13 @@ "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.7.0", "husky": "^8.0.3", - "lint-staged": "^14.0.1", + "lint-staged": "^15.0.1", "microtime": "^3.1.1", "mocha": "^10.2.0", "mochawesome": "^7.1.3", "prettier": "^3.0.3", "release-it": "^16.2.1", - "rollup": "^4.0.2", + "rollup": "^4.1.4", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0",