X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=5d7c35613acc7ecf40edd0184911aa60f8f42e32;hb=f702b273254b04f94ae965dc5cc4b014bf301a6f;hp=02598921c4323423598a80c07e3d94a789dcbaf5;hpb=0d49afad899cfd83db465fbf903f972a981df928;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 02598921..5d7c3561 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "git:spush": "git push --recurse-submodules=on-demand" }, "dependencies": { - "mongodb": "^3.6.4", + "mongodb": "^3.6.5", "poolifier": "^2.0.1", "source-map-support": "^0.5.19", "tslib": "^2.1.0", @@ -61,17 +61,18 @@ "utf-8-validate": "^5.0.4" }, "devDependencies": { - "@types/node": "^14.14.35", + "@types/node": "^14.14.36", "@types/uuid": "^8.3.0", "@types/ws": "^7.4.0", - "@typescript-eslint/eslint-plugin": "^4.18.0", - "@typescript-eslint/parser": "^4.18.0", + "@typescript-eslint/eslint-plugin": "^4.19.0", + "@typescript-eslint/parser": "^4.19.0", "clinic": "^8.0.1", "cross-env": "^7.0.3", "eslint": "^7.22.0", + "eslint-plugin-jsdoc": "^32.3.0", "mbt": "^1.1.1", "npm-check": "^5.9.2", - "rollup": "^2.41.4", + "rollup": "^2.42.4", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-delete": "^2.0.0",