X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=39c20193be44ac5a73221d61025589f28a6bd54a;hb=5c38ecb0d06e1ed5811ed29ffa8736df4cfcdf7c;hp=36cea67b28334f159b0b5bae85e2818f86b4800d;hpb=c045d9a97ebdf3747b82746b733b0c60a7db3f32;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 36cea67b..39c20193 100644 --- a/package.json +++ b/package.json @@ -48,12 +48,12 @@ }, "dependencies": { "mongodb": "^3.6.3", + "poolifier": "^1.2.1", "source-map-support": "^0.5.19", "tslib": "^2.1.0", "uuid": "^8.3.2", "winston": "^3.3.3", "winston-daily-rotate-file": "^4.5.0", - "worker-threads-pool": "^2.0.0", "ws": "^7.4.2" }, "optionalDependencies": { @@ -63,10 +63,9 @@ "devDependencies": { "@types/node": "^14.14.22", "@types/uuid": "^8.3.0", - "@types/worker-threads-pool": "^2.0.0", "@types/ws": "^7.4.0", - "@typescript-eslint/eslint-plugin": "^4.14.0", - "@typescript-eslint/parser": "^4.14.0", + "@typescript-eslint/eslint-plugin": "^4.14.1", + "@typescript-eslint/parser": "^4.14.1", "clinic": "^8.0.1", "cross-env": "^7.0.3", "eslint": "^7.18.0",