X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=6b9ffdc4cca2272dc405203ab99f2775175be210;hb=027b409aee809cc066ab83006284d03e1678023b;hp=417b2722fb84d5d4619d0d03b2a533163de48874;hpb=bfd40cc2bfba9ac86d92d5324e74d3ba12630066;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 417b2722..6b9ffdc4 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.1.0", - "winston": "^3.2.1", + "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.0", - "eslint": "^7.2.0", + "clinic": "^7.0.0", + "eslint": "^7.11.0", "eslint-config-google": "^0.14.0", "eslint-config-node": "^4.1.0", - "eslint-plugin-flowtype": "^5.1.3", - "flow-bin": "^0.126.1", - "flow-typed": "^3.1.0", + "eslint-plugin-flowtype": "^5.2.0", + "flow-bin": "^0.135.0", + "flow-typed": "^3.2.1", "npm-check": "^5.9.2" } }