X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=7979c55e42faa707a1532a4d4c7a56eb1e63d061;hb=870798c0be770cdb39524d5bcb85be5908562439;hp=d84b89253601ebf849d4a257429906c028003f5b;hpb=8575f275a73cf6269952d6f243fd21b7e65e951f;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index d84b8925..7979c55e 100644 --- a/package.json +++ b/package.json @@ -38,21 +38,20 @@ "git:spush": "git push --recurse-submodules=on-demand" }, "dependencies": { - "uuid": "^8.0.0", - "winston": "^3.2.1", + "uuid": "^8.3.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": "^5.0.1", - "eslint": "^7.0.0", + "clinic": "^7.0.0", + "eslint": "^7.7.0", "eslint-config-google": "^0.14.0", - "eslint-config-node": "^4.0.0", - "eslint-plugin-flowtype": "^5.0.3", - "eslint-plugin-node": "^11.1.0", - "flow-bin": "^0.125.1", - "flow-typed": "^3.1.0", + "eslint-config-node": "^4.1.0", + "eslint-plugin-flowtype": "^5.2.0", + "flow-bin": "^0.132.0", + "flow-typed": "^3.2.1", "npm-check": "^5.9.2" } }