X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=b1982018289a4a0b2b2ec9a32c3b5ec3e390dd43;hb=eee4fe24584ffacde1d5d905f4ab77cd9cff926e;hp=1c29f6bf9b894d0ca3efb70aec6c65bf5f735da3;hpb=cc7bd8c740bdc7b51cd3a8cab035291a8d2fbca0;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 1c29f6bf..b1982018 100644 --- a/package.json +++ b/package.json @@ -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", @@ -102,7 +102,7 @@ "mnemonist": "^0.39.5", "moment": "^2.29.4", "mongodb": "^5.5.0", - "poolifier": "^2.4.14", + "poolifier": "^2.5.0", "source-map-support": "^0.5.21", "tar": "^6.1.15", "tslib": "^2.5.2", @@ -115,8 +115,8 @@ "utf-8-validate": "^6.0.3" }, "devDependencies": { - "@commitlint/cli": "^17.6.3", - "@commitlint/config-conventional": "^17.6.3", + "@commitlint/cli": "^17.6.5", + "@commitlint/config-conventional": "^17.6.5", "@mikro-orm/cli": "^5.7.10", "@release-it/bumper": "^4.0.2", "@rollup/plugin-json": "^6.0.0", @@ -128,8 +128,8 @@ "@types/sinon": "^10.0.15", "@types/tar": "^6.1.5", "@types/ws": "^8.5.4", - "@typescript-eslint/eslint-plugin": "^5.59.7", - "@typescript-eslint/parser": "^5.59.7", + "@typescript-eslint/eslint-plugin": "^5.59.8", + "@typescript-eslint/parser": "^5.59.8", "@web/rollup-plugin-copy": "^0.4.0", "auto-changelog": "^2.4.0", "c8": "^7.14.0", @@ -139,7 +139,7 @@ "eslint-config-prettier": "^8.8.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^45.0.0", + "eslint-plugin-jsdoc": "^46.1.0", "eslint-plugin-n": "^16.0.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-tsdoc": "^0.2.17",