X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=708112a869392fd204552eb9f6c37f3853ccc0b6;hb=fc53b3aaf0d62eb969fd107ff15926b073349e62;hp=9ed23bb2a7eea84c2ff215286dd8cd31ba00d6b9;hpb=739c9438ee9febf836685624f2a3013873c0ab6c;p=poolifier.git diff --git a/package.json b/package.json index 9ed23bb2..708112a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "4.0.1", + "version": "4.0.2", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "type": "module", @@ -45,9 +45,9 @@ }, "volta": { "node": "22.1.0", - "pnpm": "9.0.6" + "pnpm": "9.1.0" }, - "packageManager": "pnpm@9.0.6", + "packageManager": "pnpm@9.1.0", "repository": { "type": "git", "url": "https://github.com/poolifier/poolifier.git" @@ -104,7 +104,7 @@ } }, "devDependencies": { - "@biomejs/biome": "^1.7.2", + "@biomejs/biome": "^1.7.3", "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@release-it/bumper": "^6.0.1",