X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=ba873043842696832796c26a9055843552507426;hb=5aa31a743fde300612ae89a242b809ae7db083ed;hp=782da343bf98f34df9857c2bf4186f278701e078;hpb=79d4db829ad3f164769a1c9f4ce81185e92b1627;p=poolifier.git diff --git a/package.json b/package.json index 782da343..ba873043 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.0.4", + "version": "3.0.5", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", @@ -42,7 +42,7 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.8.1", + "node": "20.9.0", "pnpm": "8.9.2" }, "repository": { @@ -102,15 +102,15 @@ }, "devDependencies": { "@biomejs/biome": "^1.3.1", - "@commitlint/cli": "^18.0.0", - "@commitlint/config-conventional": "^18.0.0", + "@commitlint/cli": "^18.2.0", + "@commitlint/config-conventional": "^18.1.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.7", - "@typescript-eslint/eslint-plugin": "^6.8.0", - "@typescript-eslint/parser": "^6.8.0", + "@types/node": "^20.8.9", + "@typescript-eslint/eslint-plugin": "^6.9.0", + "@typescript-eslint/parser": "^6.9.0", "benchmark": "^2.1.4", "c8": "^8.0.1", "eslint": "^8.52.0", @@ -118,7 +118,7 @@ "eslint-config-standard-with-typescript": "^39.1.1", "eslint-define-config": "^1.24.1", "eslint-import-resolver-typescript": "^3.6.1", - "eslint-plugin-import": "^2.28.1", + "eslint-plugin-import": "^2.29.0", "eslint-plugin-jsdoc": "^46.8.2", "eslint-plugin-n": "^16.2.0", "eslint-plugin-promise": "^6.1.1",