X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=d6a268b2c3091a7b37c86a32cf88414d6b5ca60f;hb=fafff4ebf141074899e2a8590f5166542d626db5;hp=567c7ffeeba0f9547188b0a198ee4b925e25ab00;hpb=c4387ed4b3d2021034f452deeb35276fabe022e2;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 567c7ffe..d6a268b2 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "1.3.4", + "version": "1.3.6", "engines": { "node": ">=18.18.0", "pnpm": ">=9.0.0" }, "volta": { - "node": "22.2.0", - "pnpm": "9.2.0" + "node": "22.3.0", + "pnpm": "9.4.0" }, - "packageManager": "pnpm@9.2.0", + "packageManager": "pnpm@9.4.0", "repository": { "type": "git", "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git" @@ -104,13 +104,13 @@ "http-status-codes": "^2.3.0", "logform": "^2.6.0", "mnemonist": "0.40.0-rc1", - "mongodb": "^6.7.0", - "poolifier": "^4.0.13", - "rambda": "^9.2.0", - "tar": "^7.2.0", + "mongodb": "^6.8.0", + "poolifier": "^4.0.15", + "rambda": "^9.2.1", + "tar": "^7.4.0", "winston": "^3.13.0", "winston-daily-rotate-file": "^5.0.0", - "ws": "^8.17.0" + "ws": "^8.17.1" }, "optionalDependencies": { "bufferutil": "^4.0.8", @@ -121,16 +121,16 @@ "@commitlint/config-conventional": "^19.2.2", "@mikro-orm/cli": "^6.2.9", "@release-it/bumper": "^6.0.1", - "@types/node": "^20.14.2", + "@types/node": "^20.14.9", "@types/semver": "^7.5.8", "@types/ws": "^8.5.10", - "@typescript-eslint/eslint-plugin": "^7.12.0", - "@typescript-eslint/parser": "^7.12.0", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", "auto-changelog": "^2.4.0", - "c8": "^9.1.0", + "c8": "^10.1.2", "clinic": "^13.0.0", "cross-env": "^7.0.3", - "esbuild": "^0.21.4", + "esbuild": "^0.21.5", "esbuild-plugin-clean": "^1.0.1", "esbuild-plugin-copy": "^2.1.1", "eslint": "^8.57.0", @@ -139,20 +139,20 @@ "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^48.2.9", - "eslint-plugin-n": "^17.8.1", + "eslint-plugin-jsdoc": "^48.5.0", + "eslint-plugin-n": "^17.9.0", "eslint-plugin-simple-import-sort": "^12.1.0", "eslint-plugin-tsdoc": "^0.3.0", "expect": "^29.7.0", - "glob": "^10.4.1", + "glob": "^10.4.2", "husky": "^9.0.11", - "lint-staged": "^15.2.5", - "prettier": "^3.3.1", - "release-it": "^17.3.0", + "lint-staged": "^15.2.7", + "prettier": "^3.3.2", + "release-it": "^17.4.0", "rimraf": "^5.0.7", "semver": "^7.6.2", "ts-node": "^10.9.2", - "tsx": "^4.13.2", - "typescript": "~5.4.5" + "tsx": "^4.15.7", + "typescript": "~5.5.2" } }