X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=96bb56d11797010f1957c1021135e68cfe11ca12;hb=c52bc9c7d89dedf0b12b2f255a4653bd17c593c0;hp=1ece41c4d4d7b9da63d09635d9d0fc2e322378bc;hpb=2842565f99223d5d438599958342898fbe498183;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 1ece41c4..96bb56d1 100644 --- a/package.json +++ b/package.json @@ -38,20 +38,20 @@ "git:spush": "git push --recurse-submodules=on-demand" }, "dependencies": { - "uuid": "^8.1.0", - "winston": "^3.2.1", + "uuid": "^8.2.0", + "winston": "^3.3.3", "worker-threads-pool": "^2.0.0", - "ws": "^7.3.0" + "ws": "^7.3.1" }, "devDependencies": { "babel-eslint": "^10.1.0", - "clinic": "^6.0.0", - "eslint": "^7.1.0", + "clinic": "^6.0.2", + "eslint": "^7.5.0", "eslint-config-google": "^0.14.0", "eslint-config-node": "^4.1.0", - "eslint-plugin-flowtype": "^5.1.3", - "flow-bin": "^0.125.1", - "flow-typed": "^3.1.0", + "eslint-plugin-flowtype": "^5.2.0", + "flow-bin": "^0.129.0", + "flow-typed": "^3.2.0", "npm-check": "^5.9.2" } }