X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=81a4350fb990984fb248251ea9fddbe41b03f164;hb=944df73e2af3b801693b7bb2f90cc6f33caa5ee7;hp=61cfbd102135a08630d4d9d3266ea2252b4df7c8;hpb=81696b26fc1f48ea24c5cf0026b14760e6af37c7;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 61cfbd10..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" @@ -11,6 +11,13 @@ }, "description": "Electric Vehicle charging stations simulator", "author": "SAP E-Mobility Labs France ", + "contributors": [ + { + "name": "Jérôme Benoit", + "email": "jerome.benoit@piment-noir.org", + "url": "https://github.com/jerome-benoit" + } + ], "license": "Apache-2.0", "licenses": [ { @@ -61,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", @@ -77,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", @@ -105,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" } }