test(simulator): use standard file namespace for tests
[e-mobility-charging-stations-simulator.git] / package.json
index a75431fd3dfc4058cfcdb908ab616f7fe80bb40d..91566bc5f2d589bd9563b351af791a3ade2dfb8f 100644 (file)
@@ -1,13 +1,13 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.2.13",
+  "version": "1.2.14",
   "engines": {
     "node": ">=16.9.0",
-    "pnpm": ">=8.0.0"
+    "pnpm": ">=8.6.0"
   },
   "volta": {
     "node": "20.2.0",
-    "pnpm": "8.5.1"
+    "pnpm": "8.6.0"
   },
   "repository": {
     "type": "git",
@@ -66,8 +66,8 @@
     "lint": "cross-env TIMING=1 eslint --cache --ext .js,.cjs,.mjs,.ts src",
     "lint:fix": "cross-env TIMING=1 eslint --cache --fix --ext .js,.cjs,.mjs,.ts src",
     "format": "prettier --cache --write .",
-    "test": "c8 mocha test/**/*Test.ts",
-    "test:debug": "mocha --no-parallel --inspect test/**/*Test.ts",
+    "test": "c8 mocha test/**/*.test.ts",
+    "test:debug": "mocha --no-parallel --inspect test/**/*.test.ts",
     "coverage": "c8 report --reporter=lcov",
     "coverage:html": "c8 report --reporter=html",
     "clinic:clean": "clinic clean",
     "git:spush": "git push --recurse-submodules=on-demand",
     "release": "release-it"
   },
-  "overrides": {
-    "cacheable-request": "^10.2.7",
-    "d3-color": "^3.1.0"
+  "pnpm": {
+    "overrides": {
+      "cacheable-request": "^10.2.10",
+      "d3-color": "^3.1.0",
+      "ejs": "^3.1.9",
+      "got": "^12.6.0"
+    }
   },
   "dependencies": {
-    "@mikro-orm/core": "^5.7.7",
-    "@mikro-orm/mariadb": "^5.7.7",
-    "@mikro-orm/reflection": "^5.7.7",
-    "@mikro-orm/sqlite": "^5.7.7",
+    "@mikro-orm/core": "^5.7.10",
+    "@mikro-orm/mariadb": "^5.7.10",
+    "@mikro-orm/reflection": "^5.7.10",
+    "@mikro-orm/sqlite": "^5.7.10",
     "ajv": "^8.12.0",
     "ajv-formats": "^2.1.1",
     "basic-ftp": "^5.0.3",
     "source-map-support": "^0.5.21",
     "tar": "^6.1.15",
     "tslib": "^2.5.2",
-    "winston": "^3.8.2",
+    "winston": "^3.9.0",
     "winston-daily-rotate-file": "^4.7.1",
     "ws": "^8.13.0"
   },
   "devDependencies": {
     "@commitlint/cli": "^17.6.3",
     "@commitlint/config-conventional": "^17.6.3",
-    "@mikro-orm/cli": "^5.7.7",
+    "@mikro-orm/cli": "^5.7.10",
     "@release-it/bumper": "^4.0.2",
     "@rollup/plugin-json": "^6.0.0",
     "@rollup/plugin-terser": "^0.4.3",
     "@rollup/plugin-typescript": "^11.1.1",
     "@types/mocha": "^10.0.1",
     "@types/mochawesome": "^6.2.1",
-    "@types/node": "^20.2.1",
+    "@types/node": "^20.2.5",
     "@types/sinon": "^10.0.15",
     "@types/tar": "^6.1.5",
     "@types/ws": "^8.5.4",
-    "@typescript-eslint/eslint-plugin": "^5.59.6",
-    "@typescript-eslint/parser": "^5.59.6",
+    "@typescript-eslint/eslint-plugin": "^5.59.7",
+    "@typescript-eslint/parser": "^5.59.7",
+    "@web/rollup-plugin-copy": "^0.4.0",
     "auto-changelog": "^2.4.0",
-    "c8": "^7.13.0",
+    "c8": "^7.14.0",
     "clinic": "^12.1.0",
     "cross-env": "^7.0.3",
-    "eslint": "^8.40.0",
+    "eslint": "^8.41.0",
     "eslint-config-prettier": "^8.8.0",
     "eslint-import-resolver-typescript": "^3.5.5",
     "eslint-plugin-import": "^2.27.5",
-    "eslint-plugin-jsdoc": "^44.2.4",
+    "eslint-plugin-jsdoc": "^45.0.0",
     "eslint-plugin-n": "^16.0.0",
     "eslint-plugin-prettier": "^4.2.1",
     "eslint-plugin-tsdoc": "^0.2.17",
     "release-it": "^15.10.3",
     "rimraf": "^5.0.1",
     "robohydra": "^0.6.9",
-    "rollup": "^3.22.0",
+    "rollup": "^3.23.0",
     "rollup-plugin-analyzer": "^4.0.0",
-    "rollup-plugin-copy": "^3.4.0",
     "rollup-plugin-delete": "^2.0.0",
     "semver": "^7.5.1",
     "sinon": "^15.1.0",