X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=b1982018289a4a0b2b2ec9a32c3b5ec3e390dd43;hb=eee4fe24584ffacde1d5d905f4ab77cd9cff926e;hp=55544a29687c88b8a160756f2bc1b859c8b12229;hpb=672551edc7fdd48814717269e2f814bd54fa387b;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 55544a29..b1982018 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,11 @@ "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", @@ -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,18 +128,18 @@ "@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.13.0", + "c8": "^7.14.0", "clinic": "^12.1.0", "cross-env": "^7.0.3", "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.7", + "eslint-plugin-jsdoc": "^46.1.0", "eslint-plugin-n": "^16.0.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-tsdoc": "^0.2.17",