X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=e97aedc0d5e3d5e68e1d1fc4ca40f4e103fef4be;hb=65eba3e639e5ea643eb37dd2cd5b1441fc9dfa3a;hp=3be3ac31b51ec67420cd74c5df513d64b5861efc;hpb=903becc3931c3c84d91eb1ce1ecc2f5e3237607b;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 3be3ac31..e97aedc0 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "charging-stations-simulator", - "version": "1.1.56", + "version": "1.1.60", "engines": { - "node": "16.x.x", - "npm": "8.x.x" + "node": ">=16.0.0", + "npm": ">=8.0.0" }, "repository": { "type": "git", @@ -76,23 +76,24 @@ "release": "release-it" }, "dependencies": { - "@mikro-orm/core": "^4.5.10", - "@mikro-orm/mariadb": "^4.5.10", - "@mikro-orm/reflection": "^4.5.10", - "@mikro-orm/sqlite": "^4.5.10", + "@mikro-orm/core": "^5.1.3", + "@mikro-orm/mariadb": "^5.1.3", + "@mikro-orm/reflection": "^5.1.3", + "@mikro-orm/sqlite": "^5.1.3", "basic-ftp": "^4.6.6", "chalk": "^4.1.2", - "express": "^4.17.3", - "mongodb": "^4.5.0", + "express": "^4.18.1", + "moment": "^2.29.3", + "mongodb": "^4.6.0", "poolifier": "^2.2.0", "proper-lockfile": "^4.1.2", "source-map-support": "^0.5.21", "tar": "^6.1.11", - "tslib": "^2.3.1", + "tslib": "^2.4.0", "uuid": "^8.3.2", "winston": "^3.7.2", "winston-daily-rotate-file": "^4.6.1", - "ws": "^8.5.0" + "ws": "^8.6.0" }, "optionalDependencies": { "bufferutil": "^4.0.6", @@ -100,44 +101,44 @@ }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", - "@mikro-orm/cli": "^4.5.10", + "@mikro-orm/cli": "^5.1.3", "@rollup/plugin-json": "^4.1.0", "@types/express": "^4.17.13", - "@types/mocha": "^9.1.0", + "@types/mocha": "^9.1.1", "@types/mochawesome": "^6.2.1", - "@types/node": "^16.11.26", + "@types/node": "^16.11.35", "@types/proper-lockfile": "^4.1.2", "@types/tar": "^6.1.1", "@types/uuid": "^8.3.4", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.19.0", - "@typescript-eslint/parser": "^5.19.0", + "@typescript-eslint/eslint-plugin": "^5.24.0", + "@typescript-eslint/parser": "^5.24.0", "auto-changelog": "^2.4.0", "clinic": "^11.1.0", "cross-env": "^7.0.3", - "eslint": "^8.13.0", + "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.1.1", + "eslint-plugin-jsdoc": "^39.2.9", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.0.0", - "expect": "^27.5.1", - "husky": "^7.0.4", - "lint-staged": "^12.3.7", - "mocha": "^9.2.2", + "expect": "^28.1.0", + "husky": "^8.0.1", + "lint-staged": "^12.4.1", + "mocha": "^10.0.0", "mochawesome": "^7.1.3", "nyc": "^15.1.0", "prettier": "^2.6.2", - "release-it": "^14.14.2", + "release-it": "^15.0.0", "robohydra": "^0.6.9", - "rollup": "^2.70.1", + "rollup": "^2.73.0", "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-ts": "^2.0.5", + "rollup-plugin-ts": "^2.0.7", "ts-node": "^10.7.0", - "typescript": "^4.6.3" + "typescript": "^4.6.4" } }