X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=c23697869f6a4d7484a5095e4cc4b634447229e9;hb=e58068fde9b27e3de6733be24fc7b3dfac37331b;hp=f0be77735c2f003d13150a53a6de69848f327471;hpb=606e466e17dde7344c63af1cb1293a522e83f1b4;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index f0be7773..c2369786 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.40", + "version": "1.1.41", "engines": { "node": "16.x.x", "npm": "8.x.x" @@ -73,7 +73,7 @@ "@mikro-orm/sqlite": "^4.5.9", "basic-ftp": "^4.6.6", "chalk": "^4.1.2", - "mongodb": "^4.2.1", + "mongodb": "^4.2.2", "poolifier": "^2.1.0", "proper-lockfile": "^4.1.2", "source-map-support": "^0.5.21", @@ -94,19 +94,19 @@ "@rollup/plugin-json": "^4.1.0", "@types/mocha": "^9.0.0", "@types/mochawesome": "^6.2.1", - "@types/node": "^16.11.12", + "@types/node": "^16.11.14", "@types/proper-lockfile": "^4.1.2", "@types/tar": "^6.1.1", "@types/uuid": "^8.3.3", "@types/ws": "^8.2.2", - "@typescript-eslint/eslint-plugin": "^5.6.0", - "@typescript-eslint/parser": "^5.6.0", + "@typescript-eslint/eslint-plugin": "^5.7.0", + "@typescript-eslint/parser": "^5.7.0", "auto-changelog": "^2.3.0", "clinic": "^10.0.0", "cross-env": "^7.0.3", - "eslint": "^8.4.1", + "eslint": "^8.5.0", "eslint-plugin-import": "^2.25.3", - "eslint-plugin-jsdoc": "^37.2.0", + "eslint-plugin-jsdoc": "^37.4.0", "eslint-plugin-node": "^11.1.0", "expect": "^27.4.2", "mocha": "^9.1.3", @@ -123,6 +123,6 @@ "rollup-plugin-terser": "^7.0.2", "rollup-plugin-ts": "^2.0.4", "ts-node": "^10.4.0", - "typescript": "^4.5.3" + "typescript": "^4.5.4" } }