Apply dependencies update
[e-mobility-charging-stations-simulator.git] / package.json
index 7a99345a0ad4b18a2e3bd6b3e481f9da43d0c61b..5fec10beda47adbaa277764ae19d34936987b5ee 100644 (file)
@@ -1,9 +1,9 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.57",
+  "version": "1.1.59",
   "engines": {
-    "node": "16.x.x",
-    "npm": "8.x.x"
+    "node": ">=16.0.0",
+    "npm": ">=8.0.0"
   },
   "repository": {
     "type": "git",
     "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",
   },
   "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.27",
+    "@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.2.2",
+    "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.8",
-    "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.2",
+    "rollup": "^2.73.0",
     "rollup-plugin-analyzer": "^4.0.0",
     "rollup-plugin-copy": "^3.4.0",
     "rollup-plugin-delete": "^2.0.0",
     "rollup-plugin-terser": "^7.0.2",
     "rollup-plugin-ts": "^2.0.7",
     "ts-node": "^10.7.0",
-    "typescript": "^4.6.3"
+    "typescript": "^4.6.4"
   }
 }