X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=26c3c91e1ff867d9c6132a43f273866239773fdc;hb=a79c81afb8d0bc53368fcab7bb341f77ab9f84c0;hp=325156b845eaa39e7e4643901bd4390bf7c45726;hpb=6d037fb64a050e2f7c368fabf7da9d0c56b7265e;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 325156b8..26c3c91e 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ }, "volta": { "node": "22.3.0", - "pnpm": "9.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" @@ -106,11 +106,11 @@ "mnemonist": "0.40.0-rc1", "mongodb": "^6.7.0", "poolifier": "^4.0.14", - "rambda": "^9.2.0", - "tar": "^7.2.0", + "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,11 +121,11 @@ "@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.5", "@types/semver": "^7.5.8", "@types/ws": "^8.5.10", - "@typescript-eslint/eslint-plugin": "^7.13.0", - "@typescript-eslint/parser": "^7.13.0", + "@typescript-eslint/eslint-plugin": "^7.13.1", + "@typescript-eslint/parser": "^7.13.1", "auto-changelog": "^2.4.0", "c8": "^10.1.2", "clinic": "^13.0.0", @@ -144,7 +144,7 @@ "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.7", "prettier": "^3.3.2", @@ -152,7 +152,7 @@ "rimraf": "^5.0.7", "semver": "^7.6.2", "ts-node": "^10.9.2", - "tsx": "^4.15.5", + "tsx": "^4.15.6", "typescript": "~5.4.5" } }