X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=0bae86841c6fabf19aff4332b38c46b73815e798;hb=c455d8a4a8c884defe864b7ef5c2b9b5a77cc354;hp=4cedf22cae3971bfb194bb46d1a34b4cc62119f7;hpb=6b3cfc6c26c8920570f1c13edc8f4f05c2382a17;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 4cedf22c..0bae8684 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "1.2.32", + "version": "1.3.0", "engines": { "node": ">=18.18.0", "pnpm": ">=8.6.0" }, "volta": { - "node": "20.11.0", - "pnpm": "8.14.1" + "node": "20.11.1", + "pnpm": "8.15.5" }, "repository": { "type": "git", @@ -92,24 +92,24 @@ } }, "dependencies": { - "@mikro-orm/core": "^6.0.5", - "@mikro-orm/mariadb": "^6.0.4", - "@mikro-orm/reflection": "^6.0.5", - "@mikro-orm/sqlite": "^6.0.5", + "@mikro-orm/core": "^6.1.11", + "@mikro-orm/mariadb": "^6.1.11", + "@mikro-orm/reflection": "^6.1.11", + "@mikro-orm/sqlite": "^6.1.11", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", - "basic-ftp": "^5.0.4", + "basic-ftp": "^5.0.5", "chalk": "^5.3.0", - "date-fns": "^3.2.0", + "date-fns": "^3.6.0", "http-status-codes": "^2.3.0", - "just-merge": "^3.2.0", "logform": "^2.6.0", - "mnemonist": "^0.39.7", - "mongodb": "^6.3.0", - "poolifier": "^3.1.19", - "tar": "^6.2.0", - "winston": "^3.11.0", - "winston-daily-rotate-file": "^4.7.1", + "mnemonist": "0.40.0-rc1", + "mongodb": "^6.5.0", + "poolifier": "^3.1.22", + "rambda": "^9.1.1", + "tar": "^6.2.1", + "winston": "^3.12.0", + "winston-daily-rotate-file": "^5.0.0", "ws": "^8.16.0" }, "optionalDependencies": { @@ -117,42 +117,43 @@ "utf-8-validate": "^6.0.3" }, "devDependencies": { - "@commitlint/cli": "^18.4.4", - "@commitlint/config-conventional": "^18.4.4", - "@mikro-orm/cli": "^6.0.5", + "@commitlint/cli": "^19.2.1", + "@commitlint/config-conventional": "^19.1.0", + "@mikro-orm/cli": "^6.1.11", "@release-it/bumper": "^6.0.1", - "@types/node": "^20.11.5", - "@types/tar": "^6.1.10", + "@types/node": "^20.11.30", + "@types/semver": "^7.5.8", + "@types/tar": "^6.1.11", "@types/ws": "^8.5.10", - "@typescript-eslint/eslint-plugin": "^6.19.0", - "@typescript-eslint/parser": "^6.19.0", + "@typescript-eslint/eslint-plugin": "^7.3.1", + "@typescript-eslint/parser": "^7.3.1", "auto-changelog": "^2.4.0", "c8": "^9.1.0", "clinic": "^13.0.0", "cross-env": "^7.0.3", - "esbuild": "^0.19.11", + "esbuild": "^0.20.2", "esbuild-plugin-clean": "^1.0.1", "esbuild-plugin-copy": "^2.1.1", - "eslint": "^8.56.0", + "eslint": "^8.57.0", + "eslint-config-love": "^43.1.0", "eslint-config-standard": "^17.1.0", - "eslint-config-standard-with-typescript": "^43.0.0", "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^48.0.2", + "eslint-plugin-jsdoc": "^48.2.1", "eslint-plugin-n": "^16.6.2", - "eslint-plugin-prettier": "^5.1.3", + "eslint-plugin-simple-import-sort": "^12.0.0", "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.7.0", "glob": "^10.3.10", - "husky": "^8.0.3", - "lint-staged": "^15.2.0", - "prettier": "^3.2.4", - "release-it": "^17.0.1", + "husky": "^9.0.11", + "lint-staged": "^15.2.2", + "prettier": "^3.2.5", + "release-it": "^17.1.1", "rimraf": "^5.0.5", - "semver": "^7.5.4", + "semver": "^7.6.0", "ts-node": "^10.9.2", - "tsx": "^4.7.0", - "typescript": "~5.3.3" + "tsx": "^4.7.1", + "typescript": "~5.4.3" } }