X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=991ae153cce67fa8d6ba02a01e404facb961c0dc;hb=9daf701f5321be7f7ab466026b43e4714d5c3f9d;hp=db7a052699cbf7b1e0389fc720e8b097ad241f8e;hpb=2162e174630d4335e0fb8e7d587683b96af0d9a3;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index db7a0526..991ae153 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,10 @@ "pnpm": ">=9.0.0" }, "volta": { - "node": "22.2.0", - "pnpm": "9.3.0" + "node": "22.3.0", + "pnpm": "9.4.0" }, - "packageManager": "pnpm@9.3.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,13 +121,13 @@ "@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": "^10.0.0", + "c8": "^10.1.2", "clinic": "^13.0.0", "cross-env": "^7.0.3", "esbuild": "^0.21.5", @@ -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.15.1", - "typescript": "~5.4.5" + "tsx": "^4.16.0", + "typescript": "~5.5.2" } }