Cleanup GitHub actions
[e-mobility-charging-stations-simulator.git] / package.json
index c1d45f71deb697d1473d5a1af3defe7348f139c2..d0a9c6c959a8e7e01e74a7654e21cd4dabf83103 100644 (file)
@@ -60,9 +60,9 @@
     "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": "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",
     "robohydra": "robohydra test/robohydra/config.json",
     "git:sinit": "git submodule update --init --recursive --force",
@@ -83,9 +83,9 @@
     "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",
+    "mongodb": "^4.11.0",
     "poolifier": "^2.3.4",
     "proper-lockfile": "^4.1.2",
     "source-map-support": "^0.5.21",
@@ -96,8 +96,8 @@
     "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",
     "@rollup/plugin-json": "^5.0.0",
     "@types/mocha": "^10.0.0",
     "@types/mochawesome": "^6.2.1",
-    "@types/node": "^18.11.0",
+    "@types/node": "^18.11.3",
     "@types/proper-lockfile": "^4.1.2",
     "@types/tar": "^6.1.3",
     "@types/ws": "^8.5.3",
-    "@typescript-eslint/eslint-plugin": "^5.40.0",
-    "@typescript-eslint/parser": "^5.40.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.25.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.2.0",
+    "expect": "^29.2.1",
     "husky": "^8.0.1",
     "lint-staged": "^13.0.3",
     "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",