X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=5503d80b649f7d54eb8e61d8ecc1a3b83409cb00;hb=c776a2e304f661117514f1f3663177f8160cb145;hp=390442ee99a4845fc3f41bdbe4c459f2a01cb8c8;hpb=6c9f025b898abf3e383a5a4ff8ca9401d33028ca;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 390442ee..5503d80b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.31", + "version": "1.0.39", "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": [ { @@ -58,15 +65,15 @@ }, "dependencies": { "basic-ftp": "^4.6.6", - "mongodb": "^3.6.11", + "mongodb": "^4.1.0", "poolifier": "^2.0.2", "source-map-support": "^0.5.19", - "tar": "^6.1.6", - "tslib": "^2.3.0", + "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.0.0" + "ws": "^8.2.0" }, "optionalDependencies": { "bufferutil": "^4.0.3", @@ -77,35 +84,35 @@ "@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.11", "@types/tar": "^4.0.5", "@types/uuid": "^8.3.1", "@types/ws": "^7.4.7", - "@typescript-eslint/eslint-plugin": "^4.29.0", - "@typescript-eslint/parser": "^4.29.0", + "@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-jsdoc": "^36.0.6", + "eslint-plugin-import": "^2.24.1", + "eslint-plugin-jsdoc": "^36.0.7", "eslint-plugin-node": "^11.1.0", "expect": "^27.0.6", - "mbt": "^1.2.2", - "mocha": "^9.0.3", + "mbt": "^1.2.3", + "mocha": "^9.1.0", "mochawesome": "^6.2.2", "npm-check": "^5.9.2", "nyc": "^15.1.0", - "release-it": "^14.11.0", + "release-it": "^14.11.5", "robohydra": "^0.6.9", - "rollup": "^2.56.1", + "rollup": "^2.56.2", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-delete": "^2.0.0", "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" } }