X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=81a4350fb990984fb248251ea9fddbe41b03f164;hb=944df73e2af3b801693b7bb2f90cc6f33caa5ee7;hp=f49ed11b39fab78b0efd1abecd5038ee3f892dfe;hpb=4160581a82c639b3e47f359b63d0bf263a0392e3;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index f49ed11b..81a4350f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.36", + "version": "1.0.37", "engines": { "node": "14.x.x", "npm": "6.x.x" @@ -68,12 +68,12 @@ "mongodb": "^4.1.0", "poolifier": "^2.0.2", "source-map-support": "^0.5.19", - "tar": "^6.1.8", + "tar": "^6.1.10", "tslib": "^2.3.1", "uuid": "^8.3.2", "winston": "^3.3.3", "winston-daily-rotate-file": "^4.5.5", - "ws": "^8.1.0" + "ws": "^8.2.0" }, "optionalDependencies": { "bufferutil": "^4.0.3", @@ -84,17 +84,17 @@ "@rollup/plugin-json": "^4.1.0", "@types/mocha": "^9.0.0", "@types/mochawesome": "^6.2.1", - "@types/node": "^14.17.9", + "@types/node": "^14.17.10", "@types/tar": "^4.0.5", "@types/uuid": "^8.3.1", "@types/ws": "^7.4.7", - "@typescript-eslint/eslint-plugin": "^4.29.1", - "@typescript-eslint/parser": "^4.29.1", + "@typescript-eslint/eslint-plugin": "^4.29.2", + "@typescript-eslint/parser": "^4.29.2", "auto-changelog": "^2.3.0", "clinic": "^9.0.0", "cross-env": "^7.0.3", "eslint": "^7.32.0", - "eslint-plugin-import": "^2.24.0", + "eslint-plugin-import": "^2.24.1", "eslint-plugin-jsdoc": "^36.0.7", "eslint-plugin-node": "^11.1.0", "expect": "^27.0.6", @@ -112,7 +112,7 @@ "rollup-plugin-istanbul": "^3.0.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.30.0", - "ts-node": "^10.2.0", + "ts-node": "^10.2.1", "typescript": "^4.3.5" } }