feat: allow to provision number of stations by template
[e-mobility-charging-stations-simulator.git] / package.json
index b23a9e0fad6802965bd3c102b0a47808c073ea66..28a6a2f8fc5bbb642a31a31e0023a002287d01a7 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.3.0",
+  "version": "1.3.1",
   "engines": {
     "node": ">=18.18.0",
     "pnpm": ">=8.6.0"
     }
   },
   "dependencies": {
-    "@mikro-orm/core": "^6.1.11",
-    "@mikro-orm/mariadb": "^6.1.11",
-    "@mikro-orm/reflection": "^6.1.11",
-    "@mikro-orm/sqlite": "^6.1.11",
+    "@mikro-orm/core": "^6.1.12",
+    "@mikro-orm/mariadb": "^6.1.12",
+    "@mikro-orm/reflection": "^6.1.12",
+    "@mikro-orm/sqlite": "^6.1.12",
     "ajv": "^8.12.0",
     "ajv-formats": "^2.1.1",
     "basic-ftp": "^5.0.5",
     "mongodb": "^6.5.0",
     "poolifier": "^3.1.22",
     "rambda": "^9.1.1",
-    "tar": "^6.2.0",
-    "winston": "^3.12.0",
+    "tar": "^6.2.1",
+    "winston": "^3.13.0",
     "winston-daily-rotate-file": "^5.0.0",
     "ws": "^8.16.0"
   },
   "devDependencies": {
     "@commitlint/cli": "^19.2.1",
     "@commitlint/config-conventional": "^19.1.0",
-    "@mikro-orm/cli": "^6.1.11",
+    "@mikro-orm/cli": "^6.1.12",
     "@release-it/bumper": "^6.0.1",
     "@types/node": "^20.11.30",
     "@types/semver": "^7.5.8",
     "@types/tar": "^6.1.11",
     "@types/ws": "^8.5.10",
-    "@typescript-eslint/eslint-plugin": "^7.3.1",
-    "@typescript-eslint/parser": "^7.3.1",
+    "@typescript-eslint/eslint-plugin": "^7.4.0",
+    "@typescript-eslint/parser": "^7.4.0",
     "auto-changelog": "^2.4.0",
     "c8": "^9.1.0",
     "clinic": "^13.0.0",
     "semver": "^7.6.0",
     "ts-node": "^10.9.2",
     "tsx": "^4.7.1",
-    "typescript": "~5.4.2"
+    "typescript": "~5.4.3"
   }
 }