X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=c393e4ee1a68fc89922ae04b4ceb2a6e03bb9bf7;hb=152e87a8c57c8cbd3a3b437106bcc79c30fcc720;hp=4edb9e6c37b221f2360c605c13a5c225c6ecaafa;hpb=9ff56eabe4a9d0dec8335c3794dfc0de2e806a61;p=poolifier.git diff --git a/package.json b/package.json index 4edb9e6c..c393e4ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "4.0.8", + "version": "4.0.9", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "type": "module", @@ -114,7 +114,7 @@ "c8": "^9.1.0", "cross-env": "^7.0.3", "eslint": "^8.57.0", - "eslint-config-love": "^48.0.0", + "eslint-config-love": "^47.0.0", "eslint-config-standard": "^17.1.0", "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", @@ -137,9 +137,9 @@ "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-command": "^1.1.3", "rollup-plugin-delete": "^2.0.0", - "rollup-plugin-dts": "^6.1.0", + "rollup-plugin-dts": "^6.1.1", "sinon": "^18.0.0", - "tatami-ng": "^0.4.11", + "tatami-ng": "^0.4.12", "typedoc": "^0.25.13", "typescript": "~5.4.5" }