X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=463dcfcbf6e8bb24159c74ba174862a0e1aa7315;hb=9daf178986b6f0de3abfe215f48aed1ce1de6ec5;hp=72ff3407b10c140b1fd72e9e173e2219b840a51d;hpb=6bca4154b0b57b8e4b0885a52a77cc8a70dccb88;p=poolifier.git diff --git a/package.json b/package.json index 72ff3407..463dcfcb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.1.20", + "version": "3.1.21", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "type": "module", @@ -43,7 +43,7 @@ }, "volta": { "node": "20.11.1", - "pnpm": "8.15.3" + "pnpm": "8.15.4" }, "repository": { "type": "git", @@ -104,19 +104,19 @@ }, "devDependencies": { "@biomejs/biome": "^1.5.3", - "@commitlint/cli": "^18.6.1", - "@commitlint/config-conventional": "^18.6.2", + "@commitlint/cli": "^19.0.3", + "@commitlint/config-conventional": "^19.0.3", "@release-it/bumper": "^6.0.1", "@release-it/keep-a-changelog": "^5.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", - "@types/node": "^20.11.20", - "@typescript-eslint/eslint-plugin": "^7.0.2", - "@typescript-eslint/parser": "^7.0.2", + "@types/node": "^20.11.24", + "@typescript-eslint/eslint-plugin": "^7.1.1", + "@typescript-eslint/parser": "^7.1.1", "benchmark": "^2.1.4", "c8": "^9.1.0", "cross-env": "^7.0.3", - "eslint": "^8.56.0", + "eslint": "^8.57.0", "eslint-config-standard": "^17.1.0", "eslint-config-standard-with-typescript": "^43.0.1", "eslint-define-config": "^2.1.0", @@ -141,7 +141,7 @@ "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dts": "^6.1.0", "sinon": "^17.0.1", - "typedoc": "^0.25.8", + "typedoc": "^0.25.10", "typescript": "~5.3.3" } }