test: add ConfigurationData enums tests
[e-mobility-charging-stations-simulator.git] / package.json
index bfafde93e60956734936b8cafe0a5220bed5cc1a..e954e1a947b64b06c6aa4a6c643f55ceddc44087 100644 (file)
@@ -1,16 +1,16 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.3.5",
+  "version": "1.3.6",
   "engines": {
     "node": ">=18.18.0",
     "pnpm": ">=9.0.0"
   },
   "volta": {
-    "node": "22.2.0",
-    "pnpm": "9.2.0"
+    "node": "22.3.0",
+    "pnpm": "9.4.0"
   },
-  "packageManager": "pnpm@9.2.0",
+  "packageManager": "pnpm@9.4.0",
   "repository": {
     "type": "git",
     "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git"
     "http-status-codes": "^2.3.0",
     "logform": "^2.6.0",
     "mnemonist": "0.40.0-rc1",
-    "mongodb": "^6.7.0",
-    "poolifier": "^4.0.13",
-    "rambda": "^9.2.0",
-    "tar": "^7.2.0",
+    "mongodb": "^6.8.0",
+    "poolifier": "^4.0.15",
+    "rambda": "^9.2.1",
+    "tar": "^7.4.0",
     "winston": "^3.13.0",
     "winston-daily-rotate-file": "^5.0.0",
-    "ws": "^8.17.0"
+    "ws": "^8.17.1"
   },
   "optionalDependencies": {
     "bufferutil": "^4.0.8",
     "@commitlint/config-conventional": "^19.2.2",
     "@mikro-orm/cli": "^6.2.9",
     "@release-it/bumper": "^6.0.1",
-    "@types/node": "^20.14.2",
+    "@types/node": "^20.14.9",
     "@types/semver": "^7.5.8",
     "@types/ws": "^8.5.10",
-    "@typescript-eslint/eslint-plugin": "^7.12.0",
-    "@typescript-eslint/parser": "^7.12.0",
+    "@typescript-eslint/eslint-plugin": "^7.15.0",
+    "@typescript-eslint/parser": "^7.15.0",
     "auto-changelog": "^2.4.0",
-    "c8": "^9.1.0",
+    "c8": "^10.1.2",
     "clinic": "^13.0.0",
     "cross-env": "^7.0.3",
-    "esbuild": "^0.21.5",
+    "esbuild": "^0.22.0",
     "esbuild-plugin-clean": "^1.0.1",
     "esbuild-plugin-copy": "^2.1.1",
     "eslint": "^8.57.0",
     "eslint-define-config": "^2.1.0",
     "eslint-import-resolver-typescript": "^3.6.1",
     "eslint-plugin-import": "^2.29.1",
-    "eslint-plugin-jsdoc": "^48.2.9",
-    "eslint-plugin-n": "^17.8.1",
+    "eslint-plugin-jsdoc": "^48.5.0",
+    "eslint-plugin-n": "^17.9.0",
     "eslint-plugin-simple-import-sort": "^12.1.0",
     "eslint-plugin-tsdoc": "^0.3.0",
     "expect": "^29.7.0",
-    "glob": "^10.4.1",
+    "glob": "^10.4.2",
     "husky": "^9.0.11",
-    "lint-staged": "^15.2.5",
-    "prettier": "^3.3.1",
-    "release-it": "^17.3.0",
+    "lint-staged": "^15.2.7",
+    "prettier": "^3.3.2",
+    "release-it": "^17.4.1",
     "rimraf": "^5.0.7",
     "semver": "^7.6.2",
     "ts-node": "^10.9.2",
-    "tsx": "^4.15.1",
-    "typescript": "~5.4.5"
+    "tsx": "^4.16.0",
+    "typescript": "~5.5.3"
   }
 }