Refine worker exit with error message
[e-mobility-charging-stations-simulator.git] / package.json
index d1cb5aea4ddd6b4391bf4f7c6cbfb0b080c7a4fb..eac6ce0b1702c73d94adca0bd8843208a85a9f22 100644 (file)
@@ -58,7 +58,7 @@
     "build:dev:watch": "npm run rollup -- --environment BUILD:development --watch",
     "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 .",
+    "format": "prettier --cache --write .",
     "test": "c8 mocha test/**/*Test.ts",
     "test:debug": "mocha --no-parallel --inspect test/**/*Test.ts",
     "coverage": "c8 report --reporter=lcov",
@@ -84,7 +84,7 @@
     "http-status-codes": "^2.2.0",
     "mnemonist": "^0.39.5",
     "moment": "^2.29.4",
-    "mongodb": "^4.12.0",
+    "mongodb": "^4.12.1",
     "poolifier": "^2.3.7",
     "proper-lockfile": "^4.1.2",
     "source-map-support": "^0.5.21",
     "eslint-config-prettier": "^8.5.0",
     "eslint-import-resolver-typescript": "^3.5.2",
     "eslint-plugin-import": "^2.26.0",
-    "eslint-plugin-jsdoc": "^39.6.2",
+    "eslint-plugin-jsdoc": "^39.6.4",
     "eslint-plugin-n": "^15.5.1",
     "eslint-plugin-prettier": "^4.2.1",
     "expect": "^29.3.1",
     "husky": "^8.0.2",
-    "lint-staged": "^13.0.3",
+    "lint-staged": "^13.0.4",
     "mocha": "^10.1.0",
     "mochawesome": "^7.1.3",
-    "prettier": "^2.7.1",
+    "prettier": "^2.8.0",
     "release-it": "^15.5.0",
     "robohydra": "^0.6.9",
     "rollup": "^3.4.0",