X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=59fe0ea644f05a3c0708ec7a05e7e8131f76c235;hb=4adfffae3487a6f677cda5a9eccc9b41cc34b406;hp=4cdb4797548670ba21f2f75a5ded5b82517ae207;hpb=8235566f0875af6d92d46bc966565d27441fc686;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 4cdb4797..59fe0ea6 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "main": "src/index.js", "scripts": { "start": "node src/index.js", - "start:debug": "node --inspect-brk src/index.js", + "start:debug": "node --inspect src/index.js", "start:prof": "node --prof src/index.js", "start:doctorprof": "clinic doctor -- node src/index.js", "start:flameprof": "clinic flame -- node src/index.js", @@ -38,20 +38,20 @@ "git:spush": "git push --recurse-submodules=on-demand" }, "dependencies": { - "uuid": "^8.2.0", + "uuid": "^8.3.1", "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.2", - "eslint": "^7.3.1", + "clinic": "^7.0.0", + "eslint": "^7.11.0", "eslint-config-google": "^0.14.0", "eslint-config-node": "^4.1.0", "eslint-plugin-flowtype": "^5.2.0", - "flow-bin": "^0.128.0", - "flow-typed": "^3.1.0", + "flow-bin": "^0.136.0", + "flow-typed": "^3.2.1", "npm-check": "^5.9.2" } }