Version 1.1.85
[e-mobility-charging-stations-simulator.git] / package.json
index 4c751ee4b879e6f52fa5a04bd8ce947ed49e4a31..83270416c4cf0a85345df278c727b5e4beaa5440 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "e-mobility-charging-stations-simulator",
-  "version": "1.1.79",
+  "version": "1.1.85",
   "engines": {
     "node": ">=16.0.0",
     "npm": ">=8.0.0"
     "./dist/start.cjs",
     "./dist/start.mjs"
   ],
-  "lint-staged": {
-    "src/**/*.{js,ts}": [
-      "prettier --write",
-      "eslint --cache --fix"
-    ]
-  },
   "auto-changelog": {
     "commitUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/commit/{id}",
     "issueUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/issues/{id}",
@@ -47,8 +41,8 @@
   },
   "scripts": {
     "prepare": "node prepare.js",
-    "build-requirements": "node build-requirements.js",
     "prestart": "npm run build",
+    "build-requirements": "node build-requirements.js",
     "start": "cross-env NODE_ENV=production node -r source-map-support/register dist/start.cjs",
     "start:debug": "cross-env NODE_ENV=production node -r source-map-support/register --inspect dist/start.cjs",
     "start:dev": "npm run build:dev && cross-env NODE_ENV=development node -r source-map-support/register dist/start.cjs",
     "lint": "cross-env TIMING=1 eslint --cache --ext .js,.ts src",
     "lint:fix": "cross-env TIMING=1 eslint --cache --fix --ext .js,.ts src",
     "format": "prettier --write .",
-    "test": "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} nyc mocha test/**/*Test.ts",
-    "coverage": "nyc report --reporter=lcov",
-    "coverage:html": "nyc report --reporter=html",
+    "test": "c8 mocha test/**/*Test.ts",
+    "coverage": "c8 report --reporter=lcov",
+    "coverage:html": "c8 report --reporter=html",
     "clinic:clean": "clinic clean",
-    "npm-check": "npx npm-check",
     "robohydra": "robohydra test/robohydra/config.json",
     "git:sinit": "git submodule update --init --recursive --force",
     "git:sdiff": "git diff && git submodule foreach 'git diff'",
     "basic-ftp": "^5.0.2",
     "chalk": "^4.1.2",
     "http-status-codes": "^2.2.0",
-    "mnemonist": "^0.39.3",
+    "mnemonist": "^0.39.4",
     "moment": "^2.29.4",
-    "mongodb": "^4.10.0",
-    "poolifier": "^2.2.0",
+    "mongodb": "^4.11.0",
+    "poolifier": "^2.3.6",
     "proper-lockfile": "^4.1.2",
     "source-map-support": "^0.5.21",
     "tar": "^6.1.11",
     "tslib": "^2.4.0",
-    "uuid": "^9.0.0",
     "winston": "^3.8.2",
     "winston-daily-rotate-file": "^4.7.1",
     "ws": "^8.9.0"
   },
   "optionalDependencies": {
-    "bufferutil": "^4.0.6",
-    "utf-8-validate": "^5.0.9"
+    "bufferutil": "^4.0.7",
+    "utf-8-validate": "^5.0.10"
   },
   "devDependencies": {
     "@istanbuljs/nyc-config-typescript": "^1.0.2",
     "@mikro-orm/cli": "^5.4.2",
-    "@rollup/plugin-json": "^4.1.0",
+    "@rollup/plugin-json": "^5.0.1",
     "@types/mocha": "^10.0.0",
     "@types/mochawesome": "^6.2.1",
-    "@types/node": "^18.8.2",
+    "@types/node": "^18.11.3",
     "@types/proper-lockfile": "^4.1.2",
     "@types/tar": "^6.1.3",
-    "@types/uuid": "^8.3.4",
     "@types/ws": "^8.5.3",
-    "@typescript-eslint/eslint-plugin": "^5.39.0",
-    "@typescript-eslint/parser": "^5.39.0",
+    "@typescript-eslint/eslint-plugin": "^5.40.1",
+    "@typescript-eslint/parser": "^5.40.1",
     "auto-changelog": "^2.4.0",
+    "c8": "^7.12.0",
     "clinic": "^12.0.0",
     "cross-env": "^7.0.3",
-    "eslint": "^8.24.0",
+    "eslint": "^8.26.0",
     "eslint-config-prettier": "^8.5.0",
-    "eslint-import-resolver-typescript": "^3.5.1",
+    "eslint-import-resolver-typescript": "^3.5.2",
     "eslint-plugin-import": "^2.26.0",
-    "eslint-plugin-jsdoc": "^39.3.6",
-    "eslint-plugin-node": "^11.1.0",
+    "eslint-plugin-jsdoc": "^39.3.14",
+    "eslint-plugin-n": "^15.3.0",
     "eslint-plugin-prettier": "^4.2.1",
-    "expect": "^29.1.2",
+    "expect": "^29.2.1",
     "husky": "^8.0.1",
     "lint-staged": "^13.0.3",
-    "mocha": "^10.0.0",
+    "mocha": "^10.1.0",
     "mochawesome": "^7.1.3",
-    "nyc": "^15.1.0",
     "prettier": "^2.7.1",
     "release-it": "^15.5.0",
     "robohydra": "^0.6.9",