X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=5d7c35613acc7ecf40edd0184911aa60f8f42e32;hb=f702b273254b04f94ae965dc5cc4b014bf301a6f;hp=d6edf95807f7d185cf71435d63c9175d965b2337;hpb=33f3899ba1c4308b1539fc9ba5ec2bcd43c009a2;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index d6edf958..5d7c3561 100644 --- a/package.json +++ b/package.json @@ -47,36 +47,37 @@ "git:spush": "git push --recurse-submodules=on-demand" }, "dependencies": { - "mongodb": "^3.6.4", - "poolifier": "^2.0.0", + "mongodb": "^3.6.5", + "poolifier": "^2.0.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", - "ws": "^7.4.3" + "winston-daily-rotate-file": "^4.5.1", + "ws": "^7.4.4" }, "optionalDependencies": { "bufferutil": "^4.0.3", "utf-8-validate": "^5.0.4" }, "devDependencies": { - "@types/node": "^14.14.31", + "@types/node": "^14.14.36", "@types/uuid": "^8.3.0", "@types/ws": "^7.4.0", - "@typescript-eslint/eslint-plugin": "^4.16.1", - "@typescript-eslint/parser": "^4.16.1", + "@typescript-eslint/eslint-plugin": "^4.19.0", + "@typescript-eslint/parser": "^4.19.0", "clinic": "^8.0.1", "cross-env": "^7.0.3", - "eslint": "^7.21.0", - "mbt": "^1.1.0", + "eslint": "^7.22.0", + "eslint-plugin-jsdoc": "^32.3.0", + "mbt": "^1.1.1", "npm-check": "^5.9.2", - "rollup": "^2.40.0", + "rollup": "^2.42.4", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.30.0", - "typescript": "^4.2.2" + "typescript": "^4.2.3" } }